Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Figured Id give your mod a spin, have been trying to make it work for a while now. Every time I either start a new game or load an existing save, the game doesnt load any information beyond the basic UI framework and gives a Parse error: At:res://files/scripts/Mansion.gd:4113 Error: Reload: Method/Function Failed, returning ERR_PARSE_ERROR at: modules/gdscript/gdscript.cpp:580 followed by another error about 'corejobs' and a whole bunc of nonexistent function errors.

Ive tried removing all files from the mod folder, only putting in this mod, and downloading a fresh copy of Strive and trying to run the game with that. Nothing seems to work.

Mansion line 4113 isn't doing anything that should cause this error so my first guess is that it is something to do with how your mod is loaded. Have you been able to get other mods to work?
Have you downloaded the latest version of the base game from discord?
This mod should run with randomportraits but anything else might cause problems.
After applying this mod in the mod screen ( or resetting the mods) exit the game and restart to make sure the game is reloaded fully.

(1 edit)

In your Mansion.gd, "brothelquestdict" and "mirrorquestdict" both have a space after the leading "{".

Edit: Also, you need a non-empty line between multi-line variable definitions, add a comment line between "brothelquestdict" and "mirrorquestdict".

OK? What's the significance of that? It seems to compile and run on my machine.

If this is an error, would it be picked up in a GD editor as I'm using notepad at the moment.

(2 edits)

If you are using my bugfixed mod system, it shouldn't cause problems. But the original regexs were problematic. Edit2: to explain simply, your extra space is the equivalent to forgotting to include a semi-colon to your code so it blew up.

If you know regex, then modpanel.gd "regex_string_dictionary["VAR"]" will tell you more how it should be structured. Otherwise, this will need to be a Discord explanation as it will be quite lengthy.

ok logging on.

Arics works just fine for me. To make sure that it wasnt the issue I did a clean install of Strive from the site and made sure that there was nothing in the the mods folder in appdata, but it sounds like there were some problems with spaces (ive done some custom spells and other light modding to strive so I know how annoying those can be), so Ill wait for things to get fixed and try again later.