Skip to content

Commit d89bacc

Browse files
authored
Update Race EDF (#634)
* Added autopimp and firewater settings to Race EDF * Added cylinder and arrow checkpoint types to Race EDF
1 parent 117759a commit d89bacc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

[gamemodes]/[race]/race/edf/race.edf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<setting name="ghostmode" friendlyname="Ghost mode" type="selection:true,false" description="Whether Ghost Mode is enabled. This mode allows vehicles to drive through each other during the race." default="false" required="true"/>
66
<setting name="skins" friendlyname="Driver skins" type="selection:cj,random" description="What kind of skins players will spawn as. CJ means that players will spawn as CJ, with varying motor clothes on. Random means that random ped skins will be used." default="cj" required="true"/>
77
<setting name="respawntime" friendlyname="Respawn delay" type="natural" description="Time from death to respawn in seconds. Default is 5." default="5" required="true"/>
8+
<setting name="autopimp" friendlyname="Auto pimp" type="selection:true,false" default="true" description="Whether to apply a selection of visual upgrades to vehicles." required="false"/>
9+
<setting name="firewater" friendlyname="Fire water" type="selection:true,false" default="false" description="Whether to explode the player when entering the water." required="false"/>
810

911
<element name="spawnpoint" friendlyname="Spawnpoint" icon="edf/spawnpoint.png">
1012
<data name="position" type="coord3d" default="0,0,0" />
@@ -14,7 +16,7 @@
1416
</element>
1517
<element name="checkpoint" friendlyname="Checkpoint" icon="edf/checkpoint.png">
1618
<data name="position" type="coord3d" default="0,0,0" />
17-
<data name="type" type="selection:checkpoint,ring,corona" default="checkpoint" />
19+
<data name="type" type="selection:checkpoint,ring,corona,cylinder,arrow" default="checkpoint" />
1820
<data name="color" type="color" description="color (#RRGGBBAA hex string)" default="#00F9" />
1921
<data name="size" type="number" description="marker size" default="2.25" />
2022
<data name="nextid" type="element:checkpoint" description="The next checkpoint after this one" required="false" default="" />

0 commit comments

Comments
 (0)