Install
The game ships as a portable build: no installer, no registry entries, no admin rights. You download an archive, extract it, and run it from the extracted folder.
1. Install and first launch
Section titled “1. Install and first launch”Download the build for your system from the downloads page, then follow your system’s tab. The quirks below are the real reasons first launches fail; none of them are bugs in your download.
-
Extract the zip into its own folder anywhere you like. Extract it fully. Running the exe from inside the zip preview window will not work.
-
Run
WhoreMasterRenewal.exe. -
If SmartScreen shows “Windows protected your PC”, click More info, then Run anyway. The build is not signed, so this appears once and then never again.
-
Extract the zip and move the whole extracted folder somewhere outside Downloads, Desktop, Documents and iCloud Drive. Your home folder or a Games folder are fine. macOS restricts what apps can read in those protected places, and the game needs to read its own files.
-
Clear the download-quarantine flag once:
- From the first release after 1.18.0: double-click
Fix macOS quarantine.commandin the game folder. If macOS complains about it, right-click it and choose Open. It repairs the whole folder and starts the game. - On 1.18.0 and older: open Terminal, type
xattr -dr com.apple.quarantinewith a trailing space, drag the game folder onto the window, press Return.
- From the first release after 1.18.0: double-click
-
From then on, double-click
WhoreMasterRenewal.applike any app.
-
Extract the tarball:
Terminal window tar -xzf wmcrossgate-*-linux-*.tar.gz -
Start the game with the launcher script from the extracted folder:
Terminal window ./run.shNot the bare binary: the launcher points the game at its bundled libraries; the binary alone will pick up whatever your distro has and may not start.
2. Clean out the sample content (optional)
Section titled “2. Clean out the sample content (optional)”The build ships with sample packs and a resources/characters/ tree that
exist to prove the loaders work, not to be played. Most of the entries point
at images that aren’t included, so leaving them in place gives you a Content
Manager full of broken girls. Clear them before adding your own:
-
Delete everything inside
resources/characters/. -
Delete the
Sample_*folders underresources/packages/.
3. Add character packs
Section titled “3. Add character packs”Character content loads from two places, and both are live at the same time:
| Location | Format | Use it for |
|---|---|---|
resources/characters/ |
Legacy: loose .girlsx / .rgirlsx files + a folder per unique girl |
Most Collection drops today |
resources/packages/ |
Structured pack: one folder per pack with package.xml at its root |
New packs; can also carry traits, items, jobs and scripts, declare dependencies, and be toggled per pack |
Legacy packs (loose .girlsx / .rgirlsx)
Section titled “Legacy packs (loose .girlsx / .rgirlsx)”Legacy packs have no package.xml, so the in-game drag-and-drop installer
can’t take them; they go in by hand. Extract so the files land directly
in resources/characters/, not
inside a subfolder (anything one folder deeper is silently ignored):
resources/characters/ RandomJobs.rgirlsx RandomFantasyGirls.rgirlsx <girl-name folder for each unique the packs ship>Everything at this top level acts as one big pack. Two legacy packs defining the same girl name will collide, and you’ll have to pick one.
Structured packs (folder with package.xml)
Section titled “Structured packs (folder with package.xml)”The easy way: drag and drop, in-game. Open Settings → Content Manager, then drag the pack onto the game window: the downloaded .zip as-is, or the extracted folder, both work. The game checks the pack before installing, puts it in the right place itself, and tells you on screen what happened. It won’t overwrite a pack you already have. Drops are only accepted while the Content Manager is open; anywhere else in the game they’re ignored on purpose.
The manual way does the same thing by hand: drop the whole pack
folder into resources/packages/. Don’t unpack it further, don’t merge it
with another pack:
resources/packages/ MyPack/ package.xml Girls.girlsx Characters/ Jane/ Profile/ ...If the pack requires another pack (declared in its package.xml), install
that one the same way; missing dependencies are reported in the Content
Manager instead of girls silently vanishing.
Mixing both layouts is fine and expected. For the full breakdown, see Where packs go.
4. Verify
Section titled “4. Verify”-
Launch the game.
-
Load a save or start a new game.
-
Open Settings (top-right) → Content Manager.
The Content Manager lists every loaded girl with a status. Every row should
be OK. If a row isn’t, the right-hand panel explains why: usually a
missing image folder, a Name that doesn’t match its folder, a malformed
XML block, or an unmet dependency. Fix the pack on disk and restart; the
Content Manager re-reads on every game load.