Add rate limit for object construction

This commit is contained in:
Jonathan G Rennison
2020-09-14 23:06:49 +01:00
parent f0f5ce5840
commit 2d350d26db
10 changed files with 53 additions and 2 deletions

View File

@@ -651,6 +651,28 @@ interval = 1
cat = SC_EXPERT
patxname = ""buy_land_rate_limit.construction.purchase_land_frame_burst""
[SDT_VAR]
base = GameSettings
var = construction.build_object_per_64k_frames
type = SLE_UINT32
def = 32 << 16
min = 0
max = 1 << 30
interval = 1
cat = SC_EXPERT
patxname = ""build_object_rate_limit.construction.build_object_per_64k_frames""
[SDT_VAR]
base = GameSettings
var = construction.build_object_frame_burst
type = SLE_UINT16
def = 2048
min = 0
max = 1 << 30
interval = 1
cat = SC_EXPERT
patxname = ""build_object_rate_limit.construction.build_object_frame_burst""
[SDT_BOOL]
base = GameSettings
var = construction.autoslope