Ixiah

Member
Aug 17, 2016
432
249
Wait, was my joke correct, all these years and all that was added was the Halloween event ?
 

Plazzarn

New Member
Aug 29, 2022
1
0
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?
Having the same issue, re downloading the game did not help, anyone know a fix?
 

destroyerofassholes

Well-Known Member
Oct 23, 2019
1,698
5,733
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.
 

Komisari

Well-Known Member
Game Developer
Dec 17, 2019
1,216
3,954
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.
You should be able to skip fast with CTRL. But yeah I've done a fix that will probably be up later.
 
  • Like
Reactions: destroyerofassholes

Komisari

Well-Known Member
Game Developer
Dec 17, 2019
1,216
3,954
Just to be sure.
Are there 4K renders in game? Cuz framerate drops are insufferable:FacePalm:
This 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.
 

FacelessVixen

Well-Known Member
Aug 25, 2017
1,369
5,391
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.
 

nemojason

Newbie
May 22, 2017
61
41
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
 

Komisari

Well-Known Member
Game Developer
Dec 17, 2019
1,216
3,954
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
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.
 
  • Like
Reactions: J'Daremo

KGB_Bonobo

New Member
Feb 2, 2020
3
57
Got the directx11 shader error. Updated, still didn't work. Stupidly, I clicked the "force directx" on the shift-g window, and now I only get a black screen when running the game, and I have no way of swapping back to the auto shader option. If anyone knows how to swap the option out of game, or some other way to fix this I would be grateful.
 

Zornk

Newbie
Aug 18, 2017
72
72
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.
In all fairness it had been quite some time.

unrelated but one of my favorite games stopped getting updated, I bitched on the thread for it and then got autistic and after some substantial sleuthing it became pretty clear the dev is Ukranian, I deleted all of my posts and now Im gonna just assume it will never be worked on again and I will be happily surprised if it gets finished and if it doesnt such is life.
 
  • Like
Reactions: FacelessVixen

Eliza

Newbie
Oct 3, 2017
77
46
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


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.
 

Fawnzi

New Member
Aug 1, 2018
3
3
So because i used the "ignore" to bypass a bug, i never met evie. So ive basically bricked this save file? NBD just dont wanna keep trying to figure out what im missing and losing my mind.
 
4.40 star(s) 211 Votes