Xing333

New Member
Apr 13, 2022
3
0
12
I think that is the only way it ends. I didn't write it but i know it is a story with a end.
I have not played the game that far, but from the code (of version 0.8.6) it seems it can go on after that. Be prepared to make some sacrifices (one of which is 8k rubles). In that case you *can* get an event at the apartment complex where you meet Rolan sitting outside (an event has to fire, it has to be the right event, Rolan also needs to be there which happens more often on weekends, and has to be between march and november, on a sunny day, in the afternoon). Under the right conditions you can then apologize to Rolan and he unblocks his home again. I do not think that anything more will happen after that though.

Also please note that I got this from reading the code, not actually playing through it. If I missed some condition it might not actually work the way I described it.
 

Nutluck

Forum Fanatic
Game Developer
Nov 2, 2017
4,048
2,588
468
Anyone still holding on to any builds before Djibril update removed 99.8% black content in island?
There is a about 3x's the amount of such content as there was. All the old scenes where redone and new ones added. The only scenes removed was the forced tattoo's by Kendra.
 

Enthusiass

Member
Jun 21, 2018
146
337
247
There is a about 3x's the amount of such content as there was. All the old scenes where redone and new ones added. The only scenes removed was the forced tattoo's by Kendra.
How would one access the old DeMarcus/african gangbang gifs then? I know that the story revamp made them redundant(and I haven't seen them since, thus why I called them removed), I'm thinking of trying to code my way into a mod that restores the variety gifs the old content had, they were my favorite bits.

Ooop, found it, had to delve into 7 year old posts at tfgames but found it finally.
 
Last edited:

davvero123

Newbie
Aug 4, 2017
43
6
162
hi in my recent playthrough i've been pursuing only Katja but my game statistics says that my character had sex with 2 girls. minor issue but i wonder why is that or how do i reverse it to 1 with cheats, maybe?
 

Mommysbuttslut

Forum Fanatic
Feb 19, 2021
4,439
11,227
636
hi in my recent playthrough i've been pursuing only Katja but my game statistics says that my character had sex with 2 girls. minor issue but i wonder why is that or how do i reverse it to 1 with cheats, maybe?
Lol the sex tracker is broken as all fuck. I once had it say my Sveta had sex with 21 men on a Kolka only playthrough, honestly I'd just not worry about what that page tells you
 
  • Like
Reactions: davvero123

Kevin Smarts

Engaged Member
Respected User
Game Developer
Jul 21, 2017
2,040
2,691
450
1. How do become a virgin again?

When I use the below commands, Svtea's pussy becomes a virgin but she knows she's not a virgin. The think_virgin flag resets in the next screen. It doesn't stick.

vgape = 0, pcs_vag = 0, stat['think_virgin'] = 1


2. The SMS hookup is bugged. I have a no name hookup, you can have the typical dialogue but the option to go to the house is not there. When you go to the residential area, the option to go to the apartment is not there. I want to breakup with this no name but can't. I keep receiving smses but no way to cancel the interaction. Is there a command to clear the hookups?
Sveta will know what she did so she can work it out. The only way would be to reset the stats for things like vaginal sex and being used by a strapon back to zero.
 

Kevin Smarts

Engaged Member
Respected User
Game Developer
Jul 21, 2017
2,040
2,691
450
Okay, delaying period/ovulation with birth control pills. Does it work? How to?
Kind of, the pill regulates more than simply delays. So if you take it you should find your period is every 28 days. I don't think we allow the player to take the pill out of sequence and delay her period but in rl its possible, if not advised.
 
  • Like
Reactions: Genjurooo

Alaratt

Member
Game Developer
Jun 21, 2019
158
132
187
Hopefully someone can explain this problem to me. i installed the newest image pack and every single store items showed up except for danivolich swimwear. even the rest of the danilovich items loaded. Thanks in advance if someone can figure this out
No idea, there are 30 pieces of swimwear from that store in the core image pack. It may be a corrupted extraction or download, and so far thats all you have noticed missing.
 

Nutluck

Forum Fanatic
Game Developer
Nov 2, 2017
4,048
2,588
468
How would one access the old DeMarcus/african gangbang gifs then? I know that the story revamp made them redundant(and I haven't seen them since, thus why I called them removed), I'm thinking of trying to code my way into a mod that restores the variety gifs the old content had, they were my favorite bits.

Ooop, found it, had to delve into 7 year old posts at tfgames but found it finally.
we don't save old images and gifs, all gifs in the game was replaced with either mp4's or jpg's. gif's are just to low quality and take up way to much room. There is more gangbang scenes now than there was and the one that did exist got rewritten and has no images.
 

Davkin

Member
Aug 30, 2017
126
101
152
Last question I have right now is, the cheat menu's get diploma function seem broken. I can get high school certificate, masseuse, secretary, and drive license, but not college diploma.

Is the vocational school (being at teacher) part of the game available?

Also, how long does university take? a year like high school?
 

Kevin Smarts

Engaged Member
Respected User
Game Developer
Jul 21, 2017
2,040
2,691
450
Last question I have right now is, the cheat menu's get diploma function seem broken. I can get high school certificate, masseuse, secretary, and drive license, but not college diploma.

Is the vocational school (being at teacher) part of the game available?

Also, how long does university take? a year like high school?
The uni is currently WIP as we are reworking it from the bottom up. The diploma from there will eventually be from a choice of courses and when you are able to complete the techer one you will get a degree, then the Vocational school will get remade as currently its so bad I would not bother. The uni course will probably be 5 years so the bulk of the game will be there unless you choose another route in life.
 
  • Like
Reactions: Olivia_V

shockspacer

Member
Dec 16, 2018
125
32
38
Sveta will know what she did so she can work it out. The only way would be to reset the stats for things like vaginal sex and being used by a strapon back to zero.
One of the coders or more likely Kevin will need to confirm, but as far as I can tell, the following variables are related to Sveta's "virginity":
pcs_vag = 0​
stat['think_virgin'] = 1​
sex = 0​
hookup['virgin'] = 1​
pcs_vag = 0 is the one that most scenes that involve Sveta's defloration seem to check. it is also the one that the cheat menu modifies, when you use it to restore her hymen. however occasionally some scenes also check the other 3 before triggering.

I also found the following 3 variables, but i don't think they get pinged much, and they seem to only be used when the game needs to describe her.
$pc_desc['pussy'] = 'virgin'​
$pc_descWordy['pussy'] = 'virgin'​
$vaginatipe = 'virgin'​

TLDR if you wanted to see the defloration version of a scene (assuming it has one), then you would probably want to modify all 4 of the above variables. Note: they might impact your game, so save beforehand.
 

Alaratt

Member
Game Developer
Jun 21, 2019
158
132
187
One of the coders or more likely Kevin will need to confirm, but as far as I can tell, the following variables are related to Sveta's "virginity":
pcs_vag = 0​
stat['think_virgin'] = 1​
sex = 0​
hookup['virgin'] = 1​
pcs_vag = 0 is the one that most scenes that involve Sveta's defloration seem to check. it is also the one that the cheat menu modifies, when you use it to restore her hymen. however occasionally some scenes also check the other 3 before triggering.

I also found the following 3 variables, but i don't think they get pinged much, and they seem to only be used when the game needs to describe her.
$pc_desc['pussy'] = 'virgin'​
$pc_descWordy['pussy'] = 'virgin'​
$vaginatipe = 'virgin'​

TLDR if you wanted to see the defloration version of a scene (assuming it has one), then you would probably want to modify all 4 of the above variables. Note: they might impact your game, so save beforehand.
I don't know anything about the hookup['virgin'] = 1

The `sex` variable is likely set in arousal calls, but isn't usually checked outside of old content maybe. That's not 100% though, as it should be only increased by actual sex and shouldn't change from masturbation. Unfortunately it was used a bit to liberally in the older content, set manually, and can be false. We find those from time to time.

Typically stat['think_virgin'] = 1 is used for conversations, as it's not an accurate way to check virginity due to some sex in the game can happen without Sveta's knowledge. It does not reflect any physical changes in Sveta from sex, just her belief.

The main one is pcs_vag, but can be fooled by masturbation. Anything that stretches her vagina will increase it from zero. Most of the newer content checks this for a variation in the scene drawing blood from breaking the hymen.
 
  • Like
Reactions: shockspacer

Kevin Smarts

Engaged Member
Respected User
Game Developer
Jul 21, 2017
2,040
2,691
450
One of the coders or more likely Kevin will need to confirm, but as far as I can tell, the following variables are related to Sveta's "virginity":
pcs_vag = 0​
stat['think_virgin'] = 1​
sex = 0​
hookup['virgin'] = 1​
pcs_vag = 0 is the one that most scenes that involve Sveta's defloration seem to check. it is also the one that the cheat menu modifies, when you use it to restore her hymen. however occasionally some scenes also check the other 3 before triggering.

I also found the following 3 variables, but i don't think they get pinged much, and they seem to only be used when the game needs to describe her.
$pc_desc['pussy'] = 'virgin'​
$pc_descWordy['pussy'] = 'virgin'​
$vaginatipe = 'virgin'​

TLDR if you wanted to see the defloration version of a scene (assuming it has one), then you would probably want to modify all 4 of the above variables. Note: they might impact your game, so save beforehand.
The problem is stat['think_virgin'] = 1 is set by checking against several sex stats:
if stat['vaginal'] = 0 and stat['vaginal_fist'] = 0 and stat['vaginal_dildo'] = 0 and stat['vaginal_strap'] = 0:
So if any of these are not zero then stat['think_virgin'] is set to 1
 
  • Like
Reactions: shockspacer

Alaratt

Member
Game Developer
Jun 21, 2019
158
132
187
The problem is stat['think_virgin'] = 1 is set by checking against several sex stats:
if stat['vaginal'] = 0 and stat['vaginal_fist'] = 0 and stat['vaginal_dildo'] = 0 and stat['vaginal_strap'] = 0:
So if any of these are not zero then stat['think_virgin'] is set to 1
Should be set to zero. 1 should mean she thinks she is a virgin.
 
  • Like
Reactions: shockspacer

Kevin Smarts

Engaged Member
Respected User
Game Developer
Jul 21, 2017
2,040
2,691
450
Should be set to zero. 1 should mean she thinks she is a virgin.
Yeah, I think you misread that line. If any of the stats are more than zero then stat['think_virgin'] is set to 1, so if you set it to 0 it will just be set to 1 again in stat file. You could clear the other stats ( stat['vaginal'] = 0 and stat['vaginal_fist'] = 0 and stat['vaginal_dildo'] = 0 and stat['vaginal_strap'] = 0) but those are tracking how often you did things and clearing them could cause other problems.
 

Alaratt

Member
Game Developer
Jun 21, 2019
158
132
187
Yeah, I think you misread that line. If any of the stats are more than zero then stat['think_virgin'] is set to 1, so if you set it to 0 it will just be set to 1 again in stat file. You could clear the other stats ( stat['vaginal'] = 0 and stat['vaginal_fist'] = 0 and stat['vaginal_dildo'] = 0 and stat['vaginal_strap'] = 0) but those are tracking how often you did things and clearing them could cause other problems.
No, I'm saying if Sveta thinks she is a virgin, it should be 1. If she doesn't think she is a virgin, it should be set to zero. Not arguing the how or why. If the game is detecting those acts being more then zero and setting that variable to 1, that's a bug.
 
  • Like
Reactions: shockspacer

shockspacer

Member
Dec 16, 2018
125
32
38
No, I'm saying if Sveta thinks she is a virgin, it should be 1. If she doesn't think she is a virgin, it should be set to zero. Not arguing the how or why. If the game is detecting those acts being more then zero and setting that variable to 1, that's a bug.
in any event, that means more variables to modify if one wishes to make Sveta a virgin again.
well that was more complicated than i expected lol.

thanks for the answer though.
 
4.30 star(s) 88 Votes