perfect_dark
perfect_dark copied to clipboard
Arrow Key Movement + Audio Standardization
I use arrow keys for movement, but it seems they are hardcoded to camera controls. Walking forward aims the camera up, backwards aims down, left and right turn.
Also, when launching the exe the audio is at max volume and only when I load a profile do the changes take effect. This is very loud on my system, is there a way to lower the volume (besides using the Windows volume mixer) across the board?
They're not actually hardcoded, but there is no option to change them in the controls menu.
You can change them in pd.ini:
STICK_XNEG=LEFT
STICK_XPOS=RIGHT
STICK_YNEG=DOWN
STICK_YPOS=UP
Change these to =NONE to unbind them.
There is no master volume control but it should be easy enough to add.