[?] how to make a training map?

Making or wanting help making your own asset? Check in here
Post Reply
Zeno
Posts: 3430
Joined: 2008-09-07 14:16

[?] how to make a training map?

Post by Zeno »

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?

Post 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>

Image
Image
Zeno
Posts: 3430
Joined: 2008-09-07 14:16

Re: how to make a training map?

Post by Zeno »

awsome thanks!
Post Reply

Return to “PR:BF2 Community Modding”