john1230

Active Member
Oct 6, 2020
746
576
im talking about a version 2 of the game when this one finish.
Not likely to have part 2 any time soon as the DEV have another new game that they are working on right now. So unless the new game is hugely unpopular the foreseeable future is the DEV finishes Straitened Times and continues with the new game Marriage in Between.
 

Reaver

Active Member
May 31, 2017
714
623
For those looking for the Console commands here is the list that I have.

DL this file _dirtyConsole and place it in the game folder.

Straitened Times Cheats

Press SHIFT+O (the letter, not the number) to activate the console
Type the cheat then press Enter. These commands are case sensitive, so you must type them exactly as written (including parentheses and quotes; you can change the value after the = according to your needs )


Player.Money = 99999
Player.Energy.Value = 100
GData.Time = X (0-23)
GData.Date = X (day's number you want to skip to)

Levels of sexual attraction (allure):
0 - indifferent
10 - appealing
20 - catching
30 - inviting
40 - interesting
50 - attracted
60 - charmed
70 - fascinated
80 - desired
90+ - longing

- Player to NPC Relation
Relations["???"].allure.Value=###
Relations["???"].conflict.Value=###
Relations["???"].opinion.Value=###

Relations["Mom"].conflict.Value=20

- NPC to NPC Relation
Relations["???", "???"].allure.Value=###
Relations["???", "???"].conflict.Value=###
Relations["???", "???"].opinion.Value=###

change ??? to
BankManager
DinerManager
Father
FatCop
FGran = Grandmother dad's Mom (New)
FLawyer
FLawSecretary
HotCop
Judge
LitTeacher
LitTeacherFiance
MAunt
Mom
MotelManager
NeighBoy
NeighCheerl
NeighMom
OldSis
OSfriend
PETeacher
PGrapher
Principal
Prosecutor
SluttyMaid
SMom
StepOS
StepYS
XShopOwner
YoungSis


Player.Relations.Opinion.Value = {u'BankManager': 100, u'DinerManager': 100, u'Father': 100, u'FLawyer': 100, u'FLawSecretary': 100, u'HotCop': 100, u'Judge': 100, u'LitTeacher': 100, u'MAunt': 100, u'Mom': 100, u'MotelManager': 100, u'NeighCheerl': 100, u'NeighMom': 100, u'OldSis': 100, u'OSfriend': 100, u'Principal': 100, u'SluttyMaid': 100, u'SMom': 100, u'StepOS': 100, u'StepYS': 100, u'XShopOwner': 100, u'YoungSis': 100}

Player.Items = {u'Wine': 90, u'Beer': 90, u'Whiskey': 90, u'Liquor': 90, u'Cocktail': 90,u'PremiumWine': 90,u'PremiumWhiskey': 90,u'PremiumLiquor': 90,u'CondomItm': 90}

-Conversation topics:
Player.Interests["<insert topic>"].Value = XXX (max. 100)
e.g. Player.Interests["Guns"].Value=100

Topics are:

School
Gossips
Sport
Cars
Guns
Travel
Art
Music
Movies
Fashion
Politics
Technologies
Finance
Pets
Trends

-Reservations: (X is the day number, so X= 300 means "until day 300")
MotelMyBath.BrokenLockReservedUntil= X
MotelMyRoom.SingleBedReservedUntil=X
MotelMyRoom.AduldTVReservedUntil=X

MotelGirlsBath.BrokenLockReservedUntil=X
MotelGirlsRoom.AduldTVReservedUntil=X

MotelAltRoomBath.BrokenLockReservedUntil=X
MotelAltRoom.ReservedUntil=X
MotelAltRoom.AduldTVReservedUntil=X

-How to change School Attendance:

SchoolAttendanceTask.Attendance=XX

PStudioTask.NaughtyPath.Parent.MilfModeling.State = 1

-Inventory items (booze and condoms to the max):
Player.Items = {u'Wine': 90, u'Beer': 90, u'Whiskey': 90, u'Liquor': 90, u'Cocktail': 90,u'PremiumWine': 90,u'PremiumWhiskey': 90,u'PremiumLiquor': 90,u'CondomItm': 90}


1. First get Unren, which allows you to unpack the games files. Unpack using option 1. Then option 2. https://f95zone.to/threads/unren-ba...compiler-console-developer-menu-enabler.3083/

2. Edit the following files values:

Add more energy when rest in hotel bed
file: ch_p.rpy
add the underlined line: Player.Energy.Add(50)

def PlayerRest():
Player.State = States.Sleeping
GData.ProgressTime()
Player.State = 0
Player.Energy.Add(50)

Earn more money from work (I added an extra 10 dollars as you can see)
File: BehaviorClass.rpy
Replace this:

earn += Work.CurPosition.Wage

With This:

earn += Work.CurPosition.Wage + 10


Earn more Allure from each successful sexual tension gain
File: GameObject.rpy
Replace this:

define AllureMilt = 1.5

With this:

define AllureMilt = 3


Earn more Interest points, but THIS IS UNTESTED. I think interests help opinion go up faster. I'm not sure yet. But it should work.
File: PersonClass.rpy
Replace This:

define InterestModifier = 25.0

With This:

define InterestModifier = 50.0


This is the code where opinion is gained for reference, you don't have to do anything here, it's just reference. As you can see it takes Interest into account, so modifying Interests up above should help opinion go up.
File: PersonClass.rpy

Relations[self.ObjName].opinion.Add(react * InterestModifier)

Figuring out how to cheat in code was much easier than trying to figure out the game, jesus.
 

demude

Member
Jul 15, 2021
114
116
is there a bug when you let Kate hold the alt motel key, even in the inventory you have the key but you still cannot use it?

Which new location that dev mean?
 
3.70 star(s) 161 Votes