Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hey, I just newly played S4P and found out this mod, was interested, and tried it out. It was great, but now for some reason I got both my starting slave and Emily kind of stuck at leveling up, the game's instructions mentioned that they need to raise their grade to level up (both are level 6 and 5 respectively), but AFAIK you need only grade-up them once to level them up. Yet I've been grade-upping them multiple times (I even got my starting slave to Noble) and she's still stuck at that level, with 100% exp and the instruction that she needs to grade-up to level up. Anyone knows if this is an actual problem or am I just stupid and wasted my money for nothing?
Thanks in advance.

(1 edit)

The mod is currently buggy as the coders are busy with other projects. This is a known problem with a couple simple fixes. The simple approach is to disable the level up requirements using the Constants mod to enable "disable_levelup_gate".
Otherwise these edits should address the issue:

in outside.gd, lines 1584 and 1590, replace levelupreqs with xp_boost_reqs
in statstab.gd, line 1628 has same problem.
replacing those 6 instances in the mod files should resolve the problems. the mod needs to be re-applied to take effect
(1 edit)

Hey, thanks for the fast reply, I followed the instructions and it seemed that it's working at the moment.


Edit: Update, no, still the same. Both are stuck at their previous levels just with a higher grade now. I wonder if it's maybe I am the one who needs to grade-up (I'm still Journeyman in this playthrough)

(1 edit)

Okay found the errors.

In outside.gd, lines 1585 and 1591, replace xp_boost with boost_xp.
Remember to  re-apply the mod after changing the mod files.

Thanks!