Skip to content

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.

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.

  1. 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.

  2. Run WhoreMasterRenewal.exe.

  3. 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.

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:

  1. Delete everything inside resources/characters/.

  2. Delete the Sample_* folders under resources/packages/.

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 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 SettingsContent 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.

  1. Launch the game.

  2. Load a save or start a new game.

  3. 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.