perfect_dark icon indicating copy to clipboard operation
perfect_dark copied to clipboard

Arrow Key Movement + Audio Standardization

Open BlumpkinKing87 opened this issue 11 months ago • 1 comments

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?

BlumpkinKing87 avatar May 12 '25 00:05 BlumpkinKing87

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.

fgsfdsfgs avatar May 12 '25 14:05 fgsfdsfgs