Lordhalmar

Newbie
Sep 5, 2019
43
14
N/m I found it. Can anyone get a hold of the creator and tell them they may need to rename the spare buildings to spare buildings 1, 2, etc... They all default back to the first spare building so you can't use them properly and cause lots of error messages. I can't find a way to contact them myself or I would.
 

popfan

Member
Dec 31, 2018
117
22
lucy yoga button is missing -
While loading <'Image' u'lucy_yoga_studio_button.png'>:
File "game/locations.rpy", line 2261, in script
call screen yoga_studio_hub()
File "renpy/common/000statements.rpy", line 570, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
IOError: Couldn't find file 'lucy_yoga_studio_button.png'.

Took the time to convert the webp files to png
 
Last edited:
  • Like
Reactions: redraw and DougTheC

popfan

Member
Dec 31, 2018
117
22
When attempting to upgrade yoga 1 to yoga 2
While running game code:
File "game/locations.rpy", line 606, in script
if project_addition==1:
File "game/locations.rpy", line 637, in <module>
elif project_addtion==12:
NameError: name 'project_addtion' is not defined

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

Full traceback:
File "game/locations.rpy", line 606, in script
if project_addition==1:
File "renpy/ast.py", line 1852, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2249, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2242, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/locations.rpy", line 637, in <module>
elif project_addtion==12:
NameError: name 'project_addtion' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
Harem Camp 0.8.1
Wed Jun 9 19:22:44 2021
 

popfan

Member
Dec 31, 2018
117
22
Summoning Amanda in staff quarters
This one causes the game to crash


While running game code:
File "game/locations.rpy", line 541, in script
call screen staff_quarters_your_bedroom()
ScriptError: could not find label 'amanda_summon_maid'.

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

Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 617, in main
run(restart)
File "renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 922, in run_context
context.run()
File "game/locations.rpy", line 541, in script
call screen staff_quarters_your_bedroom()
File "renpy/script.py", line 910, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'amanda_summon_maid'.

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
Harem Camp 0.8.1
Wed Jun 9 19:28:48 2021
 

popfan

Member
Dec 31, 2018
117
22
While loading <'Image' u'graveyard_gate_dark.png'>:
File "game/locations.rpy", line 3782, in script
call screen graveyard_hub()
File "renpy/common/000statements.rpy", line 570, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
IOError: Couldn't find file 'graveyard_gate_dark.png'.

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

Full traceback:
File "game/locations.rpy", line 3782, in script
call screen graveyard_hub()
File "renpy/ast.py", line 1969, in execute
self.call("execute")
File "renpy/ast.py", line 1957, 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 570, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 2983, 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 3101, 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 3611, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2441, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 777, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 777, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 777, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/screen.py", line 681, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 777, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/behavior.py", line 787, in render
rv = super(Button, self).render(width, height, st, at)
File "renpy/display/layout.py", line 1184, in render
st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/im.py", line 607, in render
return cache.get(self, render=True)
File "renpy/display/im.py", line 271, in get
surf = image.load()
File "renpy/display/im.py", line 688, in load
raise e
 

player22

Newbie
Mar 19, 2020
36
19
The hint system is a bloody mess. You end up being totally lost when trying to figure out what to do next. Hints need to be precise and specific - at what time of the day to do the action of the hint, if an event with another woman is blocking the progression with the current woman you are pursuing, then the hints should tell you about that - specifically. Hints should tell you if you need to repair/upgrade a build first - if that's what is necessary to complete the current hint event. What items you need to buy and give to women should also be in the hints. Do I have to keep winning at the card game with a woman in order to keep progressing with her? - I don't know, the hint system doesn't tell me that, and it should.
Hints tell you one thing, but they don't tell you that that thing is impossible to perform until you progress elsewhere. So you have to search around aimlessly.

Also, the camp map should have women head icons on top of buildings telling you where the women are currently at, constantly looking for them randomly is VERY time consuming.
 

Dringar

Member
Nov 16, 2019
143
104
Popped back in to see if this had been fixed since I last saw it but apparently it's still a dumpster fire. Sucks as it has a lot of potential
 

nobodx

Newbie
Nov 2, 2017
69
49
with the changes i made (see post above) it is somewhat playable (it doesnt even crash anymore if you summon Amanda to your room) - if that's the intended scene... don't know...
code is full of typos and mixed variable/label names

those " IOError: Couldn't find file 'something.png'. " can be ignored - the game keeps running but there is either a image-file missing, or mispelled

didn't wanted to try to fix this, cause i dont know if the dev is going for png or webp files (again all over the place) and I didn't want to convert every image accordingly
 

Mahakmar

Member
May 25, 2020
133
105
So you force the 1 person who help to you into corruption and start having your way with her : just no , thats a person you want to share and go further with , thats where the game is going downhill and i could not bother with it anymore sorry
 

Adhesie

Newbie
Jun 24, 2018
16
12
Still a bug fest i see, i wish the developer would focus on making it actually playable instead of adding more content that no one will ever reach due to all the bugs.
 

nobodx

Newbie
Nov 2, 2017
69
49
I think its similar to gwent (though never played it)
you put down cards with certain value, and try to exceed the other ones
each player has a certain amount of cards - when theyre used, theyre gone for the current match

I changed in my "version" how the players points are counted ( they're fixed at 100 points) resulting in the AI blowing all their cards in the first round - and skipping / passing the 2nd and 3rd (it was for the last version though)

Open File
Game\gwunt.rpy
Search for this ( Line 1932)
Python:
    if player_pass>0 and enemy_pass>0:
        if CardScore(player_level_1,player_level_2,player_level_3,1)==CardScore(enemy_level_1,enemy_level_2,enemy_level_3,2):
            # draw
            "Draw!"
        elif CardScore(player_level_1,player_level_2,player_level_3,1)>CardScore(enemy_level_1,enemy_level_2,enemy_level_3,2):
and Replace with
Python:
    if player_pass>0 and enemy_pass>0:
        if 100==CardScore(enemy_level_1,enemy_level_2,enemy_level_3,2):
            # draw
            "Draw!"
        elif 100>CardScore(enemy_level_1,enemy_level_2,enemy_level_3,2):
(Please note, don't use TAB, Ren'Py doesn't like TAB, use SPACESs instead
 
  • Like
Reactions: Zislame

instancabile

Member
Dec 10, 2017
303
2,212
10 mins into it and it was already a no from me too. Too much Bugs and also it's not user friendly at all
 

SkepSyS

Member
Oct 2, 2020
124
153
```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/locations.rpy", line 2737, in script
if roz_char.location==location_bathroom and roz_char.option==1:
File "game/locations.rpy", line 2737, in <module>
if roz_char.location==location_bathroom and roz_char.option==1:
NameError: name 'location_bathroom' is not defined

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

Full traceback:
File "game/locations.rpy", line 2737, in script
if roz_char.location==location_bathroom and roz_char.option==1:
File "renpy/ast.py", line 1852, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2249, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2242, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/locations.rpy", line 2737, in <module>
if roz_char.location==location_bathroom and roz_char.option==1:
NameError: name 'location_bathroom' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
Harem Camp 0.9.0
Sun Jul 25 21:07:57 2021
```


This game is still full of bugs wtf this was in the last version as well....ugh... I will wait till you clean it up a bit!
 
2.50 star(s) 13 Votes