(Edited message)
For those who want to key-bind the game, here is what you can do :
- Download "AutoHotKey v.2"
- Open the app
- Create a "New Script" with "Notepad" and give it a "Name"
- Open the "Notepad" and type this :
__________________________________________________________________
#Requires AutoHotkey v2.0
#SingleInstance Force
#HotIf WinActive("ahk_class UnityWndClass") ; Détecte ERICA (Unity)
; Moving (WASD → SPACE)
e::Up
a::Left
c::a
s::Down
d::Right
v::d
; Attack
Space::y
Space::z
y::i
z::i
; Interact
q::f
; Roll
LShift::c
c::p
; Masturbate
r::v
; Jump
w::Space
; Run/Toggle
f::LShift
#HotIf
__________________________________________________________________
(And make the small changes, whenever needed, to your liking)
__________________________________________________________________
- Then save the file and close it
- Find the "Named File" and move it in the game's files
(its easier this way, to open it next time you want to play)
- Double-click on the "Named file" and open the game
(you should have a "Green H" icone in the "Show/Hide Icon")
- Have a good time with the game ;)