Open aco4 opened 2 months ago
it also doesn't reset view to the same state the game starts at.
@mirror176 What version are you playing? This should have been fixed in 4.5.2
Seems 4.4.2 was my last played version. If fixed that's great news that I'll look forward to seeing in the update.
Keypad 5
is the keybind for "Reset Pitch". For some reason, it also resets the view distance (zoom).keybind.cpp
:display3d.cpp
:This works fine UNLESS the camera is zoomed out to it's maximum distance. When fully zoomed out,
Keypad 5
causes the camera to zoom in for a split-second, only to return to it's original zoom. If holding downKeypad 5
, the camera will stay zoomed in until the key is released.https://github.com/user-attachments/assets/ab4326ee-63ed-408e-b56e-b6a6fa1c6046
Expected Behavior
Keypad 5
resets the view distance and keeps it there, regardless of original view distance.System