82 lines
2.6 KiB
XML
82 lines
2.6 KiB
XML
<meta>
|
|
<oop>true</oop>
|
|
<info name="xmas" author="Driggero and Greenlander" description="Xmas presents for DD and DM" type="script" version="2.0" addon="race"/>
|
|
<script src="c_script.lua" type="client" />
|
|
<script src="s_utils.lua" type="server" />
|
|
<script src="s_script.lua" type="server" />
|
|
<script src="s_commands.lua" type="server" />
|
|
<script src="s_events.lua" type="server" />
|
|
<file src="model.dff" />
|
|
<file src="model.col" />
|
|
<file src="model.txd" />
|
|
|
|
<settings>
|
|
<setting name="*gamemode" value="DM"
|
|
friendlyname="Gamemode"
|
|
accept="DD,DM"
|
|
group="Gamemode"
|
|
desc="Switch between DD and DM gamemode depending on server."
|
|
/>
|
|
<setting name="*minplayers" value="3"
|
|
friendlyname="Min player count"
|
|
accept="1-5"
|
|
group="Gameplay"
|
|
desc="Presents will only spawn with at least this amount of players online."
|
|
/>
|
|
<setting name="*giftfactor" value="1"
|
|
friendlyname="Presents score multiplicator"
|
|
accept="1-10"
|
|
group="Gameplay"
|
|
desc="Determines how valuable the presents are. (NOT USED ATM!)"
|
|
/>
|
|
<setting name="*spawnprobability" value="10"
|
|
friendlyname="Probability threshold of spwaning presents"
|
|
accept="0-50"
|
|
group="Gameplay"
|
|
desc="Determines the probability threashold of spawning a present on parts of the track (in %)."
|
|
/>
|
|
<setting name="*minplayers" value="3"
|
|
friendlyname="Min player count"
|
|
accept="1-5"
|
|
group="Gameplay"
|
|
desc="Presents will only spawn with at least this amount of players online."
|
|
/>
|
|
<setting name="*eventstart" value="18"
|
|
friendlyname="Starting hour of the event"
|
|
accept="0-23"
|
|
group="Event"
|
|
desc="Sets the hour of the days when the event will start."
|
|
/>
|
|
<setting name="*eventduration" value="2"
|
|
friendlyname="Duration of the event"
|
|
accept="1-24"
|
|
group="Event"
|
|
desc="Sets the duration for the event [in hours]."
|
|
/>
|
|
<setting name="*endmonth" value="1"
|
|
friendlyname="Ending month"
|
|
accept="1-12"
|
|
group="End date"
|
|
desc="Sets the month when the event will end automatically."
|
|
/>
|
|
<setting name="*endday" value="1"
|
|
friendlyname="Ending day"
|
|
accept="1-31"
|
|
group="End date"
|
|
desc="Sets the day when the event will end automatically."
|
|
/>
|
|
<setting name="*endhour" value="0"
|
|
friendlyname="Ending hour"
|
|
accept="0-23"
|
|
group="End date"
|
|
desc="Sets the hour when the event will end automatically."
|
|
/>
|
|
<setting name="*endminute" value="0"
|
|
friendlyname="Ending minute"
|
|
accept="0-59"
|
|
group="End date"
|
|
desc="Sets the minute when the event will end automatically."
|
|
/>
|
|
</settings>
|
|
</meta>
|