Cagarustus
Prince
- Joined
- Mar 9, 2017
- Messages
- 386
Hi all,
I'm wanting to change Advanced Settings Defaults to specifications that I prefer. I find it annoying having to continually select these options all the time (first-world problem). I have created a Mod for doing this, but have had only partial success.
UPDATE Parameters SET DefaultValue='Pangaea.lua'
WHERE ParameterId='Map' AND SupportsInternetMultiplayer='0';
UPDATE Parameters SET DefaultValue='GAMESPEED_ONLINE'
WHERE ParameterId='GameSpeeds' AND SupportsInternetMultiplayer='0';
UPDATE Parameters SET DefaultValue='1'
WHERE ParameterId='NoTeams';
UPDATE Parameters SET DefaultValue='1'
WHERE ParameterId='StartPosition' AND SupportsInternetMultiplayer='0';
--
I managed to get the 'StartPosition' to work (I have set it to Balanced), and the 'NoTeams' to work (by checking the box). However, I would like to have the Map Default set to Pangaea, not Continents, and the GameSpeed set to Online instead of Standard.
Also, how would I change the Turn Limits drop-down to be defaulted to 'No Turn Limits'?
Cheers
I'm wanting to change Advanced Settings Defaults to specifications that I prefer. I find it annoying having to continually select these options all the time (first-world problem). I have created a Mod for doing this, but have had only partial success.
UPDATE Parameters SET DefaultValue='Pangaea.lua'
WHERE ParameterId='Map' AND SupportsInternetMultiplayer='0';
UPDATE Parameters SET DefaultValue='GAMESPEED_ONLINE'
WHERE ParameterId='GameSpeeds' AND SupportsInternetMultiplayer='0';
UPDATE Parameters SET DefaultValue='1'
WHERE ParameterId='NoTeams';
UPDATE Parameters SET DefaultValue='1'
WHERE ParameterId='StartPosition' AND SupportsInternetMultiplayer='0';
--
I managed to get the 'StartPosition' to work (I have set it to Balanced), and the 'NoTeams' to work (by checking the box). However, I would like to have the Map Default set to Pangaea, not Continents, and the GameSpeed set to Online instead of Standard.
Also, how would I change the Turn Limits drop-down to be defaulted to 'No Turn Limits'?
Cheers