[?] how to make a training map?
-
Zeno
- Posts: 3430
- Joined: 2008-09-07 14:16
[?] how to make a training map?
im making this training map for *RR* and i want to know how i make it in training mode??? 
-
Wilkinson
- Posts: 1916
- Joined: 2008-08-18 21:55
Re: how to make a training map?
go into the map .desc file. Change the coding for it to say gpm_training. Look at kashan's info folder.
Should look like this.
Should look like this.
Code: Select all
<map gsid="5055">
<name> your Map name here </name>
<briefing locid="MAPDESCRIPTIONt">map description for modders maps not localized (english only)</briefing>
<music> common/sound/menu/music/PirateX-Desert_Heat.ogg </music>
<modes>
<mode type="gpm_training">
<maptype players="64" type="training" locid="GAMEMODE_DESCRIPTION_training">Unlocalized test for this mode on this map</maptype>
</mode>
</modes>
</map>


