
[Bug]: Zooming stops working after a millisecond
GitHub-Sysadmin opened this issue ยท 2 comments
Describe the bug
When loading a save and attempting to use the zoom function (on both console and PC), it briefly changes the zoom level but immediately reverts back to the default.
To Reproduce
Load a save.
Attempt to zoom in or out using the assigned zoom button or key.
Observe that the zoom level briefly changes but quickly resets to the original state.
Expected behavior
The zoom level should remain at the chosen setting instead of reverting immediately.
Version
latest version 4.2.0
Settings
{
"KeybindListHoldToChangeUI": "LeftShift, RightShift, LeftTrigger + RightTrigger",
"KeybindListIncreaseZoomOrUI": "OemPeriod, RightStick",
"KeybindListDecreaseZoomOrUI": "OemComma, LeftStick",
"KeybindListResetZoomOrUI": "None",
"KeybindListMaxZoomOrUI": "None",
"KeybindListMinZoomOrUI": "None",
"KeybindListZoomToCurrentMapSize": "None",
"KeybindListPresetZoomAndUIValues": "None",
"KeybindListMovementCameraUp": "None",
"KeybindListMovementCameraDown": "None",
"KeybindListMovementCameraLeft": "None",
"KeybindListMovementCameraRight": "None",
"KeybindListMovementCameraReset": "None",
"KeybindListToggleUIVisibility": "None",
"KeybindListToggleHideUIWithCertainZoom": "None",
"KeybindListToggleAnyKeyToResetCamera": "None",
"KeybindListToggleAutoZoomToCurrentMapSize": "None",
"KeybindListTogglePresetOnLoadSaveFile": "None",
"ZoomOrUILevelIncreaseValue": 0.05,
"ZoomOrUILevelDecreaseValue": -0.05,
"ResetZoomOrUIValue": 1.0,
"MaxZoomOrUIValue": 2.0,
"MinZoomOrUIValue": 0.35,
"ZoomLevelThatHidesUI": 0.35,
"CameraMovementSpeedValue": 15,
"PresetZoomLevelValue": 0.86,
"PresetUIScaleValue": 0.75,
"SuppressControllerButtons": true,
"AutoZoomToCurrentMapSize": false,
"AnyButtonToCenterCamera": true,
"HideUIWithCertainZoom": false,
"PresetOnLoadSaveFile": false,
"ZoomAndUIControlEverywhere": false,
"RandomizerEnableGlobal": false,
"RandomizerSeedValue": -1,
"RandomizerEnableUIChanges": false,
"RandomizerEnableOnMapChange": true,
"RandomizerEnableOnMapLoad": false
}
Extra Attachments
smapi log: https://smapi.io/log/c5945b93aabe41c8b64ec14a729fdda0
If you have any more info please provide it, but it SEEMS to be unrelated with zoom level, gonna close this for now, feel free to open if you have any more info.
Can't seem to replicate the bug, must be an issue with another mod, if you see your log, you have some errors with a few mods, might be one of those breaking the mod, also, you can try changing the keybind to something else and try again, but I'm 99% sure it's not an issue with Zoom Level itself