It's probably that.Or the corruption level of the nurses are too high,
That is strictCouldn't there be a <6, or if level_of_nur == >6 *this action* instead? I have no clue about ren'py coding or py coding in general, but if my thinking is right, this would cause a lot less troubleshooting mayhaps? All I know is basic config of C+/SQL for server scripts/databases(mangos WOW etc.)It's probably that.
Mr.C used a strict comparison to trigger the event :
You don't have permission to view the spoiler content. Log in or register now.
i did'nt use any cheat only for moneyOr the corruption level of the nurses are too high, due to previously modding stats. My level was set to 9, lowered it to 6 to be safe. IIRC 6 or 7 is max as of v2.0 Edit: Cant be bothered to check what the max is for 2.05, as I am quite bored of Corruption atm. Might check back on it in 7-8 month though
This solution work for me :It's probably that.
Mr.C used a strict comparison to trigger the event :
You don't have permission to view the spoiler content. Log in or register now.
Could just be a leveling bug with the nurses then, since as anne O'nymous mentioned, the trigger is very strict. But it could still be the scripts from D.S Sama or Better Experience interfering with the game as they both make some changes. Going to correct my post with a caveat theni did'nt use any cheat only for money
Normally it should have beenThat is strictCouldn't there be a <6, or if level_of_nur == >6 *this action* instead?
level_of_nurse >= 6 and someFlag is False
; one should never be strict with its conditions, especially in a game that offer so much possible options. More precisely, an author should never make assumption about what the player have done or not. So defining a minimal or a maximal limit is good, it permit to mark the progression of the events. But doing both at once, or using a strict value, is to avoid at all cost, because it will force the player to follow a strict order when playing.If the console is enabled (my mod do it, but there's unren (Windows,This solution work for me :
UseYou must be registered to see the linksfor your save and change "level_of_nur" for 6 (set to 7 in my save before change)
SHIFT
+ o
, the just write level_of_nur = 6
and validate with the RETURN
key.ESCAPE
or right click on the mouse.For me I have never used a mod on this game, so I can confirm my issues are not mod related, I also tried using the files from my v2.0 and v1.95, this did not help.The error stems from the game itself, I believe, as my clean save shit the bed too. Or too much cheating either through the D.S. mod and/or yours, and it bugs out the persistent state upon loading a save from a previous version. Could be a mix of both too. Edit: Also, resetting the hospital/nurses fixes some things too PS; Easiest fix is just starting over, without modding anything, or replacing files though. Eventough I uploaded the 2.0 renpy/lib for those who just do not want to start over.
Thanks for the lib and renpy folders. They work.You must be registered to see the links<-anonfiles. For those who haveIf I violate any terms with this, I'll leave it up to the mod(s) what happens. (TCMS is it acceptable? It's a "fix", if only a temp one.)You don't have permission to view the spoiler content. Log in or register now.
Edit: To clarify, this is just a temporary stopgap measure, as there is a few events that does not trigger correctly, or at all. It is better to wait for a proper hotfix or start a new CLEAN game.
Thanks bruvJust for you
Win/Linux:You must be registered to see the links
Wow, thanks that was useless! Its hidden behind a pay wall dude, and I ain't paying 20 bucks for a bug fixYou guys really need to pay more attention to what people post here. See this post:
https://f95zone.to/threads/corruption-v2-05-mr-c.1878/post-4089468
Amanda is Dr. Anne mom. She's the administrator. Find her in the lobby of the hospital.Who's Amanda? I forgot.
If it's crash on load try this:Wow, thanks that was useless! Its hidden behind a pay wall dude, and I ain't paying 20 bucks for a bug fix
If it's the hospital event it's this, as the trigger is way too strict:You must be registered to see the links<-anonfiles. For those who haveIf I violate any terms with this, I'll leave it up to the mod(s) what happens. (TCMS is it acceptable? It's a "fix", if only a temp one.)You don't have permission to view the spoiler content. Log in or register now.
Edit: To clarify, this is just a temporary stopgap measure, as there is a few events that does not trigger correctly, or at all. It is better to wait for a proper hotfix or start a new CLEAN game.
Or the corruption level of the nurses are too high, due to previously modding stats* My level was set to 9, lowered it to 6 to be safe. IIRC 6 or 7 is max as of v2.0 Edit: Cant be bothered to check what the max is for 2.05, as I am quite bored of Corruption atm. Might check back on it in 7-8 month though
*edit; or a bug with the corruption system in a previous version that over leveled the corruption stat on the nurses. Still my bet is on one or more mods interfered with a previous game version in such a way that the over leveling could happen. IDK really, but it is a logical conclusion, but I also believe that it is due to a mishmash of both mod and game code doing some weird tango.
Normally it should have beenlevel_of_nurse >= 6 and someFlag is False
; one should never be strict with its conditions, especially in a game that offer so much possible options. More precisely, an author should never make assumption about what the player have done or not. So defining a minimal or a maximal limit is good, it permit to mark the progression of the events. But doing both at once, or using a strict value, is to avoid at all cost, because it will force the player to follow a strict order when playing.
By example, still in the hospital, there's the possibility to ask Doctor Anne about her mother, which open the lobby. But once Anne will reach her last level of corruption, the option disappear, and boom you can't enslave the hospital. This just because Mr.C assumed that the player have had all the time to ask the question and so surely did it.
If the console is enabled (my mod do it, but there's unren (Windows,You must be registered to see the links) for those who don't want to use it) there's a fastest way.
Open the console withSHIFT
+o
, the just writelevel_of_nur = 6
and validate with theRETURN
key.
To exit the console, just pressESCAPE
or right click on the mouse.