- Jun 17, 2020
- 114
- 164
You get what you wait for.12 Giga doots!?
You get what you wait for.12 Giga doots!?
It's well worth it!12 Giga doots!?
The reverse of optimization?You get what you wait for.
I was considering that line to be a typo, since it's the only line on the script that directly says they are not related (with inc enabled) - but it might not be a typo since it hans't been ''fixed'' yet? No clue, makes no sense either. I mean, what's the point of going to the trouble of making all those if statement to make a incest patch, but it's not even incest?Looks like even with the ipatch its been mostly taken out:
You don't have permission to view the spoiler content. Log in or register now.
Guess the only true family it leaves in the game is Lucy and Luna and everyone else is just "role playing".
How's the quality, it's like 10x smaller file size omgHero's Harem Guild [v0.1.2.2 Public] [Komisari]
COMPRESSED
SIZE ~ 1.31 GB
PC/MAC:You must be registered to see the links- WORKUPLOAD - PIXELDRAIN - ANONFILESYou must be registered to see the links/You must be registered to see the links
ANDROID -You must be registered to see the links- WORKUPLOAD - PIXELDRAIN -You must be registered to see the links
Note. I didn't apply the patch to the Android version because I don't know the game. The patch available is from an earlier version... I didn't want to risk it.
You don't have permission to view the spoiler content. Log in or register now.
finallyHero's Harem Guild [v0.1.2.2 Public] [Komisari]
COMPRESSED
SIZE ~ 1.31 GB
PC/MAC:You must be registered to see the links- WORKUPLOAD - PIXELDRAIN - ANONFILESYou must be registered to see the links/You must be registered to see the links
ANDROID -You must be registered to see the links- WORKUPLOAD - PIXELDRAIN -You must be registered to see the links
Note. I didn't apply the patch to the Android version because I don't know the game. The patch available is from an earlier version... I didn't want to risk it.
You don't have permission to view the spoiler content. Log in or register now.
Thanks for the clarificationNo. It only makes the game better but adds almost no content.
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 1339, in script call
""
File "game/script/market.rpy", line 146, in script call
""
File "game/script/granny.rpy", line 20, in script call
Granny "I am interested in any type of plant!"
File "game/script/granny.rpy", line 73, in script call
call granny_talk("granny_1_1","left",shop="Open") from _call_granny_talk
File "game/script/granny.rpy", line 20, in script call
Granny "I am interested in any type of plant!"
File "game/script/market.rpy", line 30, in script call
""
File "game/script/lake.rpy", line 70, in script call
""
File "game/script/shikia.rpy", line 81, in script call
call expression talkingto pass (side=side) from _call_expression_76
File "game/script/lake.rpy", line 378, in script call
""
File "game/script/market.rpy", line 527, in script call
""
File "game/script/yinna.rpy", line 107, in script call
call yinna_talk.talk from _call_yinna_talk_talk_2
File "game/script/yinna.rpy", line 138, in script call
call expression talkingto pass (side=side) from _call_expression_38
File "game/script/market.rpy", line 527, in script call
""
File "game/script/lake.rpy", line 398, in script call
""
File "game/script/market.rpy", line 30, in script call
""
File "game/script/luna.rpy", line 160, in script call
call expression talkingto pass (side=side) from _call_expression_8
File "game/script/luna.rpy", line 55, in script
menu .talk(talk=side):
File "game/script/luna.rpy", line 57, in <module>
"Cat"(img=["gui/exclamation.png"]) if luna.talkSys("cat") and luna.level < 6:
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'cat'
-- 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 1339, in script call
""
File "game/script/market.rpy", line 146, in script call
""
File "game/script/granny.rpy", line 20, in script call
Granny "I am interested in any type of plant!"
File "game/script/granny.rpy", line 73, in script call
call granny_talk("granny_1_1","left",shop="Open") from _call_granny_talk
File "game/script/granny.rpy", line 20, in script call
Granny "I am interested in any type of plant!"
File "game/script/market.rpy", line 30, in script call
""
File "game/script/lake.rpy", line 70, in script call
""
File "game/script/shikia.rpy", line 81, in script call
call expression talkingto pass (side=side) from _call_expression_76
File "game/script/lake.rpy", line 378, in script call
""
File "game/script/market.rpy", line 527, in script call
""
File "game/script/yinna.rpy", line 107, in script call
call yinna_talk.talk from _call_yinna_talk_talk_2
File "game/script/yinna.rpy", line 138, in script call
call expression talkingto pass (side=side) from _call_expression_38
File "game/script/market.rpy", line 527, in script call
""
File "game/script/lake.rpy", line 398, in script call
""
File "game/script/market.rpy", line 30, in script call
""
File "game/script/luna.rpy", line 160, in script call
call expression talkingto pass (side=side) from _call_expression_8
File "game/script/luna.rpy", line 55, in script
menu .talk(talk=side):
File "C:\Agames\hero\HHG v0.1.2.1\renpy\ast.py", line 1628, in execute
choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
File "C:\Agames\hero\HHG v0.1.2.1\renpy\exports.py", line 956, in menu
condition = renpy.python.py_eval(condition)
File "C:\Agames\hero\HHG v0.1.2.1\renpy\python.py", line 2059, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Agames\hero\HHG v0.1.2.1\renpy\python.py", line 2052, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script/luna.rpy", line 57, in <module>
"Cat"(img=["gui/exclamation.png"]) if luna.talkSys("cat") and luna.level < 6:
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'cat'
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Heros Harem Guild v0.1.2.1
Sat May 06 04:57:44 2023
Download the new version.so im un able to talk to luna like period. and i was ignoring it casue im use the cheat that doesnt require me to but i ran into a problem. in the quest misdirection i have to find 5 clues i you would normal get one of said clues when talking to luna but im unable to. below is the code that it is showing is the problem. plz help.
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 1339, in script call "" File "game/script/market.rpy", line 146, in script call "" File "game/script/granny.rpy", line 20, in script call Granny "I am interested in any type of plant!" File "game/script/granny.rpy", line 73, in script call call granny_talk("granny_1_1","left",shop="Open") from _call_granny_talk File "game/script/granny.rpy", line 20, in script call Granny "I am interested in any type of plant!" File "game/script/market.rpy", line 30, in script call "" File "game/script/lake.rpy", line 70, in script call "" File "game/script/shikia.rpy", line 81, in script call call expression talkingto pass (side=side) from _call_expression_76 File "game/script/lake.rpy", line 378, in script call "" File "game/script/market.rpy", line 527, in script call "" File "game/script/yinna.rpy", line 107, in script call call yinna_talk.talk from _call_yinna_talk_talk_2 File "game/script/yinna.rpy", line 138, in script call call expression talkingto pass (side=side) from _call_expression_38 File "game/script/market.rpy", line 527, in script call "" File "game/script/lake.rpy", line 398, in script call "" File "game/script/market.rpy", line 30, in script call "" File "game/script/luna.rpy", line 160, in script call call expression talkingto pass (side=side) from _call_expression_8 File "game/script/luna.rpy", line 55, in script menu .talk(talk=side): File "game/script/luna.rpy", line 57, in <module> "Cat"(img=["gui/exclamation.png"]) if luna.talkSys("cat") and luna.level < 6: 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'cat' -- 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 1339, in script call "" File "game/script/market.rpy", line 146, in script call "" File "game/script/granny.rpy", line 20, in script call Granny "I am interested in any type of plant!" File "game/script/granny.rpy", line 73, in script call call granny_talk("granny_1_1","left",shop="Open") from _call_granny_talk File "game/script/granny.rpy", line 20, in script call Granny "I am interested in any type of plant!" File "game/script/market.rpy", line 30, in script call "" File "game/script/lake.rpy", line 70, in script call "" File "game/script/shikia.rpy", line 81, in script call call expression talkingto pass (side=side) from _call_expression_76 File "game/script/lake.rpy", line 378, in script call "" File "game/script/market.rpy", line 527, in script call "" File "game/script/yinna.rpy", line 107, in script call call yinna_talk.talk from _call_yinna_talk_talk_2 File "game/script/yinna.rpy", line 138, in script call call expression talkingto pass (side=side) from _call_expression_38 File "game/script/market.rpy", line 527, in script call "" File "game/script/lake.rpy", line 398, in script call "" File "game/script/market.rpy", line 30, in script call "" File "game/script/luna.rpy", line 160, in script call call expression talkingto pass (side=side) from _call_expression_8 File "game/script/luna.rpy", line 55, in script menu .talk(talk=side): File "C:\Agames\hero\HHG v0.1.2.1\renpy\ast.py", line 1628, in execute choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments) File "C:\Agames\hero\HHG v0.1.2.1\renpy\exports.py", line 956, in menu condition = renpy.python.py_eval(condition) File "C:\Agames\hero\HHG v0.1.2.1\renpy\python.py", line 2059, in py_eval return py_eval_bytecode(code, globals, locals) File "C:\Agames\hero\HHG v0.1.2.1\renpy\python.py", line 2052, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/script/luna.rpy", line 57, in <module> "Cat"(img=["gui/exclamation.png"]) if luna.talkSys("cat") and luna.level < 6: 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'cat' Windows-8-6.2.9200 Ren'Py 7.3.5.606 Heros Harem Guild v0.1.2.1 Sat May 06 04:57:44 2023
It's pretty bad. I deleted it after taking a look, guess I'll just set up a download for all day tomorrow.How's the quality, it's like 10x smaller file size omg
Thank you so much! Interaction between the characters is my priority. Also, the story will take moments of seriousness, but I will make sure that the game itself doesn't take the story too serious or deep.So finally played through the winter event. Love the jump in pure quality.
Only thing that bugged me was the disconnect having the winter event chronically play after ch1 which isn't available caused. Made me care almost nothing for the characters especially for those that have changed a great deal between prologue and winter event.
But it's a good appetizer for what's to come I guess. Just please don't make the main story too convoluted, way too many games try to go for "le revolutionizing deep story with epic twists and hundreds of important characters plus a hundred of hour of creation myth lore" and in the process forget what made their game interesting initially: the interaction between characters and constantly escalating lewds.
Thank you! Please review the game if you liked it!This was fun when I played it two years ago and the only complaint I had was not being able to use old saves when I came back, and the stock koikatsu-esque animations. BUT GODDAMN DID THAT CHANGE
The Christmas, I believe, animation with the sister is fantastic. The movement is fluid yet heavy and it reminds me of GreatM8's work. I don't know if that was a one time thing or not, but if that's how all h-scene animations will look from here on out, then this damn well may be one of the best h-games I've ever played on this site.