Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(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!