Page 1 of 1

[?] how to make a training map?

Posted: 2009-06-19 09:44
by Zeno
im making this training map for *RR* and i want to know how i make it in training mode??? :?

Re: how to make a training map?

Posted: 2009-06-19 12:37
by Wilkinson
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.

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>


Re: how to make a training map?

Posted: 2009-06-19 12:49
by Zeno
awsome thanks!