after a long time on my watch list I finally start playing it and I love it! Thanks a lot and I'm looking forward to part 2 and until then I'm having a lot of fun with part 1 :D
made a simple script for AutoHotkey to those who can't use arrow keys like me (down button was broken; I use azerty keyboard) Feel free to change the buttons, however don't use "E", "A", "S", "Q" they are used by the game.
o for Up
l for Down
m for Right
k for Left
n for Quick Restart
#Requires AutoHotkey v2.0
wasActive := false
Loop {
If WinActive("ahk_exe House.exe") {
wasActive := true
movement := ""
movement .= GetKeyState("o", "P") ? "{Up down}" : "{Up up}"
movement .= GetKeyState("l", "P") ? "{Down down}" : "{Down up}"
movement .= GetKeyState("m", "P") ? "{Right down}" : "{Right up}"
movement .= GetKeyState("k", "P") ? "{Left down}" : "{Left up}"
movement .= GetKeyState("Shift", "P") ? "{Shift down}" : "{Shift up}"
Hi. I already purchased the game but I only paid for the base game without the OST. But now I would like to purchase the OST without paying for the game. How do I do that ?
← Return to game
Comments
Log in with itch.io to leave a comment.
made a simple script for AutoHotkey to those who can't use arrow keys like me (down button was broken; I use azerty keyboard) Feel free to change the buttons, however don't use "E", "A", "S", "Q" they are used by the game.
o for Up
l for Down
m for Right
k for Left
n for Quick Restart
#Requires AutoHotkey v2.0
wasActive := false
Loop {
If WinActive("ahk_exe House.exe") {
wasActive := true
movement := ""
movement .= GetKeyState("o", "P") ? "{Up down}" : "{Up up}"
movement .= GetKeyState("l", "P") ? "{Down down}" : "{Down up}"
movement .= GetKeyState("m", "P") ? "{Right down}" : "{Right up}"
movement .= GetKeyState("k", "P") ? "{Left down}" : "{Left up}"
movement .= GetKeyState("Shift", "P") ? "{Shift down}" : "{Shift up}"
Send(movement)
n::{ ; for quick Restart, press N
Send("{Space}")
Sleep 200
Send("{Down}")
Sleep 200
Send("{Down}")
Sleep 200
Send("a")
}
Sleep 30
} else if (wasActive) {
Send("{Up up}{Down up}{Right up}{Left up}{Shift up}")
wasActive := false
}
Sleep 30
}
#HotIf
Compiling it makes it executable EXE which makes things much easier too
Wait, Im Confused, Is this game purchased or downloaded?
kinda actuly amazing
it says lime moudle missing and i havent touched anything what do i do
should i buy??
wish it was free :
Same😭
I keep dying this game is impossible -_-
Hi. I already purchased the game but I only paid for the base game without the OST. But now I would like to purchase the OST without paying for the game. How do I do that ?
Hey there!
You can e-mail us at barkbarkgames@gmail.com and I can help you out!
Hello. I have just a quick question. Where is game saving data? Like where I can reset saves?
The menu. As in where you see the time. I think there is a settings tab where you can reset your save data.