KDBA

Newbie
Apr 24, 2019
97
84
Oof, candy is way too rare for the event, but at the same time it would also be annoying to have it pop up all the time when you no longer need it.

I don't have a good solution.

EDIT: Probably, just a single candy for each event and 2 or 3 per costume would make it much, much more reasonable.
 
Last edited:

lahvcrystal

New Member
May 21, 2019
8
20
I don't see many mentioning this but we have to start over? AGAIN? I love this game but really don't want to run through a THIRD time. I thought we'd never have to start over again according to the dev.
 
Mar 12, 2018
18
5
If i try to Open the Questlog at the start of the Game, this Error happens.

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

While running game code:
  File "game/script/quests.rpy", line 590, in execute
  File "game/script/quests.rpy", line 590, in execute
  File "game/script/quests.rpy", line 605, in execute
  File "game/script/quests.rpy", line 608, in execute
  File "game/script/quests.rpy", line 611, in execute
  File "game/script/quests.rpy", line 615, in execute
  File "game/script/quests.rpy", line 622, in execute
  File "game/script/quests.rpy", line 623, in execute
  File "game/script/quests.rpy", line 624, in execute
  File "game/script/quests.rpy", line 625, in execute
  File "game/script/quests.rpy", line 806, in execute
  File "game/script/quests.rpy", line 806, in execute
  File "game/script/quests.rpy", line 809, in execute
  File "game/script/quests.rpy", line 966, in execute
  File "game/script/quests.rpy", line 966, in execute
  File "game/script/quests.rpy", line 968, in execute
  File "game/script/quests.rpy", line 975, in execute
  File "game/script/quests.rpy", line 975, in keywords
  File "renpy/common/00action_audio.rpy", line 58, in __init__
    selected = renpy.music.is_music(channel)
Exception: Audio channel u'sound1' is unknown.

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

Full traceback:
  File "script/tutorial.rpyc", line 379, in script
  File "G:\Games\3D\Heros_Harem_Guild-v0.1.2-pc\HHGv0.1.2-v0.1.2-pc\renpy\ast.py", line 708, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "G:\Games\3D\Heros_Harem_Guild-v0.1.2-pc\HHGv0.1.2-v0.1.2-pc\renpy\exports.py", line 1345, in say
    who(what, *args, **kwargs)
  File "G:\Games\3D\Heros_Harem_Guild-v0.1.2-pc\HHGv0.1.2-v0.1.2-pc\renpy\character.py", line 1142, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "G:\Games\3D\Heros_Harem_Guild-v0.1.2-pc\HHGv0.1.2-v0.1.2-pc\renpy\character.py", line 842, in do_display
    **display_args)
  File "G:\Games\3D\Heros_Harem_Guild-v0.1.2-pc\HHGv0.1.2-v0.1.2-pc\renpy\character.py", line 591, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "G:\Games\3D\Heros_Harem_Guild-v0.1.2-pc\HHGv0.1.2-v0.1.2-pc\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "G:\Games\3D\Heros_Harem_Guild-v0.1.2-pc\HHGv0.1.2-v0.1.2-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "G:\Games\3D\Heros_Harem_Guild-v0.1.2-pc\HHGv0.1.2-v0.1.2-pc\renpy\display\core.py", line 3094, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "G:\Games\3D\Heros_Harem_Guild-v0.1.2-pc\HHGv0.1.2-v0.1.2-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "G:\Games\3D\Heros_Harem_Guild-v0.1.2-pc\HHGv0.1.2-v0.1.2-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "G:\Games\3D\Heros_Harem_Guild-v0.1.2-pc\HHGv0.1.2-v0.1.2-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "G:\Games\3D\Heros_Harem_Guild-v0.1.2-pc\HHGv0.1.2-v0.1.2-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "G:\Games\3D\Heros_Harem_Guild-v0.1.2-pc\HHGv0.1.2-v0.1.2-pc\renpy\display\screen.py", line 430, in visit_all
    callback(self)
  File "G:\Games\3D\Heros_Harem_Guild-v0.1.2-pc\HHGv0.1.2-v0.1.2-pc\renpy\display\core.py", line 3094, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "G:\Games\3D\Heros_Harem_Guild-v0.1.2-pc\HHGv0.1.2-v0.1.2-pc\renpy\display\screen.py", line 440, in per_interact
    self.update()
  File "G:\Games\3D\Heros_Harem_Guild-v0.1.2-pc\HHGv0.1.2-v0.1.2-pc\renpy\display\screen.py", line 625, in update
    self.screen.function(**self.scope)
  File "game/script/quests.rpy", line 590, in execute
  File "game/script/quests.rpy", line 590, in execute
  File "game/script/quests.rpy", line 605, in execute
  File "game/script/quests.rpy", line 608, in execute
  File "game/script/quests.rpy", line 611, in execute
  File "game/script/quests.rpy", line 615, in execute
  File "game/script/quests.rpy", line 622, in execute
  File "game/script/quests.rpy", line 623, in execute
  File "game/script/quests.rpy", line 624, in execute
  File "game/script/quests.rpy", line 625, in execute
  File "game/script/quests.rpy", line 806, in execute
  File "game/script/quests.rpy", line 806, in execute
  File "game/script/quests.rpy", line 809, in execute
  File "game/script/quests.rpy", line 966, in execute
  File "game/script/quests.rpy", line 966, in execute
  File "game/script/quests.rpy", line 968, in execute
  File "game/script/quests.rpy", line 975, in execute
  File "game/script/quests.rpy", line 975, in keywords
  File "<screen language>", line 978, in <module>
  File "renpy/common/00action_audio.rpy", line 58, in __init__
    selected = renpy.music.is_music(channel)
  File "G:\Games\3D\Heros_Harem_Guild-v0.1.2-pc\HHGv0.1.2-v0.1.2-pc\renpy\audio\music.py", line 307, in is_music
    c = get_channel(channel)
  File "G:\Games\3D\Heros_Harem_Guild-v0.1.2-pc\HHGv0.1.2-v0.1.2-pc\renpy\audio\audio.py", line 821, in get_channel
    raise Exception("Audio channel %r is unknown." % name)
