mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-26 09:35:28 +00:00
Merge branch 'cameradefaults' into 'master'
Disable all the non-vanilla Lua camera settings by default See merge request OpenMW/openmw!2009
This commit is contained in:
commit
5c8ca4c7b9
@ -40,14 +40,14 @@ I.Settings.registerGroup({
|
||||
permanentStorage = true,
|
||||
order = 0,
|
||||
settings = {
|
||||
boolSetting('', 'viewOverShoulder', true),
|
||||
boolSetting('', 'viewOverShoulder', false),
|
||||
floatSetting('', 'shoulderOffsetX', 30),
|
||||
floatSetting('', 'shoulderOffsetY', -10),
|
||||
boolSetting('', 'autoSwitchShoulder', true),
|
||||
boolSetting('', 'autoSwitchShoulder', false),
|
||||
floatSetting('', 'zoomOutWhenMoveCoef', 20),
|
||||
boolSetting('', 'previewIfStandStill', true),
|
||||
boolSetting('', 'deferredPreviewRotation', true),
|
||||
boolSetting('', 'ignoreNC', true),
|
||||
boolSetting('', 'previewIfStandStill', false),
|
||||
boolSetting('', 'deferredPreviewRotation', false),
|
||||
boolSetting('', 'ignoreNC', false),
|
||||
boolSetting('', 'move360', false),
|
||||
floatSetting('', 'move360TurnSpeed', 5),
|
||||
boolSetting('', 'slowViewChange', false),
|
||||
@ -63,7 +63,7 @@ I.Settings.registerGroup({
|
||||
permanentStorage = true,
|
||||
order = 1,
|
||||
settings = {
|
||||
boolSetting('headBobbing_', 'enabled', true),
|
||||
boolSetting('headBobbing_', 'enabled', false),
|
||||
floatSetting('headBobbing_', 'step', 90),
|
||||
floatSetting('headBobbing_', 'height', 3),
|
||||
floatSetting('headBobbing_', 'roll', 0.2),
|
||||
|
Loading…
x
Reference in New Issue
Block a user