Idontknow94

Newbie
Dec 18, 2017
38
45
Hello!
I wrapped up quick walkthrough mod for this game.
Game is very good so far and deserves more attention!
Enjoy

NOTE: A lot of choices have no effect, they are not marked in any way. Choose at your discretion. Only important choices are marked.

P.S
i almost failed to enter topic because of the "TAG" , really needs something else to differentiate.

+(Minor fix, one of characters names was interfering with color mod)
+(Included .rpyc files per request) no other changes.
+updated to 0.8.1
---Note: There was one.. .odd choice so i removed it altogether. I think everyone knows what that choice was. U wont miss anything , dont worry.
+Update to 0.9
+Unlocked gallery
+transparent text mod (remove y_outline files if you prefer with texbox)
(minor typo error fix renpy notify)
==========
+Update 0.10
==========
+Update 0.11.1
Mod is broke i got two errors

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

While running game code:
  File "game/script.rpy", line 30220, in script
    menu:
  File "game/screens.rpy", line 287, in execute
    screen choice(items):
  File "game/screens.rpy", line 287, in execute
    screen choice(items):
  File "game/screens.rpy", line 290, in execute
    vbox:
  File "game/screens.rpy", line 291, in execute
    for i in items:
  File "game/screens.rpy", line 292, in execute
    textbutton i.caption action i.action
NameError: Name 'C' is not defined.

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

Full traceback:
  File "game/script.rpy", line 30220, in script
    menu:
  File "renpy/ast.py", line 1688, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "renpy/exports.py", line 1062, in menu
    rv = renpy.store.menu(new_items)
  File "renpy/exports.py", line 1298, in display_menu
    rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3315, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3735, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 436, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3735, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 447, in per_interact
    self.update()
  File "renpy/display/screen.py", line 637, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 287, in execute
    screen choice(items):
  File "game/screens.rpy", line 287, in execute
    screen choice(items):
  File "game/screens.rpy", line 290, in execute
    vbox:
  File "game/screens.rpy", line 291, in execute
    for i in items:
  File "game/screens.rpy", line 292, in execute
    textbutton i.caption action i.action
  File "renpy/ui.py", line 991, in _textbutton
    text = renpy.text.text.Text(label, style=text_style, substitute=substitute, scope=scope, **text_kwargs)
  File "renpy/text/text.py", line 1574, in __init__
    self.set_text(text, scope, substitute)
  File "renpy/text/text.py", line 1693, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
  File "renpy/substitutions.py", line 270, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
  File "renpy/substitutions.py", line 228, in __getitem__
    raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'C' is not defined.

Windows-10-10.0.19041
Ren'Py 7.4.10.2178
The Higher Society 0.11.1.illustrated
Sun Nov 20 22:15:16 2022
And

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

While running game code:
  File "game/script.rpy", line 30248, in script
    menu:
  File "game/screens.rpy", line 287, in execute
    screen choice(items):
  File "game/screens.rpy", line 287, in execute
    screen choice(items):
  File "game/screens.rpy", line 290, in execute
    vbox:
  File "game/screens.rpy", line 291, in execute
    for i in items:
  File "game/screens.rpy", line 292, in execute
    textbutton i.caption action i.action
NameError: Name 'C' is not defined.

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

Full traceback:
  File "game/script.rpy", line 30248, in script
    menu:
  File "renpy/ast.py", line 1688, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "renpy/exports.py", line 1062, in menu
    rv = renpy.store.menu(new_items)
  File "renpy/exports.py", line 1298, in display_menu
    rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3315, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3735, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 436, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3735, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 447, in per_interact
    self.update()
  File "renpy/display/screen.py", line 637, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 287, in execute
    screen choice(items):
  File "game/screens.rpy", line 287, in execute
    screen choice(items):
  File "game/screens.rpy", line 290, in execute
    vbox:
  File "game/screens.rpy", line 291, in execute
    for i in items:
  File "game/screens.rpy", line 292, in execute
    textbutton i.caption action i.action
  File "renpy/ui.py", line 991, in _textbutton
    text = renpy.text.text.Text(label, style=text_style, substitute=substitute, scope=scope, **text_kwargs)
  File "renpy/text/text.py", line 1574, in __init__
    self.set_text(text, scope, substitute)
  File "renpy/text/text.py", line 1693, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
  File "renpy/substitutions.py", line 270, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
  File "renpy/substitutions.py", line 228, in __getitem__
    raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'C' is not defined.

