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

OscarSix

Active Member
Modder
Donor
Jul 27, 2019
829
6,642
761059_logo.jpg

Updated: 2021/03/27
Game/Creator: Hypnosis /
Modder: -
Mod Version: 1.0.1
Game Version: 1.0.1
Language: English

Features:
  • This mod adds an in-game walkthrough for the important choices in the game Hypnosis!
  • I've added a scene replay gallery to the main menu with all gallery scenes unlocked and viewable.
  • I've currently made a few improvements to some of the events in the game so that you will be able to see several missable scenes. Read the full list of improvements below to see all of the changes.
Game/Event/Scene Improvements:
You don't have permission to view the spoiler content. Log in or register now.
Installation:
You don't have permission to view the spoiler content. Log in or register now.

Download: - - -
Android:
Thanks, Wills747 for the Android Port
 
Last edited:

OscarSix

Active Member
Modder
Donor
Jul 27, 2019
829
6,642
PLEASE READ:
  1. This game is substantially large and I have likely missed a couple of gallery scenes.

    Any missing gallery scenes please include an image of the scene with some text. This will make searching for the scene much quicker.
 
Last edited:

Toram Eldin

Member
Jul 2, 2018
253
247
Thanks for your work on the various mods you produce. You always seem to have quick releases and that is appreciated as if I have to wait a while for a mod to be updated then I tend to forget about the game until it gets updated again, which just creates a cycle I'd rather not deal with.
 

OscarSix

Active Member
Modder
Donor
Jul 27, 2019
829
6,642
Thanks for your work on the various mods you produce. You always seem to have quick releases and that is appreciated as if I have to wait a while for a mod to be updated then I tend to forget about the game until it gets updated again, which just creates a cycle I'd rather not deal with.
Thanks for your kind words, I always try and get the mod update out before 12 hours. For that exact reason :)
 

Gundams

Member
Nov 14, 2019
248
140
Hi just tried your mod and caught some snags

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

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

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

Full traceback:
  File "game/script.rpy", line 24644, in script
    if jennice:
  File "E:\Hypnosis-v0.9.2_Episode11-pc\renpy\ast.py", line 1832, in execute
    if renpy.python.py_eval(condition):
  File "E:\Hypnosis-v0.9.2_Episode11-pc\renpy\python.py", line 2059, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "E:\Hypnosis-v0.9.2_Episode11-pc\renpy\python.py", line 2052, in py_eval_bytecode
    return eval(bytecode, globals, locals)

after choosing ignore it ran ok but another message popped up

[code]
I'm sorry, but an uncaught exception occurred.

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

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

Full traceback:
  File "game/script.rpy", line 24807, in script
    if jennice:
  File "E:\Hypnosis-v0.9.2_Episode11-pc\renpy\ast.py", line 1832, in execute
    if renpy.python.py_eval(condition):
  File "E:\Hypnosis-v0.9.2_Episode11-pc\renpy\python.py", line 2059, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "E:\Hypnosis-v0.9.2_Episode11-pc\renpy\python.py", line 2052, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script.rpy", line 24807, in <module>
    if jennice:
NameError: name 'jennice' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Hypnosis v0.9.2_Episode11
Thu Aug 13 2020
File "game/script.rpy", line 24644, in <module>
if jennice:
NameError: name 'jennice' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Hypnosis v0.9.2_Episode11
Thu Aug 13 2020
[/code]

I used ignore again and got another message

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

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

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

Full traceback:
  File "game/script.rpy", line 24879, in script
    if haley:
  File "E:\Hypnosis-v0.9.2_Episode11-pc\renpy\ast.py", line 1832, in execute
    if renpy.python.py_eval(condition):
  File "E:\Hypnosis-v0.9.2_Episode11-pc\renpy\python.py", line 2059, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "E:\Hypnosis-v0.9.2_Episode11-pc\renpy\python.py", line 2052, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script.rpy", line 24879, in <module>
    if haley:
NameError: name 'haley' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Hypnosis v0.9.2_Episode11
Thu Aug 13  2020

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

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

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

Full traceback:
  File "game/script.rpy", line 24909, in script
    if rcum:
  File "E:\Hypnosis-v0.9.2_Episode11-pc\renpy\ast.py", line 1832, in execute
    if renpy.python.py_eval(condition):
  File "E:\Hypnosis-v0.9.2_Episode11-pc\renpy\python.py", line 2059, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "E:\Hypnosis-v0.9.2_Episode11-pc\renpy\python.py", line 2052, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script.rpy", line 24909, in <module>
    if rcum:
NameError: name 'rcum' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Hypnosis v0.9.2_Episode11
Thu Aug 13 2020
Code:
I'm sorry, but an uncaught exception occurred.

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

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

Full traceback:
  File "game/script.rpy", line 24976, in script
    if brittany:
  File "E:\Hypnosis-v0.9.2_Episode11-pc\renpy\ast.py", line 1832, in execute
    if renpy.python.py_eval(condition):
  File "E:\Hypnosis-v0.9.2_Episode11-pc\renpy\python.py", line 2059, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "E:\Hypnosis-v0.9.2_Episode11-pc\renpy\python.py", line 2052, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script.rpy", line 24976, in <module>
    if brittany:
NameError: name 'brittany' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Hypnosis v0.9.2_Episode11
Thu Aug 13 2020
Also I have not been able to save my game I wonder if it's due to your mod
 

Wills747

