I corrected the typo relating to the GetStat(3) or whatever in the script...but I think honestly using the console to do what
Füßelieber did would be the easier way to do it for now.
All that error actually was, was just a capitalization issue. Since the dev doesn't archive everything, it's easy to just go into Notepad+ and search for the specific naughty line and correct it.
i tried manually setting it to 0 1 and 2, dorm still wont work no matter what, what does your line look like now?
I set it to 0 in console. I think the issue is that in the spriggan.rpy file the code is incorrect, but not sure what it's supposed to be. Setting it to 0 there should work too.
Should be this:
$ spriggan_char.memory=0-1
Not sure if that's correct code, but I think you can set that to just 0 there and it SHOULD work.
Any time you edit the .rpy, delete the .rpc so it doesn't confuse things. It will create a new .rpc upon launch anyway.
As for...
Hope someone knows how to fix this
I am not entirely sure. My save bugged out and I can't advance to get the Viscountess. I have to find and talk to Flor, but she disappeared. Also I can't give Spriggan civilian clothes. Probably just going to start a new save and see if I can bypass that.
Anyway, it looks like it's an error relating to a viscountess_char variable not defined or a typo.
Dev REALLY needs to get someone to proofread the code before it gets released into the wild.
I haven't gotten to Viscountess yet, so hadn't dug into her script yet.
However I am going to test a fix anyway with correcting the spriggan memory...and possibly upload it here.
***Edit***
I am starting a new run...and found yet another typo.
In flor.rpy, at line 783, the code has this: if flor_date.date_1==0:
It SHOULD be: if flor_char.date_1==0:
I think...Testing.
Yep.
Seriously...So many simple code errors... Ok. You can edit that line and delete the rpc to make sure it takes effect. I am going to continue looking for these code fixes and note them.
***Edit 2***
Ok. I am at a loss for the Viscountess stuff. It looks like the script is calling the wrong rpy...
Trying to understand how this is all laid out. When you click on Viscountess, the script calls code in girl.rpy. This is the "hub" where you choose talk, train, etc. I need to figure out what is wrong here. It's likely a typo, but unsure.
Ok. Checked several other character rpy files. It looks like the issue is related to the girl hub and the viscountess.rpy. It's missing some code...and not sure what to do to fix it...
Each character has some things defined. "AttributeError: 'ADVCharacter' object has no attribute 'prefix'"
Prefix exists in other characters...but not Viscountess. That's why the error happens. WIll study this a bit more.
Ok. Not sure how to fix it just yet...but you CAN manually set viscountess_char.talk. -1 is default and it never adds plus the prefix code is missing from viscountess. So not sure if I can fix it without trying to understand the code even more.
***Edit 3***
Hard to tell for sure, but it looks like code for Viscountess is just not there yet. Basically dev added character but didn't really match it up with existing characters. I could be wrong, but basically all her content is just talking. There's no real training for her yet, I guess. *shrug*
Still losing my mind trying to figure this out anyway. Besides Flor is still missing. I need to figure out how to continue the main quest if I can't find her.