mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Removed redundant settings
This commit is contained in:
parent
cb64f7d1a9
commit
d8cce9ece4
@ -29,18 +29,6 @@ class ACE_Settings {
|
||||
displayName = "View Distance Limit";
|
||||
description = "Limit for client's view distance set here and can overridden by module";
|
||||
};
|
||||
class GVAR(terrainGrid) {
|
||||
typeName = "SCALAR";
|
||||
value = 10; // MP default as found in: https://community.bistudio.com/wiki/setTerrainGrid
|
||||
displayName = "Client Terrain Grid";
|
||||
description = "Changes in game terrain grid";
|
||||
};
|
||||
class GVAR(shadows) {
|
||||
typeName = "SCALAR";
|
||||
value = 200; // MP default as found in: https://community.bistudio.com/wiki/setObjectViewDistance
|
||||
displayName = "Client Shadows distance";
|
||||
description = "Changes in game shadows";
|
||||
};
|
||||
};
|
||||
|
||||
// To do: include string table style displayName & description.
|
Loading…
Reference in New Issue
Block a user