Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

It appears that the level up request `learningrequest` is not added to the `leveluprequests` dictionary in `jobs&specs.gd`

(1 edit)

The code calls Leodata.gd after the game is loaded to populate the dictionaries with new values such as learningrequest. This is mainly done this way to avoid some of the code merge problems. When you look at the modded jobs&specs.gd file you will see the base game definitions but the values from Leodata should be used when the game runs.

Mirrorquestdict and Brothelquest dict are new dictionaries that should be defined in the mansion.gd file after modding. If they are missing when the rest of mod has merged in then it does look like a merge error. I really hope this isn't a code merge problem as I've pretty much done all I can (with the file architecture) to eradicate those problems.

Any more information you can give me may still help though and I can perhaps just try to fix this through 'trial and error'.