Zontany

Well-Known Member
Mar 13, 2018
1,825
688
261
Is there a way to stand on my head when Alexa first arrives? I keep failing, how much confidence does it take to succeed?

The place you can sleep at is in the same building as the girls the MC's room is to the left when you enter the building.
When I first did the game with the intro, I couldn't go to the room on the left. Whenever I tried clicking on the building, it said something but it wouldn't allow me to find the room besides talking to Clare and testing my confidence on her and failing. When I skipped the intro, I was able to find the room.
 

msr9568

Newbie
Feb 4, 2019
34
37
203
As far as I can tell you probably have to give her the vegan blood before you can do that but I'm just guessing because when i try giving it to her the game just crashes and generates an error.
 

myuhinny

Devoted Member
Sep 7, 2017
8,359
6,400
694
Post the first part of the error and someone might be able to help you with it.
 

Zontany

Well-Known Member
Mar 13, 2018
1,825
688
261
Does anyone know how the character level system works for the game? I started my actual save after randomly testing the game and I can't level up anyone besides Clare to level 1. I like the game overall, but the bugs and errors are annoying. Also, I still don't know why the Orc who fixed my car doesn't like me or won't have a room at camp.
 

myuhinny

Devoted Member
Sep 7, 2017
8,359
6,400
694
Zontany

It depends on where you find people. Like the elf girl you find her in the woods a lot and can boost her points there till you unlock a scene and then you can find her in a different area in the woods later for another event. There are other ones for boosting I think playing cards with them boosts some will also have events where they enter the MC's room at night like his daughter and demon girl. Somethings that you can make girls do if another girl is around she'll come and wonder what is going on and you can try to make them kiss.
 
Last edited:
  • Like
Reactions: Zontany

ffds

Newbie
Oct 31, 2017
96
57
224
I tried to edit a save with saveeditonline. You can change the money without any problem, but when you change the player it causes errors whenever you interact with other characters. The game is a bit boring without "boosting things up a little" ;)
 

petedragon

Member
May 4, 2017
249
229
238
Game premise is good, actual game play leaves a lot to be desired. Far. far too many bugs as yet.
 
Aug 8, 2020
12
58
64
Hi guys,

for those ppl, who are stuck in progress: in the top right and left corner you will find 2 sidemaps.

On the left you will find a forest and at right a fence. This was very surprising for me.

P.S.: sorry for my bad englisch and my money are hax!

Bild_2021-02-07_160200.png
 
  • Like
Reactions: ffds

Hysni

Engaged Member
Jan 7, 2020
2,969
5,538
678
There is Still allot of Bugs i found - 1 Door at Padlock 2 Utilty Shed -(Chest) 3 Office (Pulling Blanket) 4 ... and many more
 

Canade

Active Member
Sep 26, 2018
912
1,030
259
Oh well. It looked interesting until I previewed the animations >> screen shake just doesn't do it for me. Well anyways, good luck with your game.
 
Last edited:
  • Like
Reactions: Camma13

bigboxbarry

Member
Feb 3, 2018
338
303
219
how the fuck do you get the girls to fix up buildings. legit been looking for the way to do it for half an hour.
 

myuhinny

Devoted Member
Sep 7, 2017
8,359
6,400
694
bigboxbarry

They don't you do. You have to go to the office and pick something that you want to fix. Like say you pick the mess hall then you leave and go to the mess hall area there a hammer will appear in the top right hand corner and clicking on it will fill the bar some once it's full and you sleep the upgrade will be complete then you can repeat.
 

TeslaCoil

Member
Feb 1, 2021
123
119
118
A game with so much potential such as this would benefit from a semiformal tutorial. There're are a few problems with bugs as well that need to be addressed.
 

Dringar

Member
Nov 16, 2019
186
180
143
The bugs are killer. I like the game but damn it crashes over and over and its just painful

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/items.rpy", line 126, in script
    call screen store_hud()
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/items.rpy", line 77, in execute
    screen store_hud():
  File "game/items.rpy", line 77, in execute
    screen store_hud():
  File "game/items.rpy", line 90, in execute
    vbox pos 1015,125 xsize 350:
  File "game/items.rpy", line 93, in execute
    viewport xysize 500,750 scrollbars "vertical":
  File "game/items.rpy", line 94, in execute
    vbox:
  File "game/items.rpy", line 95, in execute
    for i in player.inventory.inventory:
  File "game/items.rpy", line 96, in execute
    if i.amount>0:
  File "game/items.rpy", line 97, in execute
    text i.item.name + " (" + str(i.amount) + ")" color "#cfcfcf"
AttributeError: 'int' object has no attribute 'name'

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

Full traceback:
  File "game/items.rpy", line 126, in script
    call screen store_hud()
  File "F:\Private\AGames\Harem Camp 2-0.5.2-pc\renpy\ast.py", line 1949, in execute
    self.call("execute")
  File "F:\Private\AGames\Harem Camp 2-0.5.2-pc\renpy\ast.py", line 1937, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "F:\Private\AGames\Harem Camp 2-0.5.2-pc\renpy\statements.py", line 277, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "F:\Private\AGames\Harem Camp 2-0.5.2-pc\renpy\exports.py", line 2905, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "F:\Private\AGames\Harem Camp 2-0.5.2-pc\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "F:\Private\AGames\Harem Camp 2-0.5.2-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "F:\Private\AGames\Harem Camp 2-0.5.2-pc\renpy\display\core.py", line 3094, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "F:\Private\AGames\Harem Camp 2-0.5.2-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "F:\Private\AGames\Harem Camp 2-0.5.2-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "F:\Private\AGames\Harem Camp 2-0.5.2-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "F:\Private\AGames\Harem Camp 2-0.5.2-pc\renpy\display\screen.py", line 430, in visit_all
    callback(self)
  File "F:\Private\AGames\Harem Camp 2-0.5.2-pc\renpy\display\core.py", line 3094, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "F:\Private\AGames\Harem Camp 2-0.5.2-pc\renpy\display\screen.py", line 440, in per_interact
    self.update()
  File "F:\Private\AGames\Harem Camp 2-0.5.2-pc\renpy\display\screen.py", line 625, in update
    self.screen.function(**self.scope)
  File "game/items.rpy", line 77, in execute
    screen store_hud():
  File "game/items.rpy", line 77, in execute
    screen store_hud():
  File "game/items.rpy", line 90, in execute
    vbox pos 1015,125 xsize 350:
  File "game/items.rpy", line 93, in execute
    viewport xysize 500,750 scrollbars "vertical":
  File "game/items.rpy", line 94, in execute
    vbox:
  File "game/items.rpy", line 95, in execute
    for i in player.inventory.inventory:
  File "game/items.rpy", line 96, in execute
    if i.amount>0:
  File "game/items.rpy", line 97, in execute
    text i.item.name + " (" + str(i.amount) + ")" color "#cfcfcf"
  File "<screen language>", line 97, in <module>
AttributeError: 'int' object has no attribute 'name'

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Harem Camp 0.5.2
Sun Feb 07 23:59:44 2021
 
2.40 star(s) 16 Votes