AndroidGamesLinuxRen'pyWindow

Straitened Times [v0.49.1] [HRelease]

Download for Windows/ Linux

Download for Mac - v0.46.1

Download for Android - 0.48.1

(if it gives you a .zip, just rename it as .apk)

  • swipe down to hide the ui
  • swipe left to roll back
  • swipe right to start skipping of text
  • swipe 2x left&right to open the game menu
  • swipe up&down to toggle a small window with memory usage information
  • longpress the save file thumbnail in the save/load screen to delete this slot

Download Incest Patch

Content Changed

Enables incest.

Patch Instructions

Windows/PC: Copy xyz.rpyc into your “game” folder.

Android users: Navigate to Android/data/xyz/files, create a new folder named “game” and copy the xyz.rpyc in this folder.

Mac: Right click your  xyz app -> Click “Show Package Contents” -> Move xyz.rpyc into your “Contents/Resources/autorun/game” folder

Note: This patch will work for all future versions as well. Just copy the file for each new game version. It will always stay the same file.

Download Walkthrough, Mod & Interests

U will meet the Goons at Motel (Pry around Motel) at afternoon. After u meet the Goons, Motel Manager will save u from the Goons. Talk to Motel Manager about the Goons.

U have to build good relations with the 2 detectives at the Police Station of Administrative Center. To save time, I use cheat code of: (Shift + O) & type:

Relations[“HotCop”].allure.Value=100
Relations[“FatCop”].allure.Value=100
Relations[“HotCop”].opinion.Value=100
Relations[“FatCop”].opinion.Value=100

or

Relations[“HotCop”].allure.Value=100; Relations[“FatCop”].allure.Value=100; Relations[“HotCop”].opinion.Value=100; Relations[“FatCop”].opinion.Value=100

Then talk to the Female Detective (HotCop) about the Goons, she will go to catch the Goons with her partner, 1st time cannot meet the Goons, have to go to talk with the Detective again next day and this time they will successful meet the Goons and put them to jail. After that tell this News to Motel Manager, and will reward with BlowJob.

For Mom sex scene with Lil teacher, Mom sex with MC at Lil teacher’s house, Mom not sex with the Lil teacher.
To do this, MC have to have sex with Mom when MC sharing Room with Mom. Mom will tell MC to attend Family lesson with Lil.
MC have to ask for the Family Lesson from Lil teacher at School at 9.00. Visit the Lil’s house at 18.00 with Mom (talk with Mom at 18.00 at Motel room, and Mom will go to Lil’s house with MC). Repeat this once every week, I don’t remember how many times visit Lil’s house for Family Lesson, and keep on sharing room with Mom and have sex with Mom. Lil will ask Mom to have sex with MC at her house during the Family Lesson.

After few times of Family Lesson, Lil teacher will offer MC Private lesson at her house at 17.00. Attend the Private lesson at Lil’s house for few times (I don’t remember how many times) and will get the scene of MC sex with Lil teacher.

For faster the process of MC sex with Mom when they sharing room, & good relation with Lil teacher u can also use the Cheat Code:
Shift + O , type:
Relations[“Mom”].allure.Value=100
Relations[“LitTeacher”].allure.Value=100
Relations[“PETeacher”].allure.Value=100
Relations[“Mom”].opinion.Value=100
Relations[“LitTeacher”].opinion.Value=100
Relations[“PETeacher”].opinion.Value=100
 

Download Cheat Mods

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


View Cheats

Player.Money = 99999
Player.Energy.Value = 100
GData.Time= X

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=###

– NPC to NPC Relation
Relations[“???”, “???”].allure.Value=###
Relations[“???”, “???”].conflict.Value=###
Relations[“???”, “???”].opinion.Value=###

change ??? to
BankManager
Father
FatCop
FLawyer
FLawSecretary
HotCop
LitTeacher
Mom
MotelManager
OldSis
OSfriend
PETeacher
PGrapher
Principal
SluttyMaid
SMom
StepOS
StepYS
XShopOwner
YoungSis
 

View Console Commands

HOW TO MODIFY THE GAME TO LESSEN THE GRIND.
Earn more money from work.
Earn more allure from sexual tension.
Earn more opinion & interest.

it ups the value a little bit, so you can still play the game as intended, but it all should be faster.

1. First get Unren, which allows you to unpack the games files. Unpack using option 1. Then option 2. https://dikgames.com/how-to-use-unren-to-extract-rpa-packages/

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)

Download Save Files

Installation:
Extract file from file to the \game folder and overwrite when prompted.

You can also mail us at :- dikgames.play@gmail.com

Editor's Rating

Story - 91%
Visual - 92%
Engagement - 90%
Core Loop - 87%

90%

out off 100%

This review is based on author's perspective and actual experience may differ on individual's own preferences.

User Rating: 4.05 ( 275 votes)

Related Articles

183 Comments

  1. This game is still very buggy. Different scenes pop up randomly. The game itself feels like a grind.

  2. Update Android version for free HSre
    This game is.
    Fuckin awesome
    HRelease
    You do one of best you are the best

    1. Usually it comes out on Android within a week after the update. This time I’m already counting the days, I can’t wait, I installed a crooked version, a bad Android port, to see all the updates. But in that port below the buttons are mixed, you can’t save normally, alas. I’m waiting for this port. The work on this site is very high quality. It’s a shame that they forgot about Android.

    1. I think so I the admin doesn’t have the membership of this platform then please contact the membership person and try to upload the incest patch of this game. Because now onwards there will not be the incest patch available on their twitter account or in any of the public platforms. So you need to get that from membership person.
      If you don’t have that reach then you will not be able to update this game!!

      This is for admin only!!!!

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button