• To improve security, we will soon start forcing password resets for any account that uses a weak password on the next login. If you have a weak password or a defunct email, please update it now to prevent future disruption.

d_pedestrian

Engaged Member
Jul 18, 2020
2,073
8,389
so this new update was focused less on grace and more on oksana. Felt bad to know what she chose to do after graduation but it's her choice. Hope MC can tell grace to treat oksana better after what she did for her. she practically gave her whole life for grace.

btw is oksana grace's mother? She was dating her father for 2 years and she stayed with him as a maid for grace.
 

Pica-bu

Member
Dec 21, 2017
195
482
Well... shit... I'm I the only one who after this update got more interesting in Oksana than Grace? :LOL:
Damn... I wish we can see more action with Oksana in the future, but based on how the final conversation with her went I have my doubts... :unsure:
Well the man can dream;)
 

NoNickName

Newbie
Jun 7, 2017
47
15
Anyone having game crash when you visiting mom's office for the first time? Exactly when you trying to leave office after talking with her and Alice?
I installed 0x52_cheats.rpa and script.rpy. Game version 0.11.1

You don't have permission to view the spoiler content. Log in or register now.
 

0x52

Ren'Py Magician
Modder
Donor
Game Developer
May 23, 2019
1,563
5,933
Anyone having game crash when you visiting mom's office for the first time? Exactly when you trying to leave office after talking with her and Alice?
I installed 0x52_cheats.rpa and script.rpy. Game version 0.11.1

You don't have permission to view the spoiler content. Log in or register now.
Put the original script.rpy back, the one you're using is clearly not meant for version 0.11.1.

Details:
The error says loc44_allow is not defined. This variable is defined in the script.rpy file of version 0.11.1. So you somehow have a file without this variable
 

AJSHR

Member
Jan 12, 2019
254
145
if you are using the fan-made patch 2 it will give you the error don't use that use the old one.
 

0x52

Ren'Py Magician
Modder
Donor
Game Developer
May 23, 2019
1,563
5,933
if you are using the fan-made patch 2 it will give you the error don't use that use the old one.
I've attached a file that does the same thing, but won't break your game and will work on any version. (just put in in the game folder)

But it's kind of useless. It changes one variable and all this does is removing one line from the intro.
You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:

cxx

Message Maestro
Nov 14, 2017
57,629
28,580
someone pos the new walkthrough plz
don't think there is new wt and phone gives plenty of hints.

It would be great a guide in this game ... I've been stuck for 6 months now ..

I choose both ways of Monica but in neither progress, in the corrupt I do not advance From the part that says he must find a place to meet Monica. in romance I can't go to the appointment.
you can meet her for sure only at school and her home on romance path and call her to model for "art class" (of 1 student) and also pose in park, rest meetings happen automatically or randomly.
 

RandyPhoenix

Engaged Member
Jun 30, 2018
2,880
4,076
Main threat walkthrough are for older versions, is there any updated one i dont saw? Or after version 9.2 game doesnt need walkthrough?
 
Last edited:

Regardie

Well-Known Member
Jul 27, 2017
1,448
1,125
There is in fact a better way to do this. Just make a new file called patch.rpy and put this code in it

Code:
init 999:
    $ inc_patch = True
No need to edit anything ever again this way. Just a quick copy/paste or load new versions of the game to the same folder.
That boils down to order of operations. Since the original occurrence is in script,rpy and you add one in patch.rpy, when launching the game, which one gets processed first? If the one in script.rpy was a default assign, then you could expect the patch one to override the default, but I think you would need to make the patch one in a file like zzz.rpy to have it parsed after script.rpy.
 

SerHawkes

Engaged Member
Oct 29, 2017
3,008
14,043
The patrons chose Fiona in the vote, although Evelyn was there too. But with Evelyn there will be a couple of new events in the next version, Mooch1e has already rendered them.
As long as I get my Fiona I will be content. And thus I will wait to download such a game.
 
Nov 4, 2018
466
494
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script_loc/loc0_town_map.rpy", line 31, in <module>
AttributeError: 'ImageButton' object has no attribute 'window_size'

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

Full traceback:
  File "/storage/emulated/0/MEGA/MEGA Downloads/PhotoHunt-0.11.1-pc/game/script_loc/loc0_town_map.rpyc", line 31, in script
    ,PǖY?(ڤ˕Ƃܠ᧎Š昘Ӳܓ鴧c圎ӽ܅֪Í
  File "renpy/ast.py", line 922, in execute
  File "renpy/python.py", line 2218, in py_exec_bytecode
  File "game/script_loc/loc0_town_map.rpy", line 31, in <module>
  File "renpy/exports.py", line 1525, in pause
  File "renpy/ui.py", line 298, in interact
  File "renpy/display/core.py", line 3066, in interact
  File "renpy/display/core.py", line 3875, in interact_core
  File "renpy/display/layout.py", line 1053, in event
  File "renpy/display/layout.py", line 1053, in event
  File "renpy/display/layout.py", line 1053, in event
  File "renpy/display/screen.py", line 720, in event
  File "renpy/display/layout.py", line 1053, in event
  File "renpy/display/layout.py", line 245, in event
  File "renpy/display/viewport.py", line 307, in event
  File "renpy/display/layout.py", line 245, in event
  File "renpy/display/behavior.py", line 926, in event
  File "renpy/display/layout.py", line 1245, in event
AttributeError: 'ImageButton' object has no attribute 'window_size'
Might be due to JoiPlay's new update,
It fucked up love and sex second base as well,
Option bubbles were offset and swiping up gave an error,
Here this triggers on the map screen.
 
Last edited:
4.20 star(s) 166 Votes