Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Strive for Power

Fantasy Slave Management/RPG Erotic Game · By Strive4Power

More rooms for collectors

A topic by Aria 56 created 80 days ago Views: 1,149 Replies: 3
Viewing posts 1 to 4

So I have a habit of wanting to hoard things and characters are no exception. My first problem is having enough jail space to hold the newcomers and those I want to keep for taming. Which folder and which line of code should I look in to increase to the potential number of rooms available or is there a mod already for that?

There isn't any mods that increase the limits on rooms because the Patreon supporters panel includes a cheat that effectively removes the limits, the code for mansion upgrades is a little bit convoluted compared to other parts of the game, and before recent versions the game would lag and crash with relatively low numbers of slaves.

The current version of the game is less prone to problems, especially if the progress is never loaded from a save file, but I suspect that the game would still crash when loaded from a save with somewhere between 50-100 slaves. It's been a long time since anyone mentioned running into that problem, but the fixes were aimed at reducing lag not preventing crashes so it should still crash.

If you still want to tinker with the limits, then the text file ".../files/scripts/mansionupgrades.gd" in the program folder will contain the level limits for upgrades. I recommend getting the Debug mod if you are editing the files as it makes it easier to deal with typos. Also note that applying mods in-game will erase any edits made directly to scripts.

Ooh Im glad you mentioned that last bit. I figured out how to increase interactions per number of slaves and I very much want to keep that. 

Ill take a look!

You can also edit your save file.

Look for 

"mansionupgrades": {
and you have 3 values:
"mansionbed":
"mansioncommunal":
"mansionpersonal":

changing these values will increase (or decrease) the number of room you have.