AndroidGamesLinuxRen'pyWindow

Straitened Times [v0.49.1] [HRelease]

Download for Windows/ Linux

Download for Mac - v0.46.1

Download for Android

(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 ( 283 votes)

Related Articles

131 Comments

    1. Android will always lag behind as nobody creates a game on Android itself, but on real computers for Android eventually. JoiPlay a Windows version if you want the most recent versions.

  1. where is next update? already been a month. I can’t wait any longer. I need sexy time!!! I having sexy emergency! Hurry ,I not going to make it to hospital !!!!😭😭😭😭😭🤬🤬🤬

  2. I like this developer because the updates are consistently coming every two to three weeks, roughly about twice a month.
    Good job! Keep them coming!

    1. Have you played ‘Foot of the Mountains’? Holy fuck, that is the king of grindy McGrind -grind. Takes weeks of grind just to get to specific events. It is one of the most hated grind-fest VNs ever made.

      I agree Straitened Times has grind. Sometimes it’s not so bad, but it ‘s also because this has a lot of content. I find that to trigger some H-scenes or events to progress requires only about two to three repeats. Some take longer, but keep in mind that some of the required progress may still be under development. You have to check MC’s phone for status and you can see if you have reached the end of that progress for the time being until next update. That may also cause you to believe it endless grinding. You can repeat scenes not realizing you hit stopped progression.

  3. How is this 90% ?

    This was a waste of time – boring, boring and more boring grinding. I wanted to strangle the characters – they are so annoying. the MC is stuck in poverty and has to grind – yay! Who cares?

    1. invite her from when you see her in motel diner 12noon or ask her about sleeping place whenever you see her.

  4. Most people play it on PC and i have too much lag!!! The animations arent good, the angles arent good and on top of that i have lag that cuts off all the animations!!!

  5. Please, in the new update, add the pregnancy of the characters in the story, especially the mothers, this way the game will be much, much more interesting. I think most of the users will agree with this.

  6. Most players use the Android system, so you have to update Android. Also, can you make another game like this with new characters and a story?

  7. wooooooo! yeah!!! update 0.42 -0.42 0.42!!!!!!!! Is here!!!!!!!!! Nice. Very nice.
    Now I can start my weekend properly. Beverage, snacks and sexy entertainment.

    1. where is it? I need it now!!!!!!!!!!!! I can’t wait…. have to fuck mom and aunt Kate when join them both in night and watch porn together……. why its not happen!?

    1. Walkthrough for only the android version? It’s the same game regardless of platform. It does have a lame hint system in the game using the contacts list on the phone.

    2. It’s a sandbox game.
      Walkthroughs are for kinetic novels. A sandbox game is effectively about doing everything many times, grind (or cheat), until different options are available to explore. A decent sandbox like this one has a storyline that it’s built around and incorporates.

  8. Only for those coming from update 0.40.2 to current, it’s only bug fix and a few renders. Not significant new content. Read change log.
    By the way, there is something developing with both grandma’s. Check MC’s former house that is for sale in suburbs. Talk with the priest neighbor lady and do gardening. You will see something of interest you should investigate at former house. Not going to spoil it. Hint: something at evening around 8pm….???

      1. go to the door of the former house for sale. You go inside and grandma(both) is there. Lots of dialogue. Try in evening. Try over multiple days if you can’t get in. But you have to also see grandma in pool (afternoons) at your motel. Also have to go to court and sit for hearing for father., The other grandma is there(court hearing) and have lunch with her when hearing is over. You may have to repeat these events few times to trigger event at former house if you can’t get in. You have to also do gardening( 3pm-5pm, don’t do laundry option!) with neighbor priest lady, where you are in back of house trying to kiss the priest lady. You will see grandmas leaving the former house. After you see them, you can approach the house evening or night and they answer the door.

    1. I just JoiPlay the most recent Windows version on Android, not a lagging behind version. Will see how a Windows virus likes a non-native environment. In the meantime, you need to research how devs are struggling to compress images without some false positives. Can you identify the exact virus with your “good antivirus”? I call cap on your “no cap” username.

      1. file””,line 1; expected statement.
        Relations[“YoungSis”].allure.Value=200
        not working can u plz suggest what i should do

        1. you probably need to do more interactions with other characters to trigger new scenes, even after allure is adjusted .

  9. Getting a error when trying to attend the Hearings.
    Someone with the same problem?

    I’m sorry, but an uncaught exception occurred.

    While running game code:
    File “game/loc_TownHall.rpy”, line 365, in
    AttributeError: ‘LocationClass’ object has no attribute ‘AttendHearings’

    — Full Traceback ————————————————————

    Full traceback:
    File “script.rpyc”, line 6, in script call
    File “GameData.rpyc”, line 815, in script call
    File “loc_TownHall.rpyc”, line 347, in script call
    File “loc_TownHall.rpyc”, line 365, in script
    File “renpy/ast.py”, line 2133, in execute
    if renpy.python.py_eval(condition):
    File “renpy/python.py”, line 1153, in py_eval
    return py_eval_bytecode(code, globals, locals)
    File “renpy/python.py”, line 1146, in py_eval_bytecode
    return eval(bytecode, globals, locals)
    File “game/loc_TownHall.rpy”, line 365, in
    AttributeError: ‘LocationClass’ object has no attribute ‘AttendHearings’

      1. Please look at the link that says “Click Here – Learn how to play the Latest Version on android!”… The latest version isn’t from the playstore, but the website for the app itself (JoiPlay.com).

  10. The game is more than wonderful, but we want more improvement in the system of play and movement, and improvement in the map, characters, and new places to visit characters in homes, and also add the purchase of houses, cars, income shops for money, and new items to present as a gift, it will be fun

  11. You can tell a lot of time was put into this game although it’s a really large sandbox, not for those that just want to get straight into scenes. Feels like an actual video game. Great game for those that want to experience more than just straight up sex scenes.

  12. what’s up with the PE Teacher, the old hag is drinking away my beer n not doing anything interesting.

    1. talk to her at school to trigger events. Do chores for her. Get her to spy on you and lit teacher in library. Can eventually give her spare key to motel room.

  13. brooo update the latest version. you have just writtten 0.39. but wheere is the update???? wtf man?
    why dont you respond???

  14. Salve galera.. Alguem aqui ja conseguiu pegar a advogada? ja levei todas as bebidas e a Violet nunca permite a entrada… O que precisa ser feito? Fora isso… um ótimo game… da pra peder horas jogando rsrssr

    1. make sure you have been working shifts in motel diner so you trigger event to serve Judge there around 4pm . Eventually you can give her keys to your spare motel room, she will come in eveving around 8pm. Repeat diner work shift until you are promted to waiter if you havent done it yet. Keep Asking manager for promotion every two weeks.

  15. Not sure why this game has such a decent rating. I’ve played worse, but it’s really not very good. English is really bad. I’m not hatin’ or anything, but best to either enlist a native speaker or release in your own language. The title of the game itself is both spelled wrong and doesn’t even make sense.

    That aside, the game is very typical low-effort stuff. The dev has a milf complex and you got more creepy cougars than anyone needs. Also he/she doesn’t know how to pose them or maybe just doesn’t care. If only making a few assets, I would at least hope to see some effort put into them. Story is typical too, nothing special here. Also it’s typical sandbox workflow… Make a handful of assets, reuse, click the same options repeatedly and gradually change the responses. Waste time keeping your energy up which adds nothing but time to the game. Sandboxes are all about the illusion of content, when you’re just mindlessly going though it.

  16. Every time I see a new update I feel like it’s going to be a great day for PC gaming. And this on a Friday night release too, wow! Can stay up till early morning playing this update. Nice.

  17. you canbalready bang Aunt Kate since update 0.3e. Make sure you invite mom to stay with aunt. Ask to help them try on clothes.

Leave a Reply

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

Back to top button