VN Ren'Py Abandoned Hypno Town [v0.1.6 SE] [Chunky_Pleb]

2.30 star(s) 4 Votes

anschwww

Well-Known Member
May 10, 2017
1,251
6,058

You don't have permission to view the spoiler content. Log in or register now.
Also, ver.0.1.4 was released for public today!
You can download it here:
Windows:

If your Windows version doesn't run, please, try the version below for x64 versions.
Mac:

WARNING! Android version can be slow because I didn't convert any WEBM videos. For the same reason, this apk-build have a big size.
Android:

Verison 0.1.4 changelog:
  • Costume change feature
  • New costume for Lana*, Hilda and Hilda's mother
  • 2 new animated scenes**
  • minor bug fixes
*To unlock Lana's costume you should complete her hypnosis
**Scenes are depend on Lana's costume
 

cesar03

Newbie
Oct 15, 2018
62
14

You don't have permission to view the spoiler content. Log in or register now.
Also, ver.0.1.4 was released for public today!
You can download it here:
Windows:



Mac:


Android:

Verison 0.1.4 changelog:
  • Costume change feature
  • New costume for Lana*, Hilda and Hilda's mother
  • 2 new animated scenes**
  • minor bug fixes
*To unlock Lana's costume you should complete her hypnosis
**Scenes are depend on Lana's costume
Hello, you could share the v0.1.5 please
 
  • Thinking Face
Reactions: blazedramon

anschwww

Well-Known Member
May 10, 2017
1,251
6,058

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

Also, ver.0.1.5 was released for public today!
You can download it here:
Windows:

If your Windows version doesn't run, please, try the version below for x64 versions.
Mac:

WARNING! Android version can be slow because I didn't convert any WEBM videos. For the same reason, this apk-build have a big size.
Android:
 

Grassmeister

New Member
Jul 9, 2017
7
3
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/000window.rpy", line 98, in _window_auto_callback
_window_show()
File "renpy/common/000window.rpy", line 60, in _window_show
renpy.with_statement(trans)
File "game/screens.rpy", line 1476, in execute
File "game/screens.rpy", line 1476, in execute
File "game/screens.rpy", line 1477, in execute
Exception: Imagebutton does not have a idle image. (auto=u'gui/bar_in_button_%s.png').

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

Full traceback:
File "script.rpyc", line 2321, in script
File "C:\Users\ASUS\Downloads\HypnoTown-016_special-pc\HypnoTown-0.1.6_special-pc\renpy\ast.py", line 653, in execute
statement_name("say")
File "C:\Users\ASUS\Downloads\HypnoTown-016_special-pc\HypnoTown-0.1.6_special-pc\renpy\ast.py", line 45, in statement_name
i(name)
File "renpy/common/000window.rpy", line 98, in _window_auto_callback
_window_show()
File "renpy/common/000window.rpy", line 60, in _window_show
renpy.with_statement(trans)
File "C:\Users\ASUS\Downloads\HypnoTown-016_special-pc\HypnoTown-0.1.6_special-pc\renpy\exports.py", line 1578, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "C:\Users\ASUS\Downloads\HypnoTown-016_special-pc\HypnoTown-0.1.6_special-pc\renpy\display\core.py", line 2240, in do_with
clear=clear)
File "C:\Users\ASUS\Downloads\HypnoTown-016_special-pc\HypnoTown-0.1.6_special-pc\renpy\display\core.py", line 2690, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\ASUS\Downloads\HypnoTown-016_special-pc\HypnoTown-0.1.6_special-pc\renpy\display\core.py", line 3074, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\ASUS\Downloads\HypnoTown-016_special-pc\HypnoTown-0.1.6_special-pc\renpy\display\core.py", line 534, in visit_all
d.visit_all(callback, seen)
File "C:\Users\ASUS\Downloads\HypnoTown-016_special-pc\HypnoTown-0.1.6_special-pc\renpy\display\core.py", line 534, in visit_all
d.visit_all(callback, seen)
File "C:\Users\ASUS\Downloads\HypnoTown-016_special-pc\HypnoTown-0.1.6_special-pc\renpy\display\core.py", line 534, in visit_all
d.visit_all(callback, seen)
File "C:\Users\ASUS\Downloads\HypnoTown-016_special-pc\HypnoTown-0.1.6_special-pc\renpy\display\core.py", line 534, in visit_all
d.visit_all(callback, seen)
File "C:\Users\ASUS\Downloads\HypnoTown-016_special-pc\HypnoTown-0.1.6_special-pc\renpy\display\screen.py", line 424, in visit_all
callback(self)
File "C:\Users\ASUS\Downloads\HypnoTown-016_special-pc\HypnoTown-0.1.6_special-pc\renpy\display\core.py", line 3074, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\ASUS\Downloads\HypnoTown-016_special-pc\HypnoTown-0.1.6_special-pc\renpy\display\screen.py", line 434, in per_interact
self.update()
File "C:\Users\ASUS\Downloads\HypnoTown-016_special-pc\HypnoTown-0.1.6_special-pc\renpy\display\screen.py", line 619, in update
self.screen.function(**self.scope)
File "game/screens.rpy", line 1476, in execute
File "game/screens.rpy", line 1476, in execute
File "game/screens.rpy", line 1477, in execute
File "C:\Users\ASUS\Downloads\HypnoTown-016_special-pc\HypnoTown-0.1.6_special-pc\renpy\ui.py", line 937, in _imagebutton
idle = choice(idle, idle_image, "idle", required=True)
File "C:\Users\ASUS\Downloads\HypnoTown-016_special-pc\HypnoTown-0.1.6_special-pc\renpy\ui.py", line 931, in choice
raise Exception("Imagebutton does not have a %s image. (auto=%r)." % (name, auto))
Exception: Imagebutton does not have a idle image. (auto=u'gui/bar_in_button_%s.png').

Windows-8-6.2.9200
Ren'Py 7.2.1.457
Hypno Town 0.1.6_special
Fri Aug 02 14:33:02 2019
 

Ashen_One2018

New Member
Aug 30, 2018
10
1
Does anyone have a save with the gallery unlocked or at least a way to unlock all the gallery scenes without going through the entire game? Tried loading my old save where I'm ahead but it gets an error message.
 

Vypress

Member
Oct 5, 2018
359
338
Way too much of a grind, having to get 1600 coins or so to get the wig, blaziken and onsen. While only gaining 10 coins per day from work. Plus after getting the wig and clothes, I was expecting more feminization plus in an earlier version didn't your Hypno hypnotize you into dressing?
 
2.30 star(s) 4 Votes