Would you mind uploading and
attaching your changes? Others may find it usefull, if they got these problems and read your post.
Here's a copy of the script.rpy file after I 'fixed' it.....(note I'm too lazy to use a hosting site, so I changed the extension to .txt so I could directly upload here)
(I modded a couple versions and through all but this one out months ago, none of my modifications crash the game)
My fixes:
-allow you to witness all the naughty events multiple times
-player starts with 5000 gold or earth rupees
- player has 500 purple hypno-drugs....
- some lewdness values may have been changed, so some events would auto-proc)
if you want to use this file just change the extension to .rpy and drop into your 'game' folder of Lab Rats 0.2.1
..... I'm not sure but I may have changed event probabilities (like increased chance for sister to be in her room looking through her things)
The deets:
- in notepad just did a 'command+f' (macfag) search for 'serum' since all events check if player has serum. That helped me locate the events. I then checked the events for booleans ( statements starting with 'if') and removed complex checks. So, all checks that had more than one value dictating if an event would trigger got simplified to a lewdness check (except for the checks on days of the week because those aren't broken).
- did a 'command+f' (macfag) search for money and changed initial value, also did search for 'purple' changing initial value (these are easy to find if you want to 'reset' to a natural game progression).
That's it.
I'd do more of these simple corrections for other games that crash but most package as .rpyc which is encripted and I haven't found a macfag friendly way to un-cuck .rpyc.