(svn r24134) -Add: Configurable limits for tree planting.

This commit is contained in:
michi_cc
2012-04-17 19:43:52 +00:00
parent 1a9a7b068d
commit 07f32df363
8 changed files with 53 additions and 0 deletions

View File

@@ -411,6 +411,26 @@ min = 0
max = 1 << 30
interval = 1
[SDT_VAR]
base = GameSettings
var = construction.tree_per_64k_frames
type = SLE_UINT32
from = 175
def = 64 << 16
min = 0
max = 1 << 30
interval = 1
[SDT_VAR]
base = GameSettings
var = construction.tree_frame_burst
type = SLE_UINT16
from = 175
def = 4096
min = 0
max = 1 << 30
interval = 1
[SDT_BOOL]
base = GameSettings
var = construction.autoslope