forked from fmirus/torcs-1.3.7
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
feea8e5
commit 77dca78
Showing
3 changed files
with
124 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE params SYSTEM "params.dtd"> | ||
|
||
|
||
<params name="Quick Race"> | ||
<section name="Header"> | ||
<attstr name="name" val="Quick Race"/> | ||
<attstr name="description" val="Quick Race"/> | ||
<attnum name="priority" val="10"/> | ||
<attstr name="menu image" val="data/img/splash-qr.png"/> | ||
</section> | ||
|
||
<section name="Tracks"> | ||
<attnum name="maximum number" val="1"/> | ||
<section name="1"> | ||
<attstr name="name" val="forza"/> | ||
<attstr name="category" val="road"/> | ||
</section> | ||
|
||
</section> | ||
|
||
<section name="Races"> | ||
<section name="1"> | ||
<attstr name="name" val="Quick Race"/> | ||
</section> | ||
|
||
</section> | ||
|
||
<section name="Quick Race"> | ||
<attnum name="distance" unit="km" val="0"/> | ||
<attstr name="type" val="race"/> | ||
<attstr name="starting order" val="drivers list"/> | ||
<attstr name="restart" val="yes"/> | ||
<attnum name="laps" val="3"/> | ||
<section name="Starting Grid"> | ||
<attnum name="rows" val="2"/> | ||
<attnum name="distance to start" val="25"/> | ||
<attnum name="distance between columns" val="20"/> | ||
<attnum name="offset within a column" val="10"/> | ||
<attnum name="initial speed" val="0"/> | ||
<attnum name="initial height" val="0.2"/> | ||
</section> | ||
|
||
</section> | ||
|
||
<section name="Drivers"> | ||
<attnum name="maximum number" val="40"/> | ||
<attnum name="focused idx" val="0"/> | ||
<attstr name="focused module" val="scr_server"/> | ||
<section name="1"> | ||
<attnum name="idx" val="0"/> | ||
<attstr name="module" val="scr_server"/> | ||
</section> | ||
|
||
<section name="2"> | ||
<attnum name="idx" val="1"/> | ||
<attstr name="module" val="pid_driver"/> | ||
</section> | ||
|
||
</section> | ||
|
||
<section name="Configuration"> | ||
<attnum name="current configuration" val="4"/> | ||
<section name="1"> | ||
<attstr name="type" val="track select"/> | ||
</section> | ||
|
||
<section name="2"> | ||
<attstr name="type" val="drivers select"/> | ||
</section> | ||
|
||
<section name="3"> | ||
<attstr name="type" val="race config"/> | ||
<attstr name="race" val="Quick Race"/> | ||
<section name="Options"> | ||
<section name="1"> | ||
<attstr name="type" val="race length"/> | ||
</section> | ||
|
||
</section> | ||
|
||
</section> | ||
|
||
</section> | ||
|
||
</params> |