(svn r24134) -Add: Configurable limits for tree planting.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user