PhantomStranger

Active Member
Oct 23, 2017
805
1,129
thanks still work in progress, but did just updated with judge.
If I may make a suggestion, in the future you should update this guide dividing content by game version. This way we all can finally have a precise idea of what to expect in each update... something that we would already have if only the Dev had put an ounce of effort in their f*&ing changelogs.
 

micmitja

Forum Fanatic
Aug 6, 2017
5,857
6,356
If I may make a suggestion, in the future you should update this guide dividing content by game version. This way we all can finally have a precise idea of what to expect in each update... something that we would already have if only the Dev had put an ounce of effort in their f*&ing changelogs.
well this is my 1st run of the game so is what is, in future i might. so far i add when i find something worthy of adding, its just running around till stuff triggers. Debug is of limited help, at least you know that there is still something.
also so far am still on 41.2 version cause new one is too damn buggy and got useless crashes as if dev forgot to add bunch of scripts to it.
 
  • Like
Reactions: NEMO GAMER

PhantomStranger

Active Member
Oct 23, 2017
805
1,129
well this is my 1st run of the game so is what is, in future i might. so far i add when i find something worthy of adding, its just running around till stuff triggers. Debug is of limited help, at least you know that there is still something.
also so far am still on 41.2 version cause new one is too damn buggy and got useless crashes as if dev forgot to add bunch of scripts to it.
Sure, no pressure. If you stopped right now it would already be a praiseworthy effort, just wanted to point out that there was a simple way to make all player's life much easier. Thanks!
 
  • Like
Reactions: micmitja

micmitja

Forum Fanatic
Aug 6, 2017
5,857
6,356
Sure, no pressure. If you stopped right now it would already be a praiseworthy effort, just wanted to point out that there was a simple way to make all player's life much easier. Thanks!
well so far all i can do is mention any changes that will be when ill moved to 42, but so far am still hoping on some fix to drop before that happens.
 

gnadudu

Well-Known Member
Aug 31, 2018
1,895
2,802
Any reason why this and Suchguy's cheat mods don't fully work anymore? I have it installed correctly (I've used them both before), but now, the 'k' button won't bring up any menus anymore (nor will the other buttons), and the daily sex limits isn't working anymore. Some of the features still work (infinite money, infinite opinion), but others don't.

Anyone have any fixes? I am stumped.
If you're talking about this mod you only need to change
config.keymap['CheatMenuBind'] = ['k']
into
config.keymap['CheatMenuBind'] = ['K_k']
and
config.keymap['console'].append('l')
into
config.keymap['console'].append('K_l')
(basically prefixing the keys with K_)
The renpy version was updated to 7.6.2 which included changes to the keymaps...
 
  • Like
Reactions: JustPeekin

Insomnimaniac Games

Degenerate Handholder
Game Developer
May 25, 2017
3,524
6,335
Any reason why this and Suchguy's cheat mods don't fully work anymore? I have it installed correctly (I've used them both before), but now, the 'k' button won't bring up any menus anymore (nor will the other buttons), and the daily sex limits isn't working anymore. Some of the features still work (infinite money, infinite opinion), but others don't.

Anyone have any fixes? I am stumped.
Re-download mine. I fixed it already.
 

Radical_Dreamer

Member
Donor
Aug 26, 2018
326
513
If you're talking about this mod you only need to change
config.keymap['CheatMenuBind'] = ['k']
into
config.keymap['CheatMenuBind'] = ['K_k']
and
config.keymap['console'].append('l')
into
config.keymap['console'].append('K_l')
(basically prefixing the keys with K_)
The renpy version was updated to 7.6.2 which included changes to the keymaps...
Thank you, that worked!

Re-download mine. I fixed it already.
Hello, thank you for your reply! I was able to confirm the keybinds work. However, even after redownloading your cheat mod, the daily sex limit is still in place. :(
 

gnadudu

Well-Known Member
Aug 31, 2018
1,895
2,802
Alt room continues to disappear. I have done manager request, cheat mod, console command. It doesn't work at all.
request alt room for week, pay, and while playing, my alt room changes to "Not reserved."

And I can not sleep full. When I select "Sleep Till Full Rest", time doesn't flow.

v. 0.42.0. help plz.
Don't have any issues after renting the room with your save. Neither by using the "Hotel Upgrades" button in the cheatmod, nor by setting "MotelAltRoom.ReservedUntil = 99999" via console, both work... (skipped two weeks and it was still reserved)

"Sleep till full rest" is buggy with cheatmods and shouldn't be used...
 
  • Like
Reactions: albanim

idkfuck

Member
May 24, 2018
104
20
hey i think my therapy is broken i cant the days passed are looping is there a command to get a therapy session ?
 

albanim

New Member
Sep 26, 2023
2
0
Thank for your reply. I found something. If your energy level is too high, you can not sleep till full rest. I hope it was the answer.
About alt room rent disappear thing, thank you for your test.
Don't have any issues after renting the room with your save. Neither by using the "Hotel Upgrades" button in the cheatmod, nor by setting "MotelAltRoom.ReservedUntil = 99999" via console, both work... (skipped two weeks and it was still reserved)

"Sleep till full rest" is buggy with cheatmods and shouldn't be used...
 

SoulKing_Brook

New Member
Sep 26, 2023
12
1
Hi!
I built a mod menu and I'm sharing it with you.

Contents:
Full Allure/Opinion With All - no conflict
Refill Discuss Interests
Refill Energy
Drain Energy To Sleep
-- Motel Cheats
Infinite All (SingleBed, AduldTV, BrokenLock, AltRoom)
Turn Off Single Bed
-- Other Cheats
Modeling Job
900000 Money
SchoolAttendance (never lost (auto))

Just put inside game folder.
Press K to open.

Enjoy!

In additional whe have the gibs6100 mod`s attached. For more informations, go to https://f95zone.to/threads/straitened-times-v0-29-0-hrelease.52690/post-7606639
I am trying to Follow the tutorial
But for some reason the cheat mod arn't working It isn't opening even after pressing K , What to do???
And the rollback is not working (to get the scene) am I suppose to rollback use the scroll function and go to the room or am i suppose to exit the room and reenter it?
I am On version 0.42.0
 

SoulKing_Brook

New Member
Sep 26, 2023
12
1
If you're talking about this mod you only need to change
config.keymap['CheatMenuBind'] = ['k']
into
config.keymap['CheatMenuBind'] = ['K_k']
and
config.keymap['console'].append('l')
into
config.keymap['console'].append('K_l')
(basically prefixing the keys with K_)
The renpy version was updated to 7.6.2 which included changes to the keymaps...
Where do u Change that?
Console?
 
3.70 star(s) 183 Votes