Engaged Member
Dec 14, 2018
2,306
4,769
Hi all my compressed unofficial Android port of Hypnosis 1.1f with OscarSix Mod (1.0.1)
Usual gestures, save name/delete, seethru textbox, resizeable game and dialogue text.
Scrollable choices (when multiple and large)
Scrollable textbox - no more text off the bottom of your screen
Alternative persistent saves/log location
Grant storage permissions on first run!

Edit: fixed a couple of bugs.
Compressed 1.1f Incl OscarSix Mod(1.0.1)
 
Last edited:

Deleted member 1571716

Conversation Conqueror
Aug 7, 2019
6,352
10,099
Now I don't know if it's the mod or the fucking game itself. I chose Haley to kiss and now there's a scene where Haley says that I swapped spit with Rachel. So, I don't know wtf is going on now.
 

OscarSix

Active Member
Modder
Donor
Jul 27, 2019
829
6,642
Hi just tried your mod and caught some snags

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

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

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

Full traceback:
  File "game/script.rpy", line 24644, in script
    if jennice:
  File "E:\Hypnosis-v0.9.2_Episode11-pc\renpy\ast.py", line 1832, in execute
    if renpy.python.py_eval(condition):
  File "E:\Hypnosis-v0.9.2_Episode11-pc\renpy\python.py", line 2059, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "E:\Hypnosis-v0.9.2_Episode11-pc\renpy\python.py", line 2052, in py_eval_bytecode
    return eval(bytecode, globals, locals)

after choosing ignore it ran ok but another message popped up

[code]
I'm sorry, but an uncaught exception occurred.

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

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

Full traceback:
  File "game/script.rpy", line 24807, in script
    if jennice:
  File "E:\Hypnosis-v0.9.2_Episode11-pc\renpy\ast.py", line 1832, in execute
    if renpy.python.py_eval(condition):
  File "E:\Hypnosis-v0.9.2_Episode11-pc\renpy\python.py", line 2059, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "E:\Hypnosis-v0.9.2_Episode11-pc\renpy\python.py", line 2052, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script.rpy", line 24807, in <module>
    if jennice:
NameError: name 'jennice' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Hypnosis v0.9.2_Episode11
Thu Aug 13 2020
File "game/script.rpy", line 24644, in <module>
if jennice:
NameError: name 'jennice' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Hypnosis v0.9.2_Episode11
Thu Aug 13 2020
[/code]

I used ignore again and got another message

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

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

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

Full traceback:
  File "game/script.rpy", line 24879, in script
    if haley:
  File "E:\Hypnosis-v0.9.2_Episode11-pc\renpy\ast.py", line 1832, in execute
    if renpy.python.py_eval(condition):
  File "E:\Hypnosis-v0.9.2_Episode11-pc\renpy\python.py", line 2059, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "E:\Hypnosis-v0.9.2_Episode11-pc\renpy\python.py", line 2052, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script.rpy", line 24879, in <module>
    if haley:
NameError: name 'haley' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Hypnosis v0.9.2_Episode11
Thu Aug 13  2020

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

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

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

Full traceback:
  File "game/script.rpy", line 24909, in script
    if rcum:
  File "E:\Hypnosis-v0.9.2_Episode11-pc\renpy\ast.py", line 1832, in execute
    if renpy.python.py_eval(condition):
  File "E:\Hypnosis-v0.9.2_Episode11-pc\renpy\python.py", line 2059, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "E:\Hypnosis-v0.9.2_Episode11-pc\renpy\python.py", line 2052, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script.rpy", line 24909, in <module>
    if rcum:
NameError: name 'rcum' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Hypnosis v0.9.2_Episode11
Thu Aug 13 2020
Code:
I'm sorry, but an uncaught exception occurred.

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

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

Full traceback:
  File "game/script.rpy", line 24976, in script
    if brittany:
  File "E:\Hypnosis-v0.9.2_Episode11-pc\renpy\ast.py", line 1832, in execute
    if renpy.python.py_eval(condition):
  File "E:\Hypnosis-v0.9.2_Episode11-pc\renpy\python.py", line 2059, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "E:\Hypnosis-v0.9.2_Episode11-pc\renpy\python.py", line 2052, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script.rpy", line 24976, in <module>
    if brittany:
NameError: name 'brittany' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Hypnosis v0.9.2_Episode11
Thu Aug 13 2020
Also I have not been able to save my game I wonder if it's due to your mod
Thanks for your report, I will look into it, did you start a fresh game? from a save? or from the scene gallery?
 

OscarSix

Active Member
Modder
Donor
Jul 27, 2019
829
6,642
So, replaying with the mod and no chance with Britt at the bar? Did you miss something? Been following the mod completely.
To play the Brittany bar scene you need to have laurarom = True This is done by selecting "Sure" when Laura texts you asking if you want to stay over.

Now I don't know if it's the mod or the fucking game itself. I chose Haley to kiss and now there's a scene where Haley says that I swapped spit with Rachel. So, I don't know wtf is going on now.
The game, you are on Rachel's path but didn't make her cum.
 
  • Like
Reactions: chronicallykill

Deleted member 1571716

Conversation Conqueror
Aug 7, 2019
6,352
10,099
To play the Brittany bar scene you need to have laurarom = True This is done by selecting "Sure" when Laura texts you asking if you want to stay over.


The game, you are on Rachel's path but didn't make her cum.
Well, laurarom is set to True and I never once kissed Rachel. But, I still didn't get the Britt scene. Not sure wtf happened. lol
 

OscarSix

Active Member
Modder
Donor
Jul 27, 2019
829
6,642
I tried using the replay gallery from the start.
I also started a new game and was unable to save.
Ok, what scene did you view that gave you the errors?
Can you elaborate on not being able to save? When you clicked ESC nothing showed up?