File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,6 +48,8 @@ local settings = {
4848 MaxParticles = 15000 ,
4949 MaxSounds = 32 ,
5050 MaximumTransmissionUnit = 0 ,
51+ MaxTextureAtlasSizeX = 4096 ,
52+ MaxTextureAtlasSizeY = 4096 ,
5153 MiddleClickScrollSpeed = - 0.001 ,
5254 MiniMapMarker = 0 ,
5355 MinimapOnLeft = 1 ,
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ GrassDetail = 9
1717BumpWaterReflection = 2
1818LODScaleRefraction = 1
1919MaximumTransmissionUnit = 0
20+ MaxTextureAtlasSizeX = 4096
21+ MaxTextureAtlasSizeY = 4096
2022FPSScrollSpeed = 50
2123AdvSky = 0
2224CamMode = 1
Original file line number Diff line number Diff line change @@ -52,6 +52,8 @@ LuaShaders = 1
5252MaxParticles = 15000
5353MaxSounds = 32
5454MaximumTransmissionUnit = 0
55+ MaxTextureAtlasSizeX = 4096
56+ MaxTextureAtlasSizeY = 4096
5557MiddleClickScrollSpeed = -0.001
5658MiniMapMarker = 0
5759MinimapOnLeft = 1
Original file line number Diff line number Diff line change @@ -52,6 +52,8 @@ local settings = {
5252 MaxParticles = 15000 ,
5353 MaxSounds = 32 ,
5454 MaximumTransmissionUnit = 0 ,
55+ MaxTextureAtlasSizeX = 4096 ,
56+ MaxTextureAtlasSizeY = 4096 ,
5557 MiddleClickScrollSpeed = - 0.001 ,
5658 MiniMapMarker = 0 ,
5759 MinimapOnLeft = 1 ,
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ local settings = {
55 ROAM = 1 ,
66 SplashScreenDir = " ./MenuLoadscreens" ,
77 UseDistToGroundForIcons = 1.1 ,
8+
89 UseLuaMemPools = 0 ,
910 VFSCacheArchiveFiles = 0 ,
1011 UnitLodDist = 999999 ,
@@ -13,6 +14,8 @@ local settings = {
1314local onlyIfMissingSettings = {
1415 FeatureDrawDistance = 600000 ,
1516 FeatureFadeDistance = 600000 ,
17+ MaxTextureAtlasSizeX = 4096 ,
18+ MaxTextureAtlasSizeY = 4096 ,
1619}
1720
1821local onlyIfOutdated = {
You can’t perform that action at this time.
0 commit comments