Windows-10-10.0.19041
Ren'Py 7.4.10.2178
The Higher Society 0.11.1.illustrated
Sun Nov 20 22:17:21 2022
 
  • Like
Reactions: JapanFreak

jasad

Active Member
Dec 14, 2021
779
599
Hello!
I wrapped up quick walkthrough mod for this game.
Game is very good so far and deserves more attention!
Enjoy

NOTE: A lot of choices have no effect, they are not marked in any way. Choose at your discretion. Only important choices are marked.

P.S
i almost failed to enter topic because of the "TAG" , really needs something else to differentiate.

+(Minor fix, one of characters names was interfering with color mod)
+(Included .rpyc files per request) no other changes.
+updated to 0.8.1
---Note: There was one.. .odd choice so i removed it altogether. I think everyone knows what that choice was. U wont miss anything , dont worry.
+Update to 0.9
+Unlocked gallery
+transparent text mod (remove y_outline files if you prefer with texbox)
(minor typo error fix renpy notify)
==========
+Update 0.10
==========
+Update 0.11.1
-sorry fixed a typo
thx for the update~ :LOL:
 
  • Like
Reactions: Envoye

Pick_A_Name

Member
Jun 6, 2021
296
298
Hi xxerikxx,
Is it intentional that animation scenes are less brightly lit than stills?
I assume, and hope, not.

Awesome VN either way
 

SerafinO

Newbie
May 30, 2018
45
16
Are you saying you don't understand how to save your game? Right click the mouse, should open up the preference menu, go to spot says save. Click it, pick a spot to save the game.

There you go.
Thank you for the hint I know how to save the game! but I asked to add the last save if there is one! I don't want to start all over again every time!;)
 

whitewolf305

Newbie
Oct 30, 2020
15
21
iba todo tan bien en el juego con su etiqueta NTR pero cuando les tocó animarla prefirieron no hacerlo y quitaron la etiqueta... mataron mi interés, le tienen miedo a 3 raros que se ofenden con el ntr porque piensan que son el unico hombre en el mundo
 

goulet1995

Well-Known Member
Sep 30, 2021
1,356
2,670
True according to the definition, you're right.
But I personnally don't mind if it's female. But male? NO WAY :ROFLMAO: No dick near my girls please :BootyTime:
the definition is the only thing that matters on this site there are many people myself included that don like girl on girl ntr so i appreciate the warning
 
  • Like
Reactions: bigphil963

xxerikxx

Active Member
Game Developer
Nov 20, 2019
602
2,471
No provocation was intended, I didn't even know it is a dev version.
Ok. The way thing work is that we have a very small development team. When we release the 0.12 version to Patreons there will probably still be some bugs and errors. Patreons will report bugs/errors to us and we will try to fix it. If it's crucial errors then we will release the 0.12.1 version quickly to the Patreons. Other times we wait a couple of weeks and make sure that we have fixed more things in the 0.12.1 update. Then when the Patreons has playtested that version for a couple of weeks we release a version on F95zone where hopefully all bugs has been fixed. This will be around the time when the 0.13 version will be almost ready for Patreons. We make sure that all reported errors from the 0.12 version is fixed before the 0.13 version is released to Patreons.

If people just let us develop this game and stop sharing early versions then I believe that will be a better solution for everyone.
 

Avaron1974

Resident Lesbian
Aug 22, 2018
25,169
86,195
If people just let us develop this game and stop sharing early versions then I believe that will be a better solution for everyone.
Runey, dev of Harem Hotel, had to find a work around for that. H ended up getting beta testers because he hated having beta builds leaked.

Tons of people complaining about bugs for a buggy build he wanted testing.

He gets people leak the full build but he hates having beta builds leaked.
 
  • Like
Reactions: Ceesko and xxerikxx
3.90 star(s) 40 Votes