Cannot walk left or right in 2D view using keyboard (A, D, arrow keys not working)
yesnocancel opened this issue · 3 comments
Describe the bug
In v1.9.5, I cannot walk left or right using the keyboard. Nothing happens if I press A or the left arrow key (for left) / D or the right arrow key (for right).
Up and down works without any problems.
Mouse movement works without any problems (both in the main screen area and via arrow icons).
I reproduced this both in the Windows 64bit as well as the Mac ARM version.
To Reproduce
Steps to reproduce the behavior:
- Start a new game
- Finish the initial grandfather dialogue
- Walk south from the bed with S or arrow down key (works)
- Walk east with D or arrow right key -> nothing happens
Expected behavior
Walking in all four directions via keys should work.
Desktop (please complete the following information):
- OS: Windows 11, macOS Sonoma 14.2.1
Additional context
Game data is Ambermoon Original 1.19 German.
I tried it with a fresh install. It does not make a difference if I accept the patcher or do the interface tutorial or not.
Maybe related to #368 ? It seems some changes were made there regarding the left/right arrow key behavior.
Update: I got it working for WASD by setting "Movement3D": 1 in ambermoon.cfg. For the arrow keys to work, I had to set "TurnWithArrowKeys": false instead. Or both to make both of them work. So this was probably introduced with commit bccd8b7.
Thanks for reporting. I needed a bit to understand that the issues occured in 2D. I fixed this in 1.9.6 which is already available.