HBKTheIcon69

Well-Known Member
Dec 25, 2018
1,146
335
I'm stuck at "Return to the studio (8:00-16:00)". As I understand it, this is because of the Bonnie in the bathroom and Tanya dating scenes not triggering. And I also understand that I can download someone else's save, however, that save isn't my save and the small differences in choices and what grinding is done (cards, achievements, etc.) is different (for instance Edgar Anal Poe's save on p464 here), and I would really like to continue my own save. Does anyone have a way to force those events to trigger? Console, or otherwise?
Return to the studio is the photo studio with that guy Simone refers you to do modelling.
 

Enot1964

Well-Known Member
May 20, 2019
1,157
1,129
I'm stuck at "Return to the studio (8:00-16:00)". As I understand it, this is because of the Bonnie in the bathroom and Tanya dating scenes not triggering. And I also understand that I can download someone else's save, however, that save isn't my save and the small differences in choices and what grinding is done (cards, achievements, etc.) is different (for instance Edgar Anal Poe's save on p464 here), and I would really like to continue my own save. Does anyone have a way to force those events to trigger? Console, or otherwise?
I don't know if you can activate the console in the latest version, in the previous version (0.90) this feature was blocked. Besides, the variables are in Russian, but that's half the trouble, they are also abbreviations of Russian words (as an example, smel - smelost', vozb - vozbughdenie, it's courage and excitement respectively). I have no problem with Russian, but it reminds me of a guessing game.
Are there many people here who are relatively familiar with Russian? There are some, but they are an absolute minority.
 

Morgana Le Fay

Evoker of Sorrow
Donor
Dec 27, 2023
312
1,977
So I went to download this, but judging by the comments it might be better to wait till next update.
Although every update seems to break new stuff.
 
  • Like
Reactions: capitanqueso

HBKTheIcon69

Well-Known Member
Dec 25, 2018
1,146
335
Yes, I realize that, but the quest is stuck, because of the aforementioned issue with Tanya/Bonnie scenes.
Yeah I think that's kinda how the game went is that if proceeding on main or other side quests before others had a chance to trigger kinda left the player shit out of luck.
 

henk1

Newbie
Dec 12, 2019
80
82
There is a string in the sex scene with Ruby in the motel that isn't translated. I can't tell you which line it is exactly, since I can't scroll back, but it's before the text "Even if I wanted to keep from screaming, I couldn't."

Another missed key, slightly after the above you meet Ruby on the tennis court again. I'm not sure if I'm using the right characters, but the text is like: "Kak Hacyet t_ehn_obkn", where the _ is a character also used in Greek I'm pretty sure.
 
Last edited:

Enot1964

Well-Known Member
May 20, 2019
1,157
1,129
There is a string in the sex scene with Ruby in the motel that isn't translated. I can't tell you which line it is exactly, since I can't scroll back, but it's before the text "Even if I wanted to keep from screaming, I couldn't."

Another missed key, slightly after the above you meet Ruby on the tennis court again. I'm not sure if I'm using the right characters, but the text is like: "Kak Hacyet t_ehn_obkn", where the _ is a character also used in Greek I'm pretty sure.
In motel - "Я просто расслабилась и чувствовала, как накатывает волна оргазма" - "I just relaxed and felt the wave of orgasm rolling in".
On tennis court it seems OK, all is in English. At least I wasn't able to trigger it. If you need translating, just make a screenshot an PM me.
 
  • Like
Reactions: capitanqueso

evildead

Active Member
Feb 11, 2018
636
343
How do I get Android (v0.95.0 to run... iv download it extracted it ... but can't seem to find the icon I need to click on to install or run the game on my phone..any help pls and thanks
 

Zvone23

New Member
Feb 20, 2019
4
1
Everytime I try to interact with Valerie and Barbara or do the camshow I get this message. Anyone know how to fix it?
 

Korzic

Newbie
Oct 14, 2018
21
17
Are there many people here who are relatively familiar with Russian? There are some, but they are an absolute minority.
What does OTN and ZNAK represent? I assume OTN is desire or something close to that but I can't figure out ZNAK.
 

Enot1964

Well-Known Member
May 20, 2019
1,157
1,129
What does OTN and ZNAK represent? I assume OTN is desire or something close to that but I can't figure out ZNAK.
I will very cautiously assume (this is a guessing game) that OTN is otnoshenia (reliationships), ZNAK is znakomstva or znakomye (acquaintances). Nothing else comes to mind. Desire in Russian is zhelanie (желание).
 

VradoAlan

Newbie
Dec 20, 2023
33
45
Everytime I try to interact with Valerie and Barbara or do the camshow I get this message. Anyone know how to fix it?
I had the same problem when interacting with Val and/or Barbara, but I got this:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
Exception: DynamicImage u'spr/gg[tatoo]_[cloth]_[dirt_tits_cum]_cum_tits.png': could not find image. (u'spr/gg0_91_0_cum_tits.png')

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "LOCS.rpyc", line 667, in script call
  File "LOCS.rpyc", line 2418, in script call
  File "LOCS.rpyc", line 2717, in script call
  File "tl/english/NPC/LERA.rpyc", line 2880, in script
  File "renpy/ast.py", line 2557, in execute
    Say.execute(self)
  File "renpy/ast.py", line 615, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "renpy/exports.py", line 1493, in say
    who(what, *args, **kwargs)
  File "renpy/character.py", line 1391, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "renpy/character.py", line 1045, in do_display
    **display_args)
  File "renpy/character.py", line 738, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "renpy/ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 2165, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "renpy/display/core.py", line 2683, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "renpy/display/displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 485, in visit_all
    self.child.visit_all(callback, seen=None)
  File "renpy/display/displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/displayable.py", line 421, in visit_all
    for d in self.visit():
  File "renpy/display/image.py", line 785, in visit
    self.find_target()
  File "renpy/display/image.py", line 683, in find_target
    raise Exception(error)
Exception: DynamicImage u'spr/gg[tatoo]_[cloth]_[dirt_tits_cum]_cum_tits.png': could not find image. (u'spr/gg0_91_0_cum_tits.png')

Windows-10-10.0.19041 AMD64
Ren'Py 7.7.0.24012702
Bright Past 0.99.0
Thu May  2 15:10:56 2024
I realized that happened every time Alex wore this lingerie (see below) and I solved it by wearing another outfit.
1714673613562.png
 
  • Like
Reactions: Enot1964
3.50 star(s) 91 Votes