Kept in the Maps/MatchSettings/
directory as <name>.txt
. Referenced as <name>.txt
in the dedicated_cfg.txt
file.
<?xml version="1.0" encoding="utf-8" ?>
<playlist>
<gameinfos>
<game_mode>0</game_mode>
<script_name>Trackmania/TM_TimeAttack_Online</script_name> <!-- Nadeo gamemodes -->
<script_name>Modes/Trackmania/MyGamemode</script_name> <!-- custom gamemodes -->
<!-- For custom gamemodes you need to put your gamemode file like this : UserData/Scripts/Modes/Trackmania/MyGamemode.Script.txt -->
<!-- don't include .Script.txt inside <script_name></script_name> -->
</gameinfos>
<mode_script_settings>
<setting name="S_TrustClientSimu" type="boolean" value="1"/>
<setting name="S_UseDelayedVisuals" type="boolean" value="1"/>
</mode_script_settings>
<startindex>0</startindex>
<map><file>Campaigns/CurrentQuarterly/Fall 2020 - 01.Map.Gbx</file></map>
<map><file>Campaigns/CurrentQuarterly/Fall 2020 - 02.Map.Gbx</file></map>
<map><file>Campaigns/CurrentQuarterly/Fall 2020 - 03.Map.Gbx</file></map>
<map><file>Campaigns/CurrentQuarterly/Fall 2020 - 04.Map.Gbx</file></map>
<map><file>Campaigns/CurrentQuarterly/Fall 2020 - 05.Map.Gbx</file></map>
</playlist>