Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

So the races.gd file seemed to be fine, or at least each of the races had the text you asked me to look at. The constructor.gd file however didn't have the script lines anywhere in the file that I could see and Ctrl+f didn't show ralph in it at all: 

if i in ['marketup', 'marketdown']: #ralph5
continue #ralph5


So I went ahead and ahead and applied the latest patch per the instructions. That seemed to have fixed the major issues as I am able to use the slave guild without the prior errors and while there are no slave to buy the first day, they generate for the second day and forward. Thank you for that!

I do still get the following script errors when I first load up the mansion. Oddly I am still unable to choose a head girl, unless the mods changed it so that some sequence of events must be played before you can chose one?

**SCRIPT ERROR**: Invalid operands 'float' and 'String' in operator '=='.
   At: res://files/scripts/outside.gd:599:newslaveinguild() - Invalid operands 'float' and 'String' in operator '=='.
**SCRIPT ERROR**: Invalid operands 'float' and 'String' in operator '=='.
   At: res://files/scripts/outside.gd:599:newslaveinguild() - Invalid operands 'float' and 'String' in operator '=='.
**SCRIPT ERROR**: Invalid operands 'float' and 'String' in operator '=='.
   At: res://files/scripts/outside.gd:599:newslaveinguild() - Invalid operands 'float' and 'String' in operator '=='.
**SCRIPT ERROR**: Invalid operands 'float' and 'String' in operator '=='.
   At: res://files/scripts/outside.gd:599:newslaveinguild() - Invalid operands 'float' and 'String' in operator '=='.

(1 edit)

ok, since the patch worked to fix the missing lines in constructor.gd it means you had the wrong constructor.gd file. I always worry when I'm updating files/links that someone is going to download in the middle and get a main file and patch that don't match or similar, so I suppose it is remotely possible that happened to you.  The easiest fix if that's the case would be to redownload the main files and do that clean install once again.  I assume you're not resetting/applying mods in game or anything else not in the instructions from what you've said, but somehow or another you had mismatched scripts (constructor.gd was out of date, but races.gd was current).

That said the errors you're getting now could be a legit bug.  It hasn't affected my gameplay and I couldn't replicate it, but I can see a spot in my added code that could possibly end up trying to pass a float as a string and screw things up. So, I'm updating the files.  Wait until you see "EDIT9: ..." on the original post and then try downloading again. You can apply the patch again (it's updated now) and see if these last errors go away for fun, but I'd still recommend a clean install since there were mismatched files just in case there are other outdated scripts in your current install.