Jump to content

2 questions


Recommended Posts

Posted

hey i have 2 questions :P

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? :D

Posted

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.

Posted

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..?

  • 2 weeks later...
Posted

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> 

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...