Exception: Audio channel u'sound1' is unknown.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Hero's Harem Guild Beta
Tue Nov 24 14:06:38 2020
 
  • Like
Reactions: Magicon

Belnick

Engaged Member
Sep 3, 2018
2,620
1,246
so saves from 1.0 does not work with 1.2? after playing 1.2 for 10 min I remembered I already played this so I found the saves, I but get grey screen on every location change and the doors are offset in the graphics, like clicking on the wall instead of the door etc ;o

also the incest patch work, mom etc...but it causes grey screens when clicking on hints/log lol so you can use incest patch for the changed text for family, but you will never be able to click and see what you gonna do next :eek:
 

Belnick

Engaged Member
Sep 3, 2018
2,620
1,246
If i try to Open the Questlog at the start of the Game, this Error happens.

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

While running game code:
  File "game/script/quests.rpy", line 590, in execute
  File "game/script/quests.rpy", line 590, in execute
  File "game/script/quests.rpy", line 605, in execute
  File "game/script/quests.rpy", line 608, in execute
  File "game/script/quests.rpy", line 611, in execute
  File "game/script/quests.rpy", line 615, in execute
  File "game/script/quests.rpy", line 622, in execute
  File "game/script/quests.rpy", line 623, in execute
  File "game/script/quests.rpy", line 624, in execute
  File "game/script/quests.rpy", line 625, in execute
  File "game/script/quests.rpy", line 806, in execute
  File "game/script/quests.rpy", line 806, in execute
  File "game/script/quests.rpy", line 809, in execute
  File "game/script/quests.rpy", line 966, in execute
  File "game/script/quests.rpy", line 966, in execute
  File "game/script/quests.rpy", line 968, in execute
  File "game/script/quests.rpy", line 975, in execute
  File "game/script/quests.rpy", line 975, in keywords
  File "renpy/common/00action_audio.rpy", line 58, in __init__
    selected = renpy.music.is_music(channel)
Exception: Audio channel u'sound1' is unknown.

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

