Skip to content

Commit 20cf334

Browse files
committed
Override FontOutlineWidth because the engine no longer supports its own defaults.
1 parent 64fef18 commit 20cf334

5 files changed

Lines changed: 5 additions & 0 deletions

File tree

LuaMenu/configs/gameConfig/generic/springsettings.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ local settings = {
2525
MSAALevel = 4,
2626
FeatureDrawDistance = 600000,
2727
FeatureFadeDistance = 600000,
28+
FontOutlineWidth = 2,
2829
FontSize = 18,
2930
GrassDetail = 4,
3031
GroundScarAlphaFade = 1,

LuaMenu/configs/gameConfig/zk/defaultSettings/benchmarks/config.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ GroundScarAlphaFade = 1
3737
Version = 2
3838
OverheadScrollSpeed = 50
3939
EdgeMoveWidth = 0
40+
FontOutlineWidth = 2
4041
FontSize = 18
4142
snd_general = 100
4243
BumpWaterBlurReflection = 1

LuaMenu/configs/gameConfig/zk/defaultSettings/springsettings.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ FSAA = 1
2424
MSAALevel = 4
2525
FeatureDrawDistance = 600000
2626
FeatureFadeDistance = 600000
27+
FontOutlineWidth = 2
2728
FontSize = 18
2829
Fullscreen = 1
2930
GrassDetail = 4

LuaMenu/configs/springsettings/springsettings.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ local settings = {
2525
MSAALevel = 4,
2626
FeatureDrawDistance = 600000,
2727
FeatureFadeDistance = 600000,
28+
FontOutlineWidth = 2,
2829
FontSize = 18,
2930
GrassDetail = 4,
3031
GroundScarAlphaFade = 1,

LuaMenu/configs/springsettings/springsettingsChanges.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
local settings = {
2+
FontOutlineWidth = 2,
23
FontSize = 18,
34
OverheadMaxHeightFactor = 1.4,
45
HangTimeout = 30,

0 commit comments

Comments
 (0)