Yes! Exactly!

Newbie
Jan 19, 2018
65
27
Replace the file in "game\scripts\locations\trainstation_local\pub_events\pub_work\" folder.
Also could comment out lines 98,99,100 in the file.....
Code:
   # elif player.pregnancy > 0 and player.pregnant > 0 and player.pregknows == True:
   #     pc "I don't think it's a good idea to work here while pregnant since it can get quite rowdy in here."
   #     jump trainstation_local_pub_screen
how do i save this?
 

jbomb

Member
Dec 28, 2017
211
118
Replace the file in "game\scripts\locations\trainstation_local\pub_events\pub_work\" folder.
Also could comment out lines 98,99,100 in the file.....
Code:
   # elif player.pregnancy > 0 and player.pregnant > 0 and player.pregknows == True:
   #     pc "I don't think it's a good idea to work here while pregnant since it can get quite rowdy in here."
   #     jump trainstation_local_pub_screen
Probably just me being dumb. But do I just replace the original file with the file you posted? or delete the lines you mentioned? From what I can see both the original file and the one posted are identical.
 

Sam_Tail

Active Member
Game Developer
Aug 31, 2020
505
2,689
Probably just me being dumb. But do I just replace the original file with the file you posted? or delete the lines you mentioned? From what I can see both the original file and the one posted are identical.
You don't do anything and just ignore the file. It was posted for the last version of the game and somehow got linked in the op. What it does is now in the main game.
 

Mustang Flex

Member
Oct 24, 2017
457
1,056
Seeing my character's mood take an instant nose dive for no discernible reason gave me Accidental Woman flashbacks. Not thrilled about microing a depression elemental just to function.
 

Sam_Tail

Active Member
Game Developer
Aug 31, 2020
505
2,689
Seeing my character's mood take an instant nose dive for no discernible reason gave me Accidental Woman flashbacks. Not thrilled about microing a depression elemental just to function.
No suicide fortunately. It will just send Sammy off to do things to cheer herself up. Usually booze or sex.
 
  • Like
Reactions: wor_on and halsgate

Asura729

Newbie
Mar 25, 2020
47
20
Love the new update and one of the outcomes of the late night dare games, absolutely hilarious. The other outcomes are great too! Also most likely bug but when I lost a dare game I was tasked to be naked for the rest of the night, lost another dare game and I was suddenly clothed again. Don't think it was supposed to be like that.
 

maankamara

Member
Sep 16, 2017
443
732
Sam_Tail

If I'm not mistaken, your fight function gives bonus to broken characters instead of a penalty.

Code:
base = (self.fitness + (self.confidence / 2)) - (self.drunk / 2) + (If(self.isbroken, 40,0))
Now it is:
(Fitness + half confidence) - drunk + broken.

Should be:
(fitness + half confidence) - (drunk + broken)
or
(fitness + half confidence) - drunk - broken
Shouldn't it?
 

Sam_Tail

Active Member
Game Developer
Aug 31, 2020
505
2,689
Nice! How many new events?
Lots. Mostly centered around the soccer boys and the photographer.

Sam_Tail

If I'm not mistaken, your fight function gives bonus to broken characters instead of a penalty.

Code:
base = (self.fitness + (self.confidence / 2)) - (self.drunk / 2) + (If(self.isbroken, 40,0))
Now it is:
(Fitness + half confidence) - drunk + broken.

Should be:
(fitness + half confidence) - (drunk + broken)
or
(fitness + half confidence) - drunk - broken
Shouldn't it?
Yeah looks like I did that wrong. Thanks for pointing it out, I will have it fixed in the next build.
 

envy5

Newbie
Jun 22, 2017
39
9
didn't think I'd like the game because of the artstyle but loving it surprisingly - any plans to have a dedicated prostitution area? the bar is great and I like the variety of stuff that happens but would love like a dedicated stripper/whoring area (unless it's already in the game and I'm stupid and missing something)
 

KingFuzzy

Active Member
Aug 3, 2018
690
1,078
played the browser version of this, and kinda sad that futa is not a thing for it...it just that seems like that is something way more simple of a thing for that lab to do than placing a person's entire life and memories into a new body. did not get very far in it, but was still good.

is it only straight sex and we got no choice, or can we do a pure lesbian thing, and if so can we fuck the sister?
 
  • Like
Reactions: Highland_Hunter

ChesseKun

Active Member
Nov 1, 2019
635
699
any reason why you changed the skin colour? I relay like this one screenshot0001.jpg but now it looks like this screenshot0002.jpg ?:cry:

played the browser version of this, and kinda sad that futa is not a thing for it...it just that seems like that is something way more simple of a thing for that lab to do than placing a person's entire life and memories into a new body. did not get very far in it, but was still good.

is it only straight sex and we got no choice, or can we do a pure lesbian thing, and if so can we fuck the sister?
straight only and no you can't fuck the sister.

Is there no sound?
nope, there isn't.
 
Last edited:
  • Sad
Reactions: Highland_Hunter

IMNoob

Newbie
Nov 19, 2016
25
11
Really liked this one!
Though I had to "guess" few times what to do (either talk to the doctor or go to the police station) on my own, but it something that shouldn't be to revealing i'll assume, I just wondered if there's a gallery option to track what scenes we've seen/didn't discovered yet.
 

Zero_Blazer

Newbie
Jun 12, 2018
75
33
When trying to give the investigator in the beginning a blowjob, the game throws an error. If ignored, later on it thinks you refused to give a blowjob. Also, buses just don't work at all. After selecting a location it takes the money but leaves you in the bus menu.
 
3.90 star(s) 55 Votes