About this mod
H10 Megabuilding (initial) apartment cleaned of trash, cigarettes and ashtrays. Available as new RedMod or legacy Archive mod.
- Requirements
- Permissions and credits
- Changelogs
- Donations
As of patch 2.11 ArchiveXL is required.
MIGHT NOT WORK WITH FUTURE UPDATES. I stopped playing Cyberpunk so I won't keep these mods updated anymore. This means the mod might simply not work (ArchiveXL has a check and if it fails it simply does not load the changes, it will not break your game). If anyone wants to take over, be my guest, you are free to do whatever you want with this mod, except sell it.
DESCRIPTION
H10 Megabuilding (initial) apartment cleaned of trash, cigarettes and ashtrays. Trash includes food packages, used drink bottles, soda cans, scattered glasses and pill bottles, some paper piles and magazines, tossed clothes, that sort of stuff.
The apartment will look tidier and neater, but not decluttered, and the memorabilia remain untouched.
Fully compatible with EZEstates makeovers.
Optionally you can also:
- remove rotating holo feeds
- remove fallen sofa pillows
- remove desk packages
- remove bathroom stickers and dirt
- add some kitchen appliances to the desk, and other small decorative items to fill in cleaned gaps
- switch the poster above the desk
INSTALLING
Download one of the AIO (All-In-One) versions, depending on what you prefer to use:
- RedMod (recommended)
- Legacy (previously I called it "Archive" but that's a bit confusing)
You can delete whichever options you don't want:
- ApartmentH10Cleaned - see "Cleaned" images
- ApartmentH10CleanedBathroom.xl - see "CleanedBathroom" images
- ApartmentH10CleanedExterior.xl - see "CleanedExterior" images
- ApartmentH10#NoDeskPackages - see "NoDeskPackages" images
- ApartmentH10#NoFallenSofaPillows - see "NoFallenSofaPillows" images
- ApartmentH10#NoHoloFeeds - see "NoHoloFeeds" images
- ApartmentH10#Additions.archive and ApartmentH10#Additions.xl - see "Additions" images
When updating, I recommend first uninstalling the mods.
UNINSTALLING
- Legacy: Delete corresponding ApartmentH10* files from GAME_DIR/archive/pc/mod/ folder.
- RedMod: Delete the GAME_DIR/mods/ApartmentH10CleanedAIO-ArchiveXL folder.
CONFIGURATION
You can open the "xl" files in a text editor and modify them to your liking.
Specifically, the ApartmentH10#Additions.xl can be configured like so:
- desk corner coffee machine instead of microwave oven: replace "desk_microwave" with "desk_coffee"
- desk poster options: poster_geisha, poster_dragon, poster_karasu, poster_samurai, poster_cyberhub, poster_zona
For example, by default you get the microwave oven. But once you use an EZEstates makeover like Lunar, you get a coffee machine.
Example configuration of "ApartmentH10#Additions.xl" to have the coffee machine and zona poster:
streaming:
blocks:
- mod\apartment_h10\additions.streamingblock
- mod\apartment_h10\desk_coffee.streamingblock
- mod\apartment_h10\poster_zona.streamingblock
# Don't touch the sectors section below:
sectors:
...
IGUANA CHEAT
If you missed getting the Iguana like I did, install Cyber Engine Tweaks and run the following Console commands:
# 1. Teleport to Konpeki Plaza Yorinobu's Penthouse with command:
Game.GetTeleportationFacility():Teleport(GetPlayer(), ToVector4{x=-2226.746582, y=1767.182129, z=308.000000, w=1}, ToEulerAngles{roll=0, pitch=0, yaw=0})
# 2. Grab the Iguana egg from the tree trunk
# 3. Teleport back to V's apartment with command:
Game.GetTeleportationFacility():Teleport(GetPlayer(), ToVector4{x=-1392.637329, y=1271.536865, z=123.082397, w=1}, ToEulerAngles{roll=0, pitch=0, yaw=0})
# 4. Place the egg in the bowl next to the dragon statue
# 5. Force the egg to hatch NOW with command:
Game.GetQuestsSystem():SetFactStr("mws_wat_02_iguana_hatched", 1)
COMPATIBILITY
Compatible with all mods, but load order is important.
If you want my mods to overwrite other ones that modify the H10 apartment, keep in mind the following load order:
- legacy mods overwrite redmods
- mods are loaded in alphabetically descending order from Z (lowest priority) to A to # (highest priority) - highest priority overwrites lowest
TECHNICAL DETAILS
Modified sectors:
- exterior_-22_19_1_0 ("Cleaned" + "CleanedExterior" + "NoHoloFeeds")
- interior_-43_39_3_0 ("Cleaned" - "TV WALL AND SHELF" section)
- interior_-44_39_3_0 ("Cleaned" - "APARTMENT INTERIOR AND WORKSHOP" section + "CleanedExterior" + "NoDeskPackages")
- quest_b705140105a75f58 ("Cleaned" - "IGUANA TRASH" section)
- quest_2be595b225125038 ("CleanedBathroom")
- quest_acd280b2b73c4d5b ("NoFallenSofaPillows")
- My own script to streamline mass converting JSON to ArchiveXL
- WolvenKit ♥️
- Cyber Engine Tweaks ♥️
- RedHotTools ♥️