Full traceback:
  File "script/tutorial.rpyc", line 379, in script
  File "G:\Games\3D\Heros_Harem_Guild-v0.1.2-pc\HHGv0.1.2-v0.1.2-pc\renpy\ast.py", line 708, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "G:\Games\3D\Heros_Harem_Guild-v0.1.2-pc\HHGv0.1.2-v0.1.2-pc\renpy\exports.py", line 1345, in say
    who(what, *args, **kwargs)
  File "G:\Games\3D\Heros_Harem_Guild-v0.1.2-pc\HHGv0.1.2-v0.1.2-pc\renpy\character.py", line 1142, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "G:\Games\3D\Heros_Harem_Guild-v0.1.2-pc\HHGv0.1.2-v0.1.2-pc\renpy\character.py", line 842, in do_display
    **display_args)
  File "G:\Games\3D\Heros_Harem_Guild-v0.1.2-pc\HHGv0.1.2-v0.1.2-pc\renpy\character.py", line 591, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "G:\Games\3D\Heros_Harem_Guild-v0.1.2-pc\HHGv0.1.2-v0.1.2-pc\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "G:\Games\3D\Heros_Harem_Guild-v0.1.2-pc\HHGv0.1.2-v0.1.2-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "G:\Games\3D\Heros_Harem_Guild-v0.1.2-pc\HHGv0.1.2-v0.1.2-pc\renpy\display\core.py", line 3094, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "G:\Games\3D\Heros_Harem_Guild-v0.1.2-pc\HHGv0.1.2-v0.1.2-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "G:\Games\3D\Heros_Harem_Guild-v0.1.2-pc\HHGv0.1.2-v0.1.2-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "G:\Games\3D\Heros_Harem_Guild-v0.1.2-pc\HHGv0.1.2-v0.1.2-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "G:\Games\3D\Heros_Harem_Guild-v0.1.2-pc\HHGv0.1.2-v0.1.2-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "G:\Games\3D\Heros_Harem_Guild-v0.1.2-pc\HHGv0.1.2-v0.1.2-pc\renpy\display\screen.py", line 430, in visit_all
    callback(self)
  File "G:\Games\3D\Heros_Harem_Guild-v0.1.2-pc\HHGv0.1.2-v0.1.2-pc\renpy\display\core.py", line 3094, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "G:\Games\3D\Heros_Harem_Guild-v0.1.2-pc\HHGv0.1.2-v0.1.2-pc\renpy\display\screen.py", line 440, in per_interact
    self.update()
  File "G:\Games\3D\Heros_Harem_Guild-v0.1.2-pc\HHGv0.1.2-v0.1.2-pc\renpy\display\screen.py", line 625, in update
    self.screen.function(**self.scope)
  File "game/script/quests.rpy", line 590, in execute
  File "game/script/quests.rpy", line 590, in execute
  File "game/script/quests.rpy", line 605, in execute
  File "game/script/quests.rpy", line 608, in execute
  File "game/script/quests.rpy", line 611, in execute
  File "game/script/quests.rpy", line 615, in execute
  File "game/script/quests.rpy", line 622, in execute
  File "game/script/quests.rpy", line 623, in execute
  File "game/script/quests.rpy", line 624, in execute
  File "game/script/quests.rpy", line 625, in execute
  File "game/script/quests.rpy", line 806, in execute
  File "game/script/quests.rpy", line 806, in execute
  File "game/script/quests.rpy", line 809, in execute
  File "game/script/quests.rpy", line 966, in execute
  File "game/script/quests.rpy", line 966, in execute
  File "game/script/quests.rpy", line 968, in execute
  File "game/script/quests.rpy", line 975, in execute
  File "game/script/quests.rpy", line 975, in keywords
  File "<screen language>", line 978, in <module>
  File "renpy/common/00action_audio.rpy", line 58, in __init__
    selected = renpy.music.is_music(channel)
  File "G:\Games\3D\Heros_Harem_Guild-v0.1.2-pc\HHGv0.1.2-v0.1.2-pc\renpy\audio\music.py", line 307, in is_music
    c = get_channel(channel)
  File "G:\Games\3D\Heros_Harem_Guild-v0.1.2-pc\HHGv0.1.2-v0.1.2-pc\renpy\audio\audio.py", line 821, in get_channel
    raise Exception("Audio channel %r is unknown." % name)
Exception: Audio channel u'sound1' is unknown.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Hero's Harem Guild Beta
Tue Nov 24 14:06:38 2020
you use the incest patch you get that error, or at least i get that with the incest patch, you have to pick what you want:
1, incest patch and guess what to do
2, no incest patch and know what to do :p
 

intubos

Newbie
Jan 27, 2020
40
87
I don't see many mentioning this but we have to start over? AGAIN? I love this game but really don't want to run through a THIRD time. I thought we'd never have to start over again according to the dev.
Dev did say you'd have to start v0.1.2 from the beginning, but likely not future updates. This is the public release of v0.1.2 as opposed to the v0.1.2 Pre-Release which you probably played. Anything after this you shouldn't need to start over.
 

Cartageno

Devoted Member
Dec 1, 2019
8,347
14,191
How do you unlock Lucy's workshop? It won't unlock for me.
You need to walk there manually when she is not assigned to work in the city: in the entrance click the door to the left of the guild board, then the back left door (with the stickers on them).
 

deadly007peace

New Member
Apr 14, 2020
2
61
what is the code for money in the console?
posting these cheats found within rpa's for convenience:
Use the girls deck to put cheats (The heart). Click the search bar and make the first letter a "." (Dot)
After that, introduce the next WITHOUT "":

"imthelover" : Girls are always at max affection possible. Gets updated every time time passes.
"gimmegold" : Gives you money
"gibpower" : Gives you exp
"releasemypp" : Unlocks the gallery.
"showmethesecrets" : Shows hidden stuff, like hidden girls, even if you didn't unlock them yet. There are some nice secrets, I would suggest not using this :)
"fastworkers" : Now every member will work at the guild board every 10 seconds.
 

Cartageno

Devoted Member
Dec 1, 2019
8,347
14,191
Need quick help!
Theres this gentleman thief and I am trying to find clues. I cannot find the 5th one :C
I wouldn't call the thief a "gentleman", but:

Rebecca, Luna (on the roof at night), and the three saleswomen Granny, Maria, and Fishy (she also always forgets names, so why not forget hers?)
 
  • Like
Reactions: VZander and Aoky

Komisari

Well-Known Member
Game Developer
Dec 17, 2019
1,215
3,926
so saves from 1.0 does not work with 1.2? after playing 1.2 for 10 min I remembered I already played this so I found the saves, I but get grey screen on every location change and the doors are offset in the graphics, like clicking on the wall instead of the door etc ;o

also the incest patch work, mom etc...but it causes grey screens when clicking on hints/log lol so you can use incest patch for the changed text for family, but you will never be able to click and see what you gonna do next :eek:
You're forced to start again. The game is a rework, please, delete all your v0.1.1 files.
 
  • Like
Reactions: HardcoreLarry
4.50 star(s) 206 Votes