Skip to content

Commit 7fcf5eb

Browse files
committed
Added MaxTextureAtlasSize.
See ZeroK-RTS/Zero-K#4856.
1 parent 3bd97f0 commit 7fcf5eb

5 files changed

Lines changed: 11 additions & 0 deletions

File tree

LuaMenu/configs/gameConfig/generic/springsettings.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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,

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ GrassDetail = 9
1717
BumpWaterReflection = 2
1818
LODScaleRefraction = 1
1919
MaximumTransmissionUnit = 0
20+
MaxTextureAtlasSizeX = 4096
21+
MaxTextureAtlasSizeY = 4096
2022
FPSScrollSpeed = 50
2123
AdvSky = 0
2224
CamMode = 1

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ LuaShaders = 1
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

LuaMenu/configs/springsettings/springsettings.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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,

LuaMenu/configs/springsettings/springsettingsChanges.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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 = {
1314
local onlyIfMissingSettings = {
1415
FeatureDrawDistance = 600000,
1516
FeatureFadeDistance = 600000,
17+
MaxTextureAtlasSizeX = 4096,
18+
MaxTextureAtlasSizeY = 4096,
1619
}
1720

1821
local onlyIfOutdated = {

0 commit comments

Comments
 (0)