Grumpy Old Aussie

Engaged Member
May 6, 2023
2,037
4,136
Great, if you are wondering what is real or fake, then we achieved our goal with the diary.


We did want it to be a mystery, and yeah, maybe a little frustrating. The not knowing for sure is kind of the point of it. All of it will be addressed early in the next chapter.
It was a mystery and I thought it was about to get resolved and MC pours out his secrets and then Mary doesn't. It just was wtf! Leaving me hanging the first time I played it... It pissed me off at the time and a bit frustrated it wasn't resolved and the explanation didn't cut for me. When stories don't make sense to me, I can a bit OCD about it. Water under the bridge, the story will get there.
 

Dessolos

Conversation Conqueror
Jul 25, 2017
6,227
8,195
We did want it to be a mystery, and yeah, maybe a little frustrating. The not knowing for sure is kind of the point of it. All of it will be addressed early in the next chapter.
Well that just double or triple confirms me replaying the game after the few others I plan to this month. Since I don't have a cheating save I just more or less peaked at parts while on the cheating path a bit using ctrl
 
Last edited:

GetOutOfMyLab

Conversation Conqueror
Modder
Aug 13, 2021
6,089
16,350
whats up with the links here, 2 are dead and kind of ass, and the mega one won't complete for me, can we get some updated links please?
If you find broken links in the first post, click the report button and submit it to the staff. They'll come around and fix it.
 

nino40

New Member
Nov 22, 2020
13
6
there's a bug in "Gallery " ? ( Only in 4.1 'cause all previous " Scene Gallery" worked fine
AND .......
simarimas in any case iALWL t is an excellent job and the courtesy you use in being present on the forum certainly puts you in the top of the favorite DEVs


```I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00action_menu.rpy", line 113, in __call__
raise Exception("%r is not a screen or a label." % orig_screen)
Exception: u'gallery' is not a screen or a label.

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

Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "renpy/ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
File "renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3579, 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 4540, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/screen.py", line 770, in event
rv = self.child.event(ev, x, y, st)
File "renpy/display/layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/behavior.py", line 1138, in event
return handle_click(self.clicked)
File "renpy/display/behavior.py", line 1071, in handle_click
rv = run(action)
File "renpy/display/behavior.py", line 375, in run
return action(*args, **kwargs)
File "renpy/common/00action_menu.rpy", line 113, in __call__
raise Exception("%r is not a screen or a label." % orig_screen)
Exception: u'gallery' is not a screen or a label.

Windows-7-6.1.7601-SP1 AMD64
Ren'Py 7.6.1.23060707
A Life Worth Living Chapter 4 Ch4.1
Tue Oct 24 21:56:13 2023
```
 
Last edited:
  • Like
Reactions: GershGersh

simarimas

Dev FitB Games
Game Developer
Oct 1, 2018
1,523
2,997
there's a bug in "Gallery " ? ( Only in 4.1 'cause all previous " Scene Gallery" worked fine
AND .......
simarimas in any case iALWL t is an excellent job and the courtesy you use in being present on the forum certainly puts you in the top of the favorite DEVs


```I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00action_menu.rpy", line 113, in __call__
raise Exception("%r is not a screen or a label." % orig_screen)
Exception: u'gallery' is not a screen or a label.

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

Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "renpy/ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
File "renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3579, 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 4540, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/screen.py", line 770, in event
rv = self.child.event(ev, x, y, st)
File "renpy/display/layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/behavior.py", line 1138, in event
return handle_click(self.clicked)
File "renpy/display/behavior.py", line 1071, in handle_click
rv = run(action)
File "renpy/display/behavior.py", line 375, in run
return action(*args, **kwargs)
File "renpy/common/00action_menu.rpy", line 113, in __call__
raise Exception("%r is not a screen or a label." % orig_screen)
Exception: u'gallery' is not a screen or a label.

Windows-7-6.1.7601-SP1 AMD64
Ren'Py 7.6.1.23060707
A Life Worth Living Chapter 4 Ch4.1
Tue Oct 24 21:56:13 2023
```
Thank you! We will look into this and make any fixes we need to.

Happy that you enjoy the game.
 

asahibito

