Cheat Mod v2.0
To install just extract the zip into the root folder (The one with StraitenedTimes.exe)
-Infinite Energy
-No Conflict
-Infinite Opinion (All Characters)
-Infinite Money
-Infinite items (affects moms package which doesn't affect anything so you can ignore it)
-School attendance always 100
-Sleep continues to the set time unless interrupted
-Enables Console (Press "L" lowercase)
-Press the "K" (lowercase) key to bring up a menu with options for the motel, WTF Mode, and modeling (You need to have the Alt room/Modeling job unlocked or these options do nothing)
-The modeling cheat also resets the week long cooldown for x-shop photoshoots
-"WTF do I do Mode activates the debug mode contacts list so you can see a list of all scenes and how much allure you need for them (Courtesy of dikau)
This is a toggle, so just use the option again to turn it off.
-The "-" and "+" keys go back and forward in time
-The Y key (lowercase) toggles debug mode cheat so you don't have to use the menu. You can even use this on the contacts screen itself.
-The U key (lowercase) uses the modeling cheat so you don't have to use the menu
HOW TO USE TIME CONTROLS: The time controls are finicky, In order to update NPC positions you need to skip time. For example, if you need to be at 14:00 you would go to 13:00 and skip an hour using the in game timeskip.
DISCLAIMER: DO NOT USE THE SLEEP TILL FULL REST OPTION! It leads to an infinite loop
Note that unlike Suchguys mod, most things in my mod are automatic requiring no input on your part. The only things that aren't are the hotel room upgrades, and the modeling job cheat. If you want more control, use his mod. If you want more of a plug and play experience use mine.
Link: Suchguys Mod
Azerty Keyboard fix: Link
Please let me know if you encounter any bugs
I stumbled upon this strange occurrence:
I had Kate staying in the Alternative Room and forgot, so when I visited the bank manager I decided to invite her to the room; so at 20:00 they were both in that room and nothing could be done with either.
As the mod doesn't remove items from player, it seemed to me that it was the problem, so I went in and changed "Player.Items[ItmObj.ObjName] -= 0" with:
if Player.Items.get("AltRoomGuestKey", 0) > 0:
Player.Items[ItmObj.ObjName] = 0
else:
Player.Items[ItmObj.ObjName] -= 0
I have no idea how elegant this is as it is my first time looking through Ren'Py code, but it did solve my problem and the AltRoomGuestKey got removed so it couldn't be accidentally used with other characters.
Insomnimaniac Games could you look into that?