blubb Posted May 27, 2009 Share Posted May 27, 2009 hey i have 2 questions how can i make that vehicles are automatically upgraded in the race mode (spoiler, wheels, bumpers....) ? and how can i add the number of checkpoints a player has passed next to the race rank column in the scoreboard? Link to comment
Scarface Posted May 30, 2009 Share Posted May 30, 2009 If I understood you well you need to do all this with the Map editor, currently only the Race map editor supports race checkpoints, the 1.0 map editor shall include the Race EDF in the final release. Link to comment
Gamesnert Posted May 30, 2009 Share Posted May 30, 2009 Question 1: Go to the race resource, open meta.xml and edit "autopimp" setting. (set it to "true") Question 2: Wasn't that already added? If not, it would require some scripting to implement it. So I hope you're familiar with scripting..? Link to comment
blubb Posted May 31, 2009 Author Share Posted May 31, 2009 where is "autopimp" in the meta.xml?? and i'm not very familiar with scripting Link to comment
blubb Posted June 11, 2009 Author Share Posted June 11, 2009 doesn't anyone know how to get those tuned cars in race mode? Link to comment
Dark Dragon Posted June 11, 2009 Share Posted June 11, 2009 you have to add this option in the meta.xml it should be like that <meta> <info type="map" gamemodes="race" name="Map name" author="Author name" description="Map description" version="Map version number"/> <race src="Map file.map"/> <settings> <setting name="#autopimp" value="true"/> </settings> </meta> Link to comment
Recommended Posts