How to change mod options?
Moderators: Moderators, Lobby Developers, SPADS AutoHost
How to change mod options?
How can I configure the server to use default "Maximum game speed" as 1.0 ? Haven't found it in *.conf files.
Re: SPADS AutoHost beta release
"maxspeed" is a mod option.
Available mod options depend on current mod, so they aren't listed by default in SPADS configuration files. You must add them manually if you don't want to use default values provided by the mod.
Mod options, map options and engine options are considered as "battle settings" by SPADS (you can list all battle settings for current mod and map by entering "!list bSettings all").
You can set "maxspeed" to 1 using "!bSet maxspeed 1" command, but it won't be saved if you restart SPADS for example. If you want to make it persistent, you must edit your battlePresets.conf file and add following line: "maxspeed:1".
Available mod options depend on current mod, so they aren't listed by default in SPADS configuration files. You must add them manually if you don't want to use default values provided by the mod.
Mod options, map options and engine options are considered as "battle settings" by SPADS (you can list all battle settings for current mod and map by entering "!list bSettings all").
You can set "maxspeed" to 1 using "!bSet maxspeed 1" command, but it won't be saved if you restart SPADS for example. If you want to make it persistent, you must edit your battlePresets.conf file and add following line: "maxspeed:1".
Re: SPADS AutoHost beta release
Thank you for such a detailed reply!