Add: settings to limit your fast-forward game speed
By default this setting is set to 2500% normal game speed.
This commit is contained in:
committed by
Charles Pigott
parent
73fd634209
commit
c3dc27e37e
@@ -3364,6 +3364,20 @@ max = 1000
|
||||
cat = SC_EXPERT
|
||||
startup = true
|
||||
|
||||
[SDTC_VAR]
|
||||
var = gui.fast_forward_speed_limit
|
||||
type = SLE_UINT16
|
||||
flags = SLF_NOT_IN_SAVE | SLF_NO_NETWORK_SYNC
|
||||
guiflags = SGF_0ISDISABLED | SGF_NO_NETWORK
|
||||
def = 2500
|
||||
min = 0
|
||||
max = 100000
|
||||
interval = 10
|
||||
str = STR_CONFIG_SETTING_FAST_FORWARD_SPEED_LIMIT
|
||||
strhelp = STR_CONFIG_SETTING_FAST_FORWARD_SPEED_LIMIT_HELPTEXT
|
||||
strval = STR_CONFIG_SETTING_FAST_FORWARD_SPEED_LIMIT_VAL
|
||||
cat = SC_BASIC
|
||||
|
||||
[SDTC_BOOL]
|
||||
var = sound.news_ticker
|
||||
flags = SLF_NOT_IN_SAVE | SLF_NO_NETWORK_SYNC
|
||||
|
||||
Reference in New Issue
Block a user