NoWait, was my joke correct, all these years and all that was added was the Halloween event ?
Having the same issue, re downloading the game did not help, anyone know a fix?So, when i'm trying to get last clue in market from Luna im getting an error(and not only there the talk option with her broken i think)... can anyone post their save past this event?
You should be able to skip fast with CTRL. But yeah I've done a fix that will probably be up later.komi, due to the way you structured the game's dialogue its not really possible to skip fast. for example the mc walking from the door to drink coffee is pretty slow and unclickable as a pseudo walking animation takes place. people who read fast, or don't wanna read, or don't wanna watch some walking or blinking kinda get impatient. just saying for your future development.
u are wrong is no a halloween update is a xmas update (e.e)Wait, was my joke correct, all these years and all that was added was the Halloween event ?
This uses an old version of renpy. Brings lots of problems.Just to be sure.
Are there 4K renders in game? Cuz framerate drops are insufferable![]()
Oh, well, okay thenThis uses an old version of renpy. Brings lots of problems.
I already did the port to the new version and some changes, give me some time and I'll update it.
Nono, they are normal renders, it's just poorly optimized. I'm working with old as hell code.Oh, well, okay then
I've just assumed there are 4K renders. And one my friend LOVES 4K renders![]()
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script/tutorial.rpy", line 382, in script call
""
File "game/script/tutorial.rpy", line 423, in script call
""
File "game/script/guild_nav.rpy", line 839, in script call
""
File "game/script/lake.rpy", line 341, in script call
""
File "game/script/market.rpy", line 410, in script call
""
File "game/script/guild_nav.rpy", line 451, in script call
""
File "game/script/lucy.rpy", line 381, in script call
call expression talkingto pass (side=side) from _call_expression_61
File "game/script/guild_nav.rpy", line 633, in script call
""
File "game/script/church.rpy", line 18, in script call
""
File "game/script/rebecca.rpy", line 65, in script
menu .talk(talk=side):
File "game/script/rebecca.rpy", line 66, in <module>
"Classes"(img=["gui/exclamation.png"]) if rebecca.talkSys("evie_classes"):
File "game/script/girls.rpy", line 554, in talkSys
return ((string not in self.talk) and eval(self.menuTalk[string]["condition"]) and (self.location_id in self.menuTalk[string]["locations"] or self.menuTalk[string]["locations"] == []))
KeyError: u'evie_classes'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script/tutorial.rpy", line 382, in script call
""
File "game/script/tutorial.rpy", line 423, in script call
""
File "game/script/guild_nav.rpy", line 839, in script call
""
File "game/script/lake.rpy", line 341, in script call
""
File "game/script/market.rpy", line 410, in script call
""
File "game/script/guild_nav.rpy", line 451, in script call
""
File "game/script/lucy.rpy", line 381, in script call
call expression talkingto pass (side=side) from _call_expression_61
File "game/script/guild_nav.rpy", line 633, in script call
""
File "game/script/church.rpy", line 18, in script call
""
File "game/script/rebecca.rpy", line 65, in script
menu .talk(talk=side):
File "D:\klp\HHG v0.1.2.1\renpy\ast.py", line 1628, in execute
choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
File "D:\klp\HHG v0.1.2.1\renpy\exports.py", line 956, in menu
condition = renpy.python.py_eval(condition)
File "D:\klp\HHG v0.1.2.1\renpy\python.py", line 2059, in py_eval
return py_eval_bytecode(code, globals, locals)
File "D:\klp\HHG v0.1.2.1\renpy\python.py", line 2052, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script/rebecca.rpy", line 66, in <module>
"Classes"(img=["gui/exclamation.png"]) if rebecca.talkSys("evie_classes"):
File "game/script/girls.rpy", line 554, in talkSys
return ((string not in self.talk) and eval(self.menuTalk[string]["condition"]) and (self.location_id in self.menuTalk[string]["locations"] or self.menuTalk[string]["locations"] == []))
KeyError: u'evie_classes'
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Heros Harem Guild v0.1.2.1
Wed Apr 26 23:15:52 2023
I'm aware of the bugs and they have already been addressed locally, please, try to evade talking to those girls. A new version will be up soon.hello, i get an error when i try to speak to rebecca when she teaches to Evie :
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/script/tutorial.rpy", line 382, in script call "" File "game/script/tutorial.rpy", line 423, in script call "" File "game/script/guild_nav.rpy", line 839, in script call "" File "game/script/lake.rpy", line 341, in script call "" File "game/script/market.rpy", line 410, in script call "" File "game/script/guild_nav.rpy", line 451, in script call "" File "game/script/lucy.rpy", line 381, in script call call expression talkingto pass (side=side) from _call_expression_61 File "game/script/guild_nav.rpy", line 633, in script call "" File "game/script/church.rpy", line 18, in script call "" File "game/script/rebecca.rpy", line 65, in script menu .talk(talk=side): File "game/script/rebecca.rpy", line 66, in <module> "Classes"(img=["gui/exclamation.png"]) if rebecca.talkSys("evie_classes"): File "game/script/girls.rpy", line 554, in talkSys return ((string not in self.talk) and eval(self.menuTalk[string]["condition"]) and (self.location_id in self.menuTalk[string]["locations"] or self.menuTalk[string]["locations"] == [])) KeyError: u'evie_classes' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script/tutorial.rpy", line 382, in script call "" File "game/script/tutorial.rpy", line 423, in script call "" File "game/script/guild_nav.rpy", line 839, in script call "" File "game/script/lake.rpy", line 341, in script call "" File "game/script/market.rpy", line 410, in script call "" File "game/script/guild_nav.rpy", line 451, in script call "" File "game/script/lucy.rpy", line 381, in script call call expression talkingto pass (side=side) from _call_expression_61 File "game/script/guild_nav.rpy", line 633, in script call "" File "game/script/church.rpy", line 18, in script call "" File "game/script/rebecca.rpy", line 65, in script menu .talk(talk=side): File "D:\klp\HHG v0.1.2.1\renpy\ast.py", line 1628, in execute choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments) File "D:\klp\HHG v0.1.2.1\renpy\exports.py", line 956, in menu condition = renpy.python.py_eval(condition) File "D:\klp\HHG v0.1.2.1\renpy\python.py", line 2059, in py_eval return py_eval_bytecode(code, globals, locals) File "D:\klp\HHG v0.1.2.1\renpy\python.py", line 2052, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/script/rebecca.rpy", line 66, in <module> "Classes"(img=["gui/exclamation.png"]) if rebecca.talkSys("evie_classes"): File "game/script/girls.rpy", line 554, in talkSys return ((string not in self.talk) and eval(self.menuTalk[string]["condition"]) and (self.location_id in self.menuTalk[string]["locations"] or self.menuTalk[string]["locations"] == [])) KeyError: u'evie_classes' Windows-8-6.2.9200 Ren'Py 7.3.5.606 Heros Harem Guild v0.1.2.1 Wed Apr 26 23:15:52 2023
In all fairness it had been quite some time.So, um... ever get yourself into a position where you're following a game on this site, and the dev shows up in the thread. But after a while, the game gets the abandoned tag, the dev stops posting, and then you join in on clowning the dev. But then one day, the game actually gets updated and the dev is posting on this site again. You remember that you didn't take things too far as if a mod had to step in, but you still kinda feel like a jackass because of that one time you opened Photoshop and utilized a certain meme template from Star Wars Episode II.
...I get payed next week.
uh should this be linked to the frontpage? i don't kno too much about how that works. does a mod need to test it or something, or waiting for this supposed more bugfixed version maybe? any case, i played it and the christmas event does work, and it didn't trigger my antivirus. i don't kno if any of the little patches komi has been suggesting works for it tho since i didn't bother with a from the beginning playthrough.Hero's Harem Guild [v0.1.2.1 Public] [Komisari]
COMPRESSED: Win/Linux
Hero's Harem Guild v0.1.2.1 Public
Hero's Harem Guild v0.1.2.1 Public
You must be registered to see the links