Skip to content

Commit 16da2ab

Browse files
committed
added some camera/graphic cvars
1 parent 5c3cadd commit 16da2ab

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

core/install.lua

+6
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,14 @@ local variables = {
2121
["showTutorials"] = 0,
2222
["violenceLevel"] = 5,
2323

24+
2425
-- camera
2526
["cameraSmoothStyle"] = 0, -- default: 4
27+
["cameraDistanceMaxZoomFactor"] = 2.6, -- default: 1.9
28+
["CameraReduceUnexpectedMovement"] = 1, -- motion sickness control to reduce camera movement without player input. Can override other cvar settings. (default: 0)
29+
30+
-- graphics
31+
["ResampleAlwaysSharpen"] = 1,
2632

2733
-- sounds
2834
["Sound_EnableAllSound"] = 1, -- enables all sounds

0 commit comments

Comments
 (0)