File size: 2,942 Bytes
b6a38d7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 |
-- ========== GENERATED BY ConstDef Editor DO NOT EDIT MANUALLY! ==========
DefineConst{
group = "Camera",
id = "ShowFloatingTextDist",
save_in = "Common",
scale = "m",
value = 150000,
}
DefineConst{
Comment = "Used by ExecuteWeakUninterruptable",
group = "CommandImportance",
id = "WeakImportanceThreshold",
save_in = "Common",
value = 50,
}
DefineConst{
group = "Prefab",
id = "InvalidTerrain",
save_in = "Common",
type = "text",
value = "Invalid",
}
DefineConst{
group = "RandomMap",
id = "BiomeMaxSeaLevel",
save_in = "Common",
scale = "m",
value = 50000,
}
DefineConst{
group = "RandomMap",
id = "BiomeMaxWaterDist",
save_in = "Common",
scale = "m",
value = 100000,
}
DefineConst{
group = "RandomMap",
id = "BiomeMinSeaLevel",
save_in = "Common",
scale = "m",
value = -50000,
}
DefineConst{
Comment = "controls the maximum allowed object density in the prefabs",
group = "RandomMap",
id = "PrefabAvgObjRadius",
save_in = "Common",
scale = "m",
value = 6000,
}
DefineConst{
Comment = "",
group = "RandomMap",
id = "PrefabBasePropCount",
save_in = "Common",
value = 12,
}
DefineConst{
Comment = "Defines a prefab radius extension (percents) where the chance of placing similar prefabs is higher.",
group = "RandomMap",
id = "PrefabGroupSimilarDistPct",
save_in = "Common",
scale = "%",
value = 100,
}
DefineConst{
Comment = "Defines the grouping chance for similar prefabs.",
group = "RandomMap",
id = "PrefabGroupSimilarWeight",
save_in = "Common",
value = 100,
}
DefineConst{
Comment = "",
group = "RandomMap",
id = "PrefabMaxMapSize",
save_in = "Common",
scale = "m",
value = 8192000,
}
DefineConst{
Comment = "controls the maximum allowed object radius in a prefab",
group = "RandomMap",
id = "PrefabMaxObjRadius",
save_in = "Common",
scale = "m",
value = 60000,
}
DefineConst{
Comment = 'defines the maximum terrain denivelation which is considered "playable"',
group = "RandomMap",
id = "PrefabMaxPlayAngle",
save_in = "Common",
scale = "deg",
value = 180,
}
DefineConst{
Comment = 'defines the minimum radius inside a zone to be considered "playable"',
group = "RandomMap",
id = "PrefabMinPlayRadius",
save_in = "Common",
scale = "m",
value = 40000,
}
DefineConst{
Comment = "Maximum memory allowed for caching grids during the raster phase\n(currently 128 * 1024 * 1024)",
group = "RandomMap",
id = "PrefabRasterCacheMemory",
save_in = "Common",
value = 134217728,
}
DefineConst{
Comment = "controls the number of map quadrants for parallel prefab rasterization",
group = "RandomMap",
id = "PrefabRasterParallelDiv",
save_in = "Common",
value = 8,
}
DefineConst{
group = "RandomMap",
id = "PrefabVersionLog",
save_in = "Common",
type = "bool",
value = false,
}
DefineConst{
group = "Scale",
id = "h",
save_in = "Common",
scale = "sec",
value = 40000,
}
DefineConst{
group = "Scale",
id = "kg",
save_in = "Common",
value = 1000,
}
|