Active Member
Modder
Jan 17, 2021
533
1,581
there's a bug in "Gallery " ? ( Only in 4.1 'cause all previous " Scene Gallery" worked fine
AND .......
simarimas in any case iALWL t is an excellent job and the courtesy you use in being present on the forum certainly puts you in the top of the favorite DEVs


```
That's weird. I see that in my copy of 4.1 downloaded in Sept that code was changed to use a different gallery screen than "gallery".

Code:
        if renpy.get_screen("main_menu"):
            #textbutton _("{b}Gallery{/b}") action ShowMenu("gallery")

            textbutton _("{b}Scene Gallery{/b}") action [ui.callsinnewcontext("galleryname"), ShowMenu("gallerymod")]
That new gallery is working for me. Wonder if downloads got mixed up subsequently.

EDIT:
See if you have a patch.rpa dated around 9/5.
 
  • Like
Reactions: nino40

nino40

New Member
Nov 22, 2020
13
6
That's weird. I see that in my copy of 4.1 downloaded in Sept that code was changed to use a different gallery screen than "gallery".

Code:
        if renpy.get_screen("main_menu"):
            #textbutton _("{b}Gallery{/b}") action ShowMenu("gallery")

            textbutton _("{b}Scene Gallery{/b}") action [ui.callsinnewcontext("galleryname"), ShowMenu("gallerymod")]
That new gallery is working for me. Wonder if downloads got mixed up subsequently.

EDIT:
See if you have a patch.rpa dated around 9/5.
Yep... the patch.rpa in the 4.1 is present ( open with sublime text seems ok )... perhaps something corrupted file on download , or the old saves from 4.0 ?
 

simarimas

Dev FitB Games
Game Developer
Oct 1, 2018
1,523
2,997
Yep... the patch.rpa in the 4.1 is present ( open with sublime text seems ok )... perhaps something corrupted file on download , or the old saves from 4.0 ?
Could be old saves. I will have Sod check on that when he gets a chance.
 
  • Like
Reactions: asahibito

asahibito

Active Member
Modder
Jan 17, 2021
533
1,581
Yep... the patch.rpa in the 4.1 is present ( open with sublime text seems ok )... perhaps something corrupted file on download , or the old saves from 4.0 ?
To my knowledge saves should not affect something like the main menu. An rpa is an archive sorta like a zip file so a text editor is not useful there. Since I started playing on 4.1 I do not know when the gallery code changed. If anything leaning towards the corrupted patch.rpa or somehow new one was not copied over.
 
  • Like
Reactions: nino40

nino40

New Member
Nov 22, 2020
13
6
To my knowledge saves should not affect something like the main menu. An rpa is an archive sorta like a zip file so a text editor is not useful there. Since I started playing on 4.1 I do not know when the gallery code changed. If anything leaning towards the corrupted patch.rpa or somehow new one was not copied over.
Ok .... the NEW download works fine Sorry , next time I try BEFORE bother the forum Anyway thank you
 

Sod!

Dev FitB Games
Game Developer
Feb 10, 2019
349
676
Ok .... the NEW download works fine Sorry , next time I try BEFORE bother the forum Anyway thank you
Glad it worked on a fresh download. Not sure what went wrong in your previous copy? Curious to know.
 
  • Like
Reactions: nino40

nino40

New Member
Nov 22, 2020
13
6
Glad it worked on a fresh download. Not sure what went wrong in your previous copy? Curious to know.
i'm no sure ... but...I start the 4.1 from a save from the prevous version Ch3.1 ( with the multimod installed... :censored: ) rookie mistake, sorry.....Or something goes wrong with the first download.
 

Dessolos

Conversation Conqueror
Jul 25, 2017
6,227
8,195
damn that's bugging me I cant remember who she is didn't start my replay of this game yet but am going to soon gonna have to have to look out for this one. I want to say someone at the swingers club since I cant recall.
 

✧Darax✧

Well-Known Member
May 5, 2019
1,140
9,854


Sneak peak 10.28.23

Does anyone remember who this is? I thought she had quite a nice body.


:love:
This little girl is spectacular... don't you remember her...? Her name begins with R
Hehehe
;)
 

packard1928

Engaged Member
Nov 16, 2018
3,055
3,059
One of the neighbors I think..... She did not want to do anything ....when the girl did the swap thing.
 
4.30 star(s) 27 Votes