Mod Ren'Py Abandoned Hypnosis - OscarSix's Walkthrough, Scene Gallery, Improvements Mod [1.0.1] [Expanding Universe]

GAB

Salty Montrealer
Donor
May 10, 2017
2,349
17,686
OscarSix how do i reset name? file is kept even after deleting files+mod
also
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00start.rpy", line 167, in script
    jump expression _in_replay
ScriptError: could not find label 'galleryScene13'.

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

Full traceback:
  File "renpy/common/00start.rpy", line 167, in script
    jump expression _in_replay
  File "renpy/ast.py", line 1697, in execute
    rv = renpy.game.script.lookup(target)
  File "renpy/script.py", line 911, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'galleryScene13'.
also found a scene where name isn't correctly registered but i can't manage to find it again
 

OscarSix

Active Member
Modder
Donor
Jul 27, 2019
829
6,642
OscarSix how do i reset name? file is kept even after deleting files+mod
also
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00start.rpy", line 167, in script
    jump expression _in_replay
ScriptError: could not find label 'galleryScene13'.

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

Full traceback:
  File "renpy/common/00start.rpy", line 167, in script
    jump expression _in_replay
  File "renpy/ast.py", line 1697, in execute
    rv = renpy.game.script.lookup(target)
  File "renpy/script.py", line 911, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'galleryScene13'.
also found a scene where name isn't correctly registered but i can't manage to find it again
Delete "persistent" in 'saves' folder. Next mod version will have an option to reset gallery names but isn't a priority on my To-Do list until the next update.
 

GAB

Salty Montrealer
Donor
May 10, 2017
2,349
17,686
Thanks
Delete "persistent" in 'saves' folder. Next mod version will have an option to reset gallery names but isn't a priority on my To-Do list until the next update.
same thing here

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00start.rpy", line 167, in script
    jump expression _in_replay
ScriptError: could not find label 'galleryScene19'.

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

Full traceback:
  File "renpy/common/00start.rpy", line 167, in script
    jump expression _in_replay
  File "renpy/ast.py", line 1697, in execute
    rv = renpy.game.script.lookup(target)
  File "renpy/script.py", line 911, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'galleryScene19'.
 

OscarSix

Active Member
Modder
Donor
Jul 27, 2019
829
6,642
Thanks

same thing here

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00start.rpy", line 167, in script
    jump expression _in_replay
ScriptError: could not find label 'galleryScene19'.

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

Full traceback:
  File "renpy/common/00start.rpy", line 167, in script
    jump expression _in_replay
  File "renpy/ast.py", line 1697, in execute
    rv = renpy.game.script.lookup(target)
  File "renpy/script.py", line 911, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'galleryScene19'.
Cheers will look into those shortly
 

GAB

Salty Montrealer
Donor
May 10, 2017
2,349
17,686
Cheers will look into those shortly
last scene i'm checking

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 22070, in script
    if jennmean:
  File "game/script.rpy", line 22070, in <module>
    if jennmean:
NameError: name 'jennmean' is not defined

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

Full traceback:
  File "game/script.rpy", line 22070, in script
    if jennmean:
  File "renpy/ast.py", line 1838, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 2133, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 2126, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script.rpy", line 22070, in <module>
    if jennmean:
NameError: name 'jennmean' is not defined
first Betty scene and there's no stopping point
 

OscarSix

Active Member
Modder
Donor
Jul 27, 2019
829
6,642
last scene i'm checking

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 22070, in script
    if jennmean:
  File "game/script.rpy", line 22070, in <module>
    if jennmean:
NameError: name 'jennmean' is not defined

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

Full traceback:
  File "game/script.rpy", line 22070, in script
    if jennmean:
  File "renpy/ast.py", line 1838, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 2133, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 2126, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script.rpy", line 22070, in <module>
    if jennmean:
NameError: name 'jennmean' is not defined
first Betty scene and there's no stopping point
Cheers for your assistance, I have made a note on my to-do list and will get to it shortly
 

OscarSix

Active Member
Modder
Donor
Jul 27, 2019
829
6,642
GABwasn't able to find the last issue you were having however I did fix the previous scenes.

You can find the new download links on the OP

Thanks for your help with bug finding :)
 

Paramount26

Newbie
May 29, 2018
20
20
Hi, I'm having trouble with the mod. When I launch the game, I get a screen saying there is a new version of the mod available, click download now button to download the new update. I clicked, found and downloaded V0.9.5.2, extracted and installed it correctly, but for whatever reason, the same screen still appears and clicking Ask Me Later isn't doing anything, I can't move beyond this screen. Any suggestions?
 

OscarSix

Active Member
Modder
Donor
Jul 27, 2019
829
6,642
Hi, I'm having trouble with the mod. When I launch the game, I get a screen saying there is a new version of the mod available, click download now button to download the new update. I clicked, found and downloaded V0.9.5.2, extracted and installed it correctly, but for whatever reason, the same screen still appears and clicking Ask Me Later isn't doing anything, I can't move beyond this screen. Any suggestions?
Download for github will always have the latest version. I will check the downloads when I get home tonight.
 
  • Like
Reactions: Paramount26

OscarSix

Active Member
Modder
Donor
Jul 27, 2019
829
6,642
Hi, I'm having trouble with the mod. When I launch the game, I get a screen saying there is a new version of the mod available, click download now button to download the new update. I clicked, found and downloaded V0.9.5.2, extracted and installed it correctly, but for whatever reason, the same screen still appears and clicking Ask Me Later isn't doing anything, I can't move beyond this screen. Any suggestions?
0.9.5.3 is the latest version, all download links are already up to date. Please double-check where you are downloading the mod from.
 
  • Like
Reactions: Paramount26

Paramount26

Newbie
May 29, 2018
20
20
Thanks for pointing that out, I got 0.9.5.2 from your patreon, but didn't see .3 on there. I feel like a complete idiot for not noticing now. Downloaded, installed, and am testing now and all is good. Thanks so much for your help.
 
  • Red Heart
Reactions: OscarSix

zonk4411

Newbie
Aug 23, 2020
43
14
Thanks for pointing that out, I got 0.9.5.2 from your patreon, but didn't see .3 on there. I feel like a complete idiot for not noticing now. Downloaded, installed, and am testing now and all is good. Thanks so much for your help.
I am getting the same message that a new version is available even after downloading and installing the latest version (0.9.5.3) from Github.
 

OscarSix

Active Member
Modder
Donor
Jul 27, 2019
829
6,642
I am getting the same message that a new version is available even after downloading and installing the latest version (0.9.5.3) from Github.
Make sure you are downloading from one of the F95 links, apparently the Patreon ones are out of date.
If you continue to see the message pop up and "Return" isn't working, delete the "oscarUpdateAlert.rpy" file
 

chaughton22

Porn Pirate
Donor
Nov 27, 2018
473
516
Make sure you are downloading from one of the F95 links, apparently the Patreon ones are out of date.
If you continue to see the message pop up and "Return" isn't working, delete the "oscarUpdateAlert.rpy" file
Figured you've seen by now, but Hypnosis 0.9.7 (Ch.13) is now out. Patiently waiting for a mod update to drop. :) Thanks for all you do.