Khashim

Newbie
Dec 10, 2021
16
9
How can you beat them i die when i attack them
two things : the second fragment is not in the room where the mushroom queens ans red mushrooms are ; it is in a part below this room. to beat the mushroom queens you need several mega potions (mushrooms queems give 30 damage each attack) . You also need several triple strike attack card if possible and alco bufffed and boobs strike attack card . Equipment giving more hp will also help . good luck
 

dmi72445

Newbie
May 31, 2018
52
57
Gladly if there was any. It's a full black screen with text on top Oops Error in screens.rpy. That's absolutely all
 

krys69

Active Member
Sep 6, 2017
741
297
Question how different is v0.4.1 and v0.4.2 from current version (v0.4.0) in content? :unsure:
 

88Michele88

Bloodborn Vampire
Game Developer
Apr 22, 2018
2,891
3,031
And save sistem still under paywall, if you want to save wherewere you like you ned to be patreon. If not just use save at home.
It make me feel sad, frustrated. To go back home to save.
 

Lust Madness

Member
Game Developer
Dec 14, 2020
204
147
Gladly if there was any. It's a full black screen with text on top Oops Error in screens.rpy. That's absolutely all
Use the unmodified version of screens.rpy

Question how different is v0.4.1 and v0.4.2 from current version (v0.4.0) in content? :unsure:
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
 
  • Like
Reactions: krys69

marry_marlin

Member
Oct 11, 2017
168
30
Cannot use the Church code. A lot of content is under payroll. I would love to play the game. But could not as i do not have an international credit card or paypal.
 

pcnop

Well-Known Member
Jun 26, 2018
1,281
1,081
New bugs in version 0.4.2 (apparently it's not the public version ?).

For a female character (other kind of characters not tested), fighting with the following enemies gives an error:
- Orc female
- Mirana training

Error:
While running game code:
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/homeplace.rpy", line 2428, in execute
File "game/homeplace.rpy", line 2428, in execute
File "game/homeplace.rpy", line 2443, in execute
File "game/homeplace.rpy", line 2499, in execute
File "game/homeplace.rpy", line 2500, in execute
File "game/homeplace.rpy", line 2529, in execute
File "game/homeplace.rpy", line 2533, in execute
File "game/homeplace.rpy", line 2548, in execute
File "game/homeplace.rpy", line 2692, in execute
File "game/homeplace.rpy", line 2692, in execute
File "game/homeplace.rpy", line 2693, in execute
File "game/homeplace.rpy", line 2693, in <module>
AttributeError: 'EnemyDesc' object has no attribute 'available_sex'
 

TaogoreKu

New Member
Oct 11, 2020
5
3
Hey, great game to start with enjoy it a lot is different and fun and feels like a real game.
Aside from that the new version bugs in some fights I've yet to make a list tho I can remember orcs in general.
 

Khashim

Newbie
Dec 10, 2021
16
9
New bugs in version 0.4.2 (apparently it's not the public version ?).

For a female character (other kind of characters not tested), fighting with the following enemies gives an error:
- Orc female
- Mirana training

Error:
Same with male and futa character for Mirana training (not tested Orc female) . By other way ,opening sex skills for male character give an error too .
 

Lust Madness

Member
Game Developer
Dec 14, 2020
204
147
when i try go to training with this first npcMirana im getting error
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/homeplace.rpy", line 2428, in execute
  File "game/homeplace.rpy", line 2428, in execute
  File "game/homeplace.rpy", line 2443, in execute
  File "game/homeplace.rpy", line 2499, in execute
  File "game/homeplace.rpy", line 2500, in execute
  File "game/homeplace.rpy", line 2529, in execute
  File "game/homeplace.rpy", line 2533, in execute
  File "game/homeplace.rpy", line 2548, in execute
  File "game/homeplace.rpy", line 2692, in execute
  File "game/homeplace.rpy", line 2692, in execute
  File "game/homeplace.rpy", line 2693, in execute
  File "game/homeplace.rpy", line 2693, in <module>
AttributeError: 'EnemyDesc' object has no attribute 'available_sex'

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

Full traceback:
  File "battle.rpyc", line 1879, in script
  File "renpy/ast.py", line 2015, in execute
    self.call("execute")
  File "renpy/ast.py", line 2003, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 278, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 3134, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", 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/homeplace.rpy", line 2428, in execute
  File "game/homeplace.rpy", line 2428, in execute
  File "game/homeplace.rpy", line 2443, in execute
  File "game/homeplace.rpy", line 2499, in execute
  File "game/homeplace.rpy", line 2500, in execute
  File "game/homeplace.rpy", line 2529, in execute
  File "game/homeplace.rpy", line 2533, in execute
  File "game/homeplace.rpy", line 2548, in execute
  File "game/homeplace.rpy", line 2692, in execute
  File "game/homeplace.rpy", line 2692, in execute
  File "game/homeplace.rpy", line 2693, in execute
  File "game/homeplace.rpy", line 2693, in <module>
AttributeError: 'EnemyDesc' object has no attribute 'available_sex'

Windows-10-10.0.19041
Ren'Py 7.4.10.2178
LustHunter 0.4.2
Sun Feb 20 04:58:49 2022
These are the problems of transition to a new, improved system of skills. It will be fixed in version 0.4.3.
 
2.00 star(s) 54 Votes