forked from speed-dreams/speed-dreams-code
Adjusted windows build to linux build
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@496 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 86e4eb0a7c95d1f24c10fc20eba133be96885c2d Former-commit-id: 88079627c44a0e1c7f5d6218daebd20777a4da18
This commit is contained in:
parent
689a7f3d3d
commit
f5dac897e8
26 changed files with 817 additions and 0 deletions
27
src/drivers/simplix/src/0/Makefile
Normal file
27
src/drivers/simplix/src/0/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
##############################################################################
|
||||
#
|
||||
# file : Makefile
|
||||
# created : 22 Nov 2008
|
||||
# last changed : 16 Dez 2008
|
||||
# copyright : (C) 2008 Wolf-Dieter Beelitz
|
||||
#
|
||||
##############################################################################
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
##############################################################################
|
||||
|
||||
ROBOT = simplix
|
||||
SHIPDIR = drivers/${ROBOT}/0
|
||||
SHIP = logo.rgb car1-trb1.rgb tex-wheel.rgb
|
||||
SHIPSUBDIRS =
|
||||
|
||||
PKGSUBDIRS = ${SHIPSUBDIRS}
|
||||
src-robots-simplix_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
|
||||
src-robots-simplix_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))
|
||||
|
||||
include ${MAKE_DEFAULT}
|
||||
|
26
src/drivers/simplix/src/car1-trb1/Makefile
Normal file
26
src/drivers/simplix/src/car1-trb1/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
##############################################################################
|
||||
#
|
||||
# file : Makefile
|
||||
# created : 07 Dec 2007
|
||||
# last changed : 16 Dec 2008
|
||||
# copyright : (C) 2007-2008 Wolf-Dieter Beelitz
|
||||
#
|
||||
##############################################################################
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
##############################################################################
|
||||
|
||||
ROBOT = simplix
|
||||
SHIPDIR = drivers/${ROBOT}/car1-trb1
|
||||
SHIP = $(shell find * -maxdepth 0 -type f -print)
|
||||
SHIPSUBDIRS = $(shell find * -maxdepth 0 -type d -print)
|
||||
|
||||
PKGSUBDIRS = ${SHIPSUBDIRS}
|
||||
src-robots-simplix_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
|
||||
src-robots-simplix_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))
|
||||
|
||||
include ${MAKE_DEFAULT}
|
148
src/drivers/simplix/src/car1-trb1/default.xml
Normal file
148
src/drivers/simplix/src/car1-trb1/default.xml
Normal file
|
@ -0,0 +1,148 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
file : default.xml
|
||||
created : 01 Dec 2007
|
||||
last modified : 16 Dec 2008
|
||||
copyright : (C) 2007-2008 Wolf-Dieter Beelitz
|
||||
|
||||
SIMPLIX - CAR1-TRB1
|
||||
-->
|
||||
<!-- This program is free software; you can redistribute it and/or modify -->
|
||||
<!-- it under the terms of the GNU General Public License as published by -->
|
||||
<!-- the Free Software Foundation; either version 2 of the License, or -->
|
||||
<!-- (at your option) any later version. -->
|
||||
<!DOCTYPE params SYSTEM "../../../src/libs/tgf/params.dtd">
|
||||
<params name="car1-trb1" type="template" mode="mw">
|
||||
<section name="Front Wing">
|
||||
<attnum name="angle" unit="deg" min="0" max="12" val="6"/>
|
||||
</section>
|
||||
<section name="Rear Wing">
|
||||
<attnum name="angle" unit="deg" min="0" max="18" val="14"/>
|
||||
</section>
|
||||
<section name="Gearbox">
|
||||
<section name="gears">
|
||||
<section name="r">
|
||||
<attnum name="ratio" min="-3" max="0" val="-3.0"/>
|
||||
</section>
|
||||
<section name="1">
|
||||
<attnum name="ratio" min="0" max="5" val="3.896"/>
|
||||
</section>
|
||||
<section name="2">
|
||||
<attnum name="ratio" min="0" max="5" val="2.468"/>
|
||||
</section>
|
||||
<section name="3">
|
||||
<attnum name="ratio" min="0" max="5" val="1.818"/>
|
||||
</section>
|
||||
<section name="4">
|
||||
<attnum name="ratio" min="0" max="5" val="1.429"/>
|
||||
</section>
|
||||
<section name="5">
|
||||
<attnum name="ratio" min="0" max="5" val="1.169"/>
|
||||
</section>
|
||||
<section name="6">
|
||||
<attnum name="ratio" min="0" max="5" val="1"/>
|
||||
</section>
|
||||
</section>
|
||||
</section>
|
||||
<section name="Rear Differential">
|
||||
<attstr name="type" in="SPOOL,FREE,LIMITED SLIP" val="LIMITED SLIP"/>
|
||||
<attnum name="ratio" min="0" max="10" val="3.15"/>
|
||||
</section>
|
||||
<section name="Brake System">
|
||||
<attnum name="front-rear brake repartition" min="0.3" max="0.7" val="0.55"/>
|
||||
<attnum name="max pressure" unit="kPa" min="100" max="150000" val="40000"/>
|
||||
</section>
|
||||
<section name="Front Anti-Roll Bar">
|
||||
<attnum name="spring" unit="lbs/in" min="0" max="5000" val="2000"/>
|
||||
<attnum name="suspension course" unit="m" min="0" max="0.2" val="0.2"/>
|
||||
<attnum name="bellcrank" min="1" max="5" val="2.5"/>
|
||||
</section>
|
||||
<section name="Rear Anti-Roll Bar">
|
||||
<attnum name="spring" unit="lbs/in" min="0" max="5000" val="2000"/>
|
||||
<attnum name="suspension course" unit="m" min="0" max="0.2" val="0.2"/>
|
||||
<attnum name="bellcrank" min="1" max="5" val="2.5"/>
|
||||
</section>
|
||||
<section name="Front Right Wheel">
|
||||
<attnum name="ride height" unit="mm" min="100" max="200" val="100"/>
|
||||
<attnum name="toe" unit="deg" min="-5" max="5" val="0"/>
|
||||
<attnum name="camber" min="-5" max="0" unit="deg" val="-5"/>
|
||||
</section>
|
||||
<section name="Front Left Wheel">
|
||||
<attnum name="ride height" unit="mm" min="100" max="200" val="100"/>
|
||||
<attnum name="toe" unit="deg" min="-5" max="5" val="0"/>
|
||||
<attnum name="camber" min="-5" max="0" unit="deg" val="-5"/>
|
||||
</section>
|
||||
<section name="Rear Right Wheel">
|
||||
<attnum name="ride height" unit="mm" min="100" max="200" val="100"/>
|
||||
<attnum name="toe" unit="deg" min="-5" max="5" val="0"/>
|
||||
<attnum name="camber" min="-5" max="0" unit="deg" val="-5"/>
|
||||
</section>
|
||||
<section name="Rear Left Wheel">
|
||||
<attnum name="ride height" unit="mm" min="100" max="200" val="100"/>
|
||||
<attnum name="toe" unit="deg" min="-5" max="5" val="0"/>
|
||||
<attnum name="camber" min="-5" max="0" unit="deg" val="-5"/>
|
||||
</section>
|
||||
<section name="Front Right Suspension">
|
||||
<attnum name="spring" unit="lbs/in" min="0" max="10000" val="5500"/>
|
||||
<attnum name="suspension course" unit="m" min="0" max="0.2" val="0.12"/>
|
||||
<attnum name="bellcrank" min="0.1" max="5" val="1.0"/>
|
||||
<attnum name="packers" unit="mm" min="0" max="10" val="0"/>
|
||||
<attnum name="slow bump" unit="lbs/in/s" min="0" max="1000" val="500"/>
|
||||
<attnum name="slow rebound" unit="lbs/in/s" min="0" max="1000" val="300"/>
|
||||
<attnum name="fast bump" unit="lbs/in/s" min="0" max="1000" val="60"/>
|
||||
<attnum name="fast rebound" unit="lbs/in/s" min="0" max="1000" val="60"/>
|
||||
</section>
|
||||
<section name="Front Left Suspension">
|
||||
<attnum name="spring" unit="lbs/in" min="0" max="10000" val="5500"/>
|
||||
<attnum name="suspension course" unit="m" min="0" max="0.2" val="0.12"/>
|
||||
<attnum name="bellcrank" min="0.1" max="5" val="1.0"/>
|
||||
<attnum name="packers" unit="mm" min="0" max="10" val="0"/>
|
||||
<attnum name="slow bump" unit="lbs/in/s" min="0" max="1000" val="500"/>
|
||||
<attnum name="slow rebound" unit="lbs/in/s" min="0" max="1000" val="300"/>
|
||||
<attnum name="fast bump" unit="lbs/in/s" min="0" max="1000" val="60"/>
|
||||
<attnum name="fast rebound" unit="lbs/in/s" min="0" max="1000" val="60"/>
|
||||
</section>
|
||||
<section name="Rear Right Suspension">
|
||||
<attnum name="spring" unit="lbs/in" min="0" max="10000" val="5500"/>
|
||||
<attnum name="suspension course" unit="m" min="0" max="0.2" val="0.15"/>
|
||||
<attnum name="bellcrank" min="0.1" max="5" val="1.0"/>
|
||||
<attnum name="packers" unit="mm" min="0" max="50" val="0"/>
|
||||
<attnum name="slow bump" unit="lbs/in/s" min="0" max="1000" val="400"/>
|
||||
<attnum name="slow rebound" unit="lbs/in/s" min="0" max="1000" val="500"/>
|
||||
<attnum name="fast bump" unit="lbs/in/s" min="0" max="1000" val="60"/>
|
||||
<attnum name="fast rebound" unit="lbs/in/s" min="0" max="1000" val="60"/>
|
||||
</section>
|
||||
<section name="Rear Left Suspension">
|
||||
<attnum name="spring" unit="lbs/in" min="0" max="10000" val="5500"/>
|
||||
<attnum name="suspension course" unit="m" min="0" max="0.2" val="0.15"/>
|
||||
<attnum name="bellcrank" min="0.1" max="5" val="1.0"/>
|
||||
<attnum name="packers" unit="mm" min="0" max="50" val="0"/>
|
||||
<attnum name="slow bump" unit="lbs/in/s" min="0" max="1000" val="400"/>
|
||||
<attnum name="slow rebound" unit="lbs/in/s" min="0" max="1000" val="500"/>
|
||||
<attnum name="fast bump" unit="lbs/in/s" min="0" max="1000" val="60"/>
|
||||
<attnum name="fast rebound" unit="lbs/in/s" min="0" max="1000" val="60"/>
|
||||
</section>
|
||||
<section name="simplix private">
|
||||
<attnum name="skill" min="-1" max="10.0" val="0.0"/>
|
||||
|
||||
<attnum name="pit test stop" min="0" max="1" val="0"/>
|
||||
<attnum name="qualification" min="0" max="1" val="0"/>
|
||||
<attnum name="reserve" min="0.0" max="20000.0" val="2000"/>
|
||||
|
||||
<attnum name="start fuel" min="-1" max="100.0" val="-1"/>
|
||||
<attnum name="fuelper100km" min="1.0" max="100.0" val="70.0"/>
|
||||
<attnum name="lookaheadfactor" min="0.0" max="0.5" val="0.05"/>
|
||||
|
||||
<attnum name="avoid width" min="0.0" max="3.0" val="0.5"/>
|
||||
<attnum name="scale avoid" min="1.0" max="20.0" val="10.0"/>
|
||||
<attnum name="scale brake" min="0" max="1" val="0.8"/>
|
||||
<attnum name="scale bump" min="0" max="1" val="0.4"/>
|
||||
<attnum name="scale bump outer" min="0" max="2" val="0.6"/>
|
||||
<attnum name="scale min mu" min="0.1" max="1.0" val="0.8"/>
|
||||
<attnum name="scale mu" min="0" max="2" val="0.85"/>
|
||||
<attnum name="scale steer" min="0.1" max="2.0" val="1.0"/>
|
||||
|
||||
<attnum name="stay together" min="10.0" max="2000.0" val="10"/>
|
||||
<attnum name="length margin" min="1.0" max="10.0" val="2.0"/>
|
||||
</section>
|
||||
</params>
|
19
src/drivers/simplix/src/default.xml
Normal file
19
src/drivers/simplix/src/default.xml
Normal file
|
@ -0,0 +1,19 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
file : default.xml
|
||||
created : 01 Dec 2007
|
||||
last modified : 16 Dec 2008
|
||||
copyright : (C) 2007-2008 Wolf-Dieter Beelitz
|
||||
|
||||
SIMPLIX - ALL CARS
|
||||
-->
|
||||
<!-- This program is free software; you can redistribute it and/or modify -->
|
||||
<!-- it under the terms of the GNU General Public License as published by -->
|
||||
<!-- the Free Software Foundation; either version 2 of the License, or -->
|
||||
<!-- (at your option) any later version. -->
|
||||
<!DOCTYPE params SYSTEM "../../../src/libs/tgf/params.dtd">
|
||||
<params name="simplix" type="template" mode="mw">
|
||||
<section name="skilling">
|
||||
<attnum name="enable" min="0" max="1" val="1"/>
|
||||
</section>
|
||||
</params>
|
26
src/drivers/simplix/src/readme.txt
Normal file
26
src/drivers/simplix/src/readme.txt
Normal file
|
@ -0,0 +1,26 @@
|
|||
// simplix readme.txt 03. Dez. 2008
|
||||
//
|
||||
// Hints
|
||||
|
||||
Skilling:
|
||||
|
||||
The skilling is used to define the range of lap times for the gamers opponents.
|
||||
This can be done on two separate levels.
|
||||
The first level is the global level defined by Andrew Sumner and used for the Career mode of Mart Kelder.
|
||||
If the supercarpackage of Andrew is installed, there is the file ...\torcs\config\raceman\extra\skill.xml.
|
||||
It contains one parameter to be set in the range of 0.0 (fast) to 10.0 (slow).
|
||||
|
||||
To Enable/Disable the skilling for all cars of a robot there is a file
|
||||
...\drivers\robotname\default.xml.
|
||||
Here you can enable skilling (1) or disable it (0).
|
||||
|
||||
If needed, the individual skill of a car can be set in the
|
||||
...\drivers\robotname\cartype\default.xml.
|
||||
The parameter skill in "simplix private" can be set to
|
||||
-1 (disable skilling for this car),
|
||||
0.0 (normal skilling as defined in extra\skill.xml) or
|
||||
values up to 10.0 (make car drive slower).
|
||||
|
||||
The individual skilling isn't needed here, the trb1 carset is balanced!
|
||||
|
||||
|
27
src/drivers/simplix/src/tracks/Corkscrew.xml
Normal file
27
src/drivers/simplix/src/tracks/Corkscrew.xml
Normal file
|
@ -0,0 +1,27 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
file : Corkscrew.xml
|
||||
created : 28 Mar 2008
|
||||
last modified : 21 Nov 2008
|
||||
copyright : (C) 2008 Wolf-Dieter Beelitz
|
||||
-->
|
||||
<!-- This program is free software; you can redistribute it and/or modify -->
|
||||
<!-- it under the terms of the GNU General Public License as published by -->
|
||||
<!-- the Free Software Foundation; either version 2 of the License, or -->
|
||||
<!-- (at your option) any later version. -->
|
||||
<!DOCTYPE params SYSTEM "../../../src/libs/tgf/params.dtd">
|
||||
<params name="" type="template" mode="mw">
|
||||
<section name="simplix private">
|
||||
<attnum name="pit use first" min="0" max="1" val="1"/>
|
||||
<attnum name="pit use smooth" min="0" max="1" val="1"/>
|
||||
<attnum name="pitlane entry offset" min="-10" max="10" val="3.0"/>
|
||||
<attnum name="pitlane exit offset" min="-10" max="10" val="5.0"/>
|
||||
<attnum name="pit entry long" min="-2000" max="2000" val="130.0"/>
|
||||
<attnum name="pit exit long" min="-2000" max="2000" val="0.0"/>
|
||||
<attnum name="pit exit length" min="-2000" max="2000" val="0.0"/>
|
||||
<attnum name="pit lat offset" min="-5" max="5" val="0.0"/>
|
||||
<attnum name="pit long offset" min="-5" max="5" val="0.0"/>
|
||||
<attnum name="pit scale brake" val="1.0"/>
|
||||
<attnum name="pit stop dist" val="1.5"/>
|
||||
</section>
|
||||
</params>
|
27
src/drivers/simplix/src/tracks/Makefile
Normal file
27
src/drivers/simplix/src/tracks/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
##############################################################################
|
||||
#
|
||||
# file : Makefile
|
||||
# created : 22 Nov 2008
|
||||
# last changed : 16 Dec 2008
|
||||
# copyright : (C) 2008 Wolf-Dieter Beelitz
|
||||
#
|
||||
##############################################################################
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
##############################################################################
|
||||
|
||||
ROBOT = simplix
|
||||
SHIPDIR = drivers/${ROBOT}/tracks
|
||||
SHIP = $(shell find * -maxdepth 0 -type f -print)
|
||||
SHIPSUBDIRS = $(shell find * -maxdepth 0 -type d -print)
|
||||
|
||||
PKGSUBDIRS = ${SHIPSUBDIRS}
|
||||
src-robots-simplix_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
|
||||
src-robots-simplix_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))
|
||||
|
||||
include ${MAKE_DEFAULT}
|
||||
|
27
src/drivers/simplix/src/tracks/aalborg.xml
Normal file
27
src/drivers/simplix/src/tracks/aalborg.xml
Normal file
|
@ -0,0 +1,27 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
file : aalborg.xml
|
||||
created : 28 Mar 2008
|
||||
last modified : 21 Nov 2008
|
||||
copyright : (C) 2008 Wolf-Dieter Beelitz
|
||||
-->
|
||||
<!-- This program is free software; you can redistribute it and/or modify -->
|
||||
<!-- it under the terms of the GNU General Public License as published by -->
|
||||
<!-- the Free Software Foundation; either version 2 of the License, or -->
|
||||
<!-- (at your option) any later version. -->
|
||||
<!DOCTYPE params SYSTEM "../../../src/libs/tgf/params.dtd">
|
||||
<params name="" type="template" mode="mw">
|
||||
<section name="simplix private">
|
||||
<attnum name="pit use first" min="0" max="1" val="1"/>
|
||||
<attnum name="pit use smooth" min="0" max="1" val="1"/>
|
||||
<attnum name="pitlane entry offset" min="-10" max="10" val="2.0"/>
|
||||
<attnum name="pitlane exit offset" min="-10" max="10" val="3.0"/>
|
||||
<attnum name="pit entry long" min="-2000" max="2000" val="-30.0"/>
|
||||
<attnum name="pit exit long" min="-2000" max="2000" val="0.0"/>
|
||||
<attnum name="pit exit length" min="-2000" max="2000" val="0.0"/>
|
||||
<attnum name="pit lat offset" min="-5" max="5" val="0.0"/>
|
||||
<attnum name="pit long offset" min="-5" max="5" val="0.0"/>
|
||||
<attnum name="pit scale brake" val="1.0"/>
|
||||
<attnum name="pit stop dist" val="1.5"/>
|
||||
</section>
|
||||
</params>
|
27
src/drivers/simplix/src/tracks/alpine-1.xml
Normal file
27
src/drivers/simplix/src/tracks/alpine-1.xml
Normal file
|
@ -0,0 +1,27 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
file : alpine-1.xml
|
||||
created : 28 Mar 2008
|
||||
last modified : 21 Nov 2008
|
||||
copyright : (C) 2008 Wolf-Dieter Beelitz
|
||||
-->
|
||||
<!-- This program is free software; you can redistribute it and/or modify -->
|
||||
<!-- it under the terms of the GNU General Public License as published by -->
|
||||
<!-- the Free Software Foundation; either version 2 of the License, or -->
|
||||
<!-- (at your option) any later version. -->
|
||||
<!DOCTYPE params SYSTEM "../../../src/libs/tgf/params.dtd">
|
||||
<params name="" type="template" mode="mw">
|
||||
<section name="simplix private">
|
||||
<attnum name="pit use first" min="0" max="1" val="1"/>
|
||||
<attnum name="pit use smooth" min="0" max="1" val="1"/>
|
||||
<attnum name="pitlane entry offset" min="-10" max="10" val="3.0"/>
|
||||
<attnum name="pitlane exit offset" min="-10" max="10" val="3.0"/>
|
||||
<attnum name="pit entry long" min="-2000" max="2000" val="0.0"/>
|
||||
<attnum name="pit exit long" min="-2000" max="2000" val="0.0"/>
|
||||
<attnum name="pit exit length" min="-2000" max="2000" val="0.0"/>
|
||||
<attnum name="pit lat offset" min="-5" max="5" val="0.0"/>
|
||||
<attnum name="pit long offset" min="-5" max="5" val="0.0"/>
|
||||
<attnum name="pit scale brake" val="1.0"/>
|
||||
<attnum name="pit stop dist" val="1.5"/>
|
||||
</section>
|
||||
</params>
|
27
src/drivers/simplix/src/tracks/alpine-2.xml
Normal file
27
src/drivers/simplix/src/tracks/alpine-2.xml
Normal file
|
@ -0,0 +1,27 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
file : alpine-2.xml
|
||||
created : 28 Mar 2008
|
||||
last modified : 21 Nov 2008
|
||||
copyright : (C) 2008 Wolf-Dieter Beelitz
|
||||
-->
|
||||
<!-- This program is free software; you can redistribute it and/or modify -->
|
||||
<!-- it under the terms of the GNU General Public License as published by -->
|
||||
<!-- the Free Software Foundation; either version 2 of the License, or -->
|
||||
<!-- (at your option) any later version. -->
|
||||
<!DOCTYPE params SYSTEM "../../../src/libs/tgf/params.dtd">
|
||||
<params name="" type="template" mode="mw">
|
||||
<section name="simplix private">
|
||||
<attnum name="pit use first" min="0" max="1" val="1"/>
|
||||
<attnum name="pit use smooth" min="0" max="1" val="1"/>
|
||||
<attnum name="pitlane entry offset" min="-10" max="10" val="3.0"/>
|
||||
<attnum name="pitlane exit offset" min="-10" max="10" val="3.0"/>
|
||||
<attnum name="pit entry long" min="-2000" max="2000" val="-20.0"/>
|
||||
<attnum name="pit exit long" min="-2000" max="2000" val="0.0"/>
|
||||
<attnum name="pit exit length" min="-2000" max="2000" val="0.0"/>
|
||||
<attnum name="pit lat offset" min="-5" max="5" val="0.0"/>
|
||||
<attnum name="pit long offset" min="-5" max="5" val="0.0"/>
|
||||
<attnum name="pit scale brake" val="1.0"/>
|
||||
<attnum name="pit stop dist" val="1.5"/>
|
||||
</section>
|
||||
</params>
|
27
src/drivers/simplix/src/tracks/e-road.xml
Normal file
27
src/drivers/simplix/src/tracks/e-road.xml
Normal file
|
@ -0,0 +1,27 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
file : e-road.xml
|
||||
created : 28 Mar 2008
|
||||
last modified : 21 Nov 2008
|
||||
copyright : (C) 2008 Wolf-Dieter Beelitz
|
||||
-->
|
||||
<!-- This program is free software; you can redistribute it and/or modify -->
|
||||
<!-- it under the terms of the GNU General Public License as published by -->
|
||||
<!-- the Free Software Foundation; either version 2 of the License, or -->
|
||||
<!-- (at your option) any later version. -->
|
||||
<!DOCTYPE params SYSTEM "../../../src/libs/tgf/params.dtd">
|
||||
<params name="" type="template" mode="mw">
|
||||
<section name="simplix private">
|
||||
<attnum name="pit use first" min="0" max="1" val="1"/>
|
||||
<attnum name="pit use smooth" min="0" max="1" val="1"/>
|
||||
<attnum name="pitlane entry offset" min="-10" max="10" val="3.0"/>
|
||||
<attnum name="pitlane exit offset" min="-10" max="10" val="5.0"/>
|
||||
<attnum name="pit entry long" min="-2000" max="2000" val="0.0"/>
|
||||
<attnum name="pit exit long" min="-2000" max="2000" val="50.0"/>
|
||||
<attnum name="pit exit length" min="-2000" max="2000" val="0.0"/>
|
||||
<attnum name="pit lat offset" min="-5" max="5" val="0.0"/>
|
||||
<attnum name="pit long offset" min="-5" max="5" val="0.0"/>
|
||||
<attnum name="pit scale brake" val="1.0"/>
|
||||
<attnum name="pit stop dist" val="1.5"/>
|
||||
</section>
|
||||
</params>
|
27
src/drivers/simplix/src/tracks/e-track-1.xml
Normal file
27
src/drivers/simplix/src/tracks/e-track-1.xml
Normal file
|
@ -0,0 +1,27 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
file : e-track-1.xml
|
||||
created : 28 Mar 2008
|
||||
last modified : 21 Nov 2008
|
||||
copyright : (C) 2008 Wolf-Dieter Beelitz
|
||||
-->
|
||||
<!-- This program is free software; you can redistribute it and/or modify -->
|
||||
<!-- it under the terms of the GNU General Public License as published by -->
|
||||
<!-- the Free Software Foundation; either version 2 of the License, or -->
|
||||
<!-- (at your option) any later version. -->
|
||||
<!DOCTYPE params SYSTEM "../../../src/libs/tgf/params.dtd">
|
||||
<params name="" type="template" mode="mw">
|
||||
<section name="simplix private">
|
||||
<attnum name="pit use first" min="0" max="1" val="1"/>
|
||||
<attnum name="pit use smooth" min="0" max="1" val="0"/>
|
||||
<attnum name="pitlane entry offset" min="-10" max="10" val="3.0"/>
|
||||
<attnum name="pitlane exit offset" min="-10" max="10" val="5.0"/>
|
||||
<attnum name="pit entry long" min="-2000" max="2000" val="-20.0"/>
|
||||
<attnum name="pit exit long" min="-2000" max="2000" val="20.0"/>
|
||||
<attnum name="pit exit length" min="-2000" max="2000" val="0.0"/>
|
||||
<attnum name="pit lat offset" min="-5" max="5" val="0.0"/>
|
||||
<attnum name="pit long offset" min="-5" max="5" val="0.0"/>
|
||||
<attnum name="pit scale brake" val="1.0"/>
|
||||
<attnum name="pit stop dist" val="1.5"/>
|
||||
</section>
|
||||
</params>
|
29
src/drivers/simplix/src/tracks/e-track-2.xml
Normal file
29
src/drivers/simplix/src/tracks/e-track-2.xml
Normal file
|
@ -0,0 +1,29 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
file : e-track-2.xml
|
||||
created : 28 Mar 2008
|
||||
last modified : 21 Nov 2008
|
||||
copyright : (C) 2008 Wolf-Dieter Beelitz
|
||||
-->
|
||||
<!-- This program is free software; you can redistribute it and/or modify -->
|
||||
<!-- it under the terms of the GNU General Public License as published by -->
|
||||
<!-- the Free Software Foundation; either version 2 of the License, or -->
|
||||
<!-- (at your option) any later version. -->
|
||||
<!DOCTYPE params SYSTEM "../../../src/libs/tgf/params.dtd">
|
||||
<params name="" type="template" mode="mw">
|
||||
<section name="simplix private">
|
||||
<attnum name="pit use first" min="0" max="1" val="1"/>
|
||||
<attnum name="pit use smooth" min="0" max="1" val="1"/>
|
||||
<attnum name="pitlane entry offset" min="-10" max="10" val="3.0"/>
|
||||
<attnum name="pitlane exit offset" min="-10" max="10" val="5.0"/>
|
||||
<attnum name="pit entry long" min="-2000" max="2000" val="0.0"/>
|
||||
<attnum name="pit exit long" min="-2000" max="2000" val="0.0"/>
|
||||
<attnum name="pit exit length" min="-2000" max="2000" val="0.0"/>
|
||||
<attnum name="pit lat offset" min="-5" max="5" val="0.0"/>
|
||||
<attnum name="pit long offset" min="-5" max="5" val="0.0"/>
|
||||
<attnum name="pit scale brake" val="1.0"/>
|
||||
<attnum name="pit stop dist" val="1.5"/>
|
||||
<attnum name="start side" val="0.1"/>
|
||||
<attnum name="no avoid" val="25"/>
|
||||
</section>
|
||||
</params>
|
27
src/drivers/simplix/src/tracks/e-track-3.xml
Normal file
27
src/drivers/simplix/src/tracks/e-track-3.xml
Normal file
|
@ -0,0 +1,27 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
file : e-track-3.xml
|
||||
created : 28 Mar 2008
|
||||
last modified : 21 Nov 2008
|
||||
copyright : (C) 2008 Wolf-Dieter Beelitz
|
||||
-->
|
||||
<!-- This program is free software; you can redistribute it and/or modify -->
|
||||
<!-- it under the terms of the GNU General Public License as published by -->
|
||||
<!-- the Free Software Foundation; either version 2 of the License, or -->
|
||||
<!-- (at your option) any later version. -->
|
||||
<!DOCTYPE params SYSTEM "../../../src/libs/tgf/params.dtd">
|
||||
<params name="" type="template" mode="mw">
|
||||
<section name="simplix private">
|
||||
<attnum name="pit use first" min="0" max="1" val="1"/>
|
||||
<attnum name="pit use smooth" min="0" max="1" val="1"/>
|
||||
<attnum name="pitlane entry offset" min="-10" max="10" val="3.0"/>
|
||||
<attnum name="pitlane exit offset" min="-10" max="10" val="5.0"/>
|
||||
<attnum name="pit entry long" min="-2000" max="2000" val="0.0"/>
|
||||
<attnum name="pit exit long" min="-2000" max="2000" val="0.0"/>
|
||||
<attnum name="pit exit length" min="-2000" max="2000" val="0.0"/>
|
||||
<attnum name="pit lat offset" min="-5" max="5" val="0.0"/>
|
||||
<attnum name="pit long offset" min="-5" max="5" val="0.0"/>
|
||||
<attnum name="pit scale brake" val="1.0"/>
|
||||
<attnum name="pit stop dist" val="1.5"/>
|
||||
</section>
|
||||
</params>
|
27
src/drivers/simplix/src/tracks/e-track-4.xml
Normal file
27
src/drivers/simplix/src/tracks/e-track-4.xml
Normal file
|
@ -0,0 +1,27 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
file : e-track-4.xml
|
||||
created : 28 Mar 2008
|
||||
last modified : 21 Nov 2008
|
||||
copyright : (C) 2008 Wolf-Dieter Beelitz
|
||||
-->
|
||||
<!-- This program is free software; you can redistribute it and/or modify -->
|
||||
<!-- it under the terms of the GNU General Public License as published by -->
|
||||
<!-- the Free Software Foundation; either version 2 of the License, or -->
|
||||
<!-- (at your option) any later version. -->
|
||||
<!DOCTYPE params SYSTEM "../../../src/libs/tgf/params.dtd">
|
||||
<params name="" type="template" mode="mw">
|
||||
<section name="simplix private">
|
||||
<attnum name="pit use first" min="0" max="1" val="1"/>
|
||||
<attnum name="pit use smooth" min="0" max="1" val="1"/>
|
||||
<attnum name="pitlane entry offset" min="-10" max="10" val="3.0"/>
|
||||
<attnum name="pitlane exit offset" min="-10" max="10" val="5.0"/>
|
||||
<attnum name="pit entry long" min="-2000" max="2000" val="0.0"/>
|
||||
<attnum name="pit exit long" min="-2000" max="2000" val="0.0"/>
|
||||
<attnum name="pit exit length" min="-2000" max="2000" val="0.0"/>
|
||||
<attnum name="pit lat offset" min="-5" max="5" val="0.0"/>
|
||||
<attnum name="pit long offset" min="-5" max="5" val="0.0"/>
|
||||
<attnum name="pit scale brake" val="1.0"/>
|
||||
<attnum name="pit stop dist" val="1.5"/>
|
||||
</section>
|
||||
</params>
|
27
src/drivers/simplix/src/tracks/e-track-6.xml
Normal file
27
src/drivers/simplix/src/tracks/e-track-6.xml
Normal file
|
@ -0,0 +1,27 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
file : e-track-6.xml
|
||||
created : 28 Mar 2008
|
||||
last modified : 21 Nov 2008
|
||||
copyright : (C) 2008 Wolf-Dieter Beelitz
|
||||
-->
|
||||
<!-- This program is free software; you can redistribute it and/or modify -->
|
||||
<!-- it under the terms of the GNU General Public License as published by -->
|
||||
<!-- the Free Software Foundation; either version 2 of the License, or -->
|
||||
<!-- (at your option) any later version. -->
|
||||
<!DOCTYPE params SYSTEM "../../../src/libs/tgf/params.dtd">
|
||||
<params name="" type="template" mode="mw">
|
||||
<section name="simplix private">
|
||||
<attnum name="pit use first" min="0" max="1" val="1"/>
|
||||
<attnum name="pit use smooth" min="0" max="1" val="1"/>
|
||||
<attnum name="pitlane entry offset" min="-10" max="10" val="3.0"/>
|
||||
<attnum name="pitlane exit offset" min="-10" max="10" val="5.0"/>
|
||||
<attnum name="pit entry long" min="-2000" max="2000" val="0.0"/>
|
||||
<attnum name="pit exit long" min="-2000" max="2000" val="50.0"/>
|
||||
<attnum name="pit exit length" min="-2000" max="2000" val="0.0"/>
|
||||
<attnum name="pit lat offset" min="-5" max="5" val="0.0"/>
|
||||
<attnum name="pit long offset" min="-5" max="5" val="0.0"/>
|
||||
<attnum name="pit scale brake" val="1.0"/>
|
||||
<attnum name="pit stop dist" val="1.5"/>
|
||||
</section>
|
||||
</params>
|
27
src/drivers/simplix/src/tracks/forza.xml
Normal file
27
src/drivers/simplix/src/tracks/forza.xml
Normal file
|
@ -0,0 +1,27 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
file : forza.xml
|
||||
created : 28 Mar 2008
|
||||
last modified : 21 Nov 2008
|
||||
copyright : (C) 2008 Wolf-Dieter Beelitz
|
||||
-->
|
||||
<!-- This program is free software; you can redistribute it and/or modify -->
|
||||
<!-- it under the terms of the GNU General Public License as published by -->
|
||||
<!-- the Free Software Foundation; either version 2 of the License, or -->
|
||||
<!-- (at your option) any later version. -->
|
||||
<!DOCTYPE params SYSTEM "../../../src/libs/tgf/params.dtd">
|
||||
<params name="" type="template" mode="mw">
|
||||
<section name="simplix private">
|
||||
<attnum name="pit use first" min="0" max="1" val="1"/>
|
||||
<attnum name="pit use smooth" min="0" max="1" val="1"/>
|
||||
<attnum name="pitlane entry offset" min="-10" max="10" val="3.0"/>
|
||||
<attnum name="pitlane exit offset" min="-10" max="10" val="5.0"/>
|
||||
<attnum name="pit entry long" min="-2000" max="2000" val="-25.0"/>
|
||||
<attnum name="pit exit long" min="-2000" max="2000" val="0.0"/>
|
||||
<attnum name="pit exit length" min="-2000" max="2000" val="0.0"/>
|
||||
<attnum name="pit lat offset" min="-5" max="5" val="0.0"/>
|
||||
<attnum name="pit long offset" min="-5" max="5" val="0.0"/>
|
||||
<attnum name="pit scale brake" val="1.0"/>
|
||||
<attnum name="pit stop dist" val="1.5"/>
|
||||
</section>
|
||||
</params>
|
27
src/drivers/simplix/src/tracks/g-track-1.xml
Normal file
27
src/drivers/simplix/src/tracks/g-track-1.xml
Normal file
|
@ -0,0 +1,27 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
file : g-track-1.xml
|
||||
created : 28 Mar 2008
|
||||
last modified : 21 Nov 2008
|
||||
copyright : (C) 2008 Wolf-Dieter Beelitz
|
||||
-->
|
||||
<!-- This program is free software; you can redistribute it and/or modify -->
|
||||
<!-- it under the terms of the GNU General Public License as published by -->
|
||||
<!-- the Free Software Foundation; either version 2 of the License, or -->
|
||||
<!-- (at your option) any later version. -->
|
||||
<!DOCTYPE params SYSTEM "../../../src/libs/tgf/params.dtd">
|
||||
<params name="" type="template" mode="mw">
|
||||
<section name="simplix private">
|
||||
<attnum name="pit use first" min="0" max="1" val="1"/>
|
||||
<attnum name="pit use smooth" min="0" max="1" val="1"/>
|
||||
<attnum name="pitlane entry offset" min="-10" max="10" val="3.0"/>
|
||||
<attnum name="pitlane exit offset" min="-10" max="10" val="5.0"/>
|
||||
<attnum name="pit entry long" min="-2000" max="2000" val="-25.0"/>
|
||||
<attnum name="pit exit long" min="-2000" max="2000" val="0.0"/>
|
||||
<attnum name="pit exit length" min="-2000" max="2000" val="0.0"/>
|
||||
<attnum name="pit lat offset" min="-5" max="5" val="0.0"/>
|
||||
<attnum name="pit long offset" min="-5" max="5" val="0.0"/>
|
||||
<attnum name="pit scale brake" val="1.0"/>
|
||||
<attnum name="pit stop dist" val="1.5"/>
|
||||
</section>
|
||||
</params>
|
27
src/drivers/simplix/src/tracks/g-track-2.xml
Normal file
27
src/drivers/simplix/src/tracks/g-track-2.xml
Normal file
|
@ -0,0 +1,27 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
file : g-track-2.xml
|
||||
created : 28 Mar 2008
|
||||
last modified : 21 Nov 2008
|
||||
copyright : (C) 2008 Wolf-Dieter Beelitz
|
||||
-->
|
||||
<!-- This program is free software; you can redistribute it and/or modify -->
|
||||
<!-- it under the terms of the GNU General Public License as published by -->
|
||||
<!-- the Free Software Foundation; either version 2 of the License, or -->
|
||||
<!-- (at your option) any later version. -->
|
||||
<!DOCTYPE params SYSTEM "../../../src/libs/tgf/params.dtd">
|
||||
<params name="" type="template" mode="mw">
|
||||
<section name="simplix private">
|
||||
<attnum name="pit use first" min="0" max="1" val="1"/>
|
||||
<attnum name="pit use smooth" min="0" max="1" val="1"/>
|
||||
<attnum name="pitlane entry offset" min="-10" max="10" val="3.0"/>
|
||||
<attnum name="pitlane exit offset" min="-10" max="10" val="5.0"/>
|
||||
<attnum name="pit entry long" min="-2000" max="2000" val="-25.0"/>
|
||||
<attnum name="pit exit long" min="-2000" max="2000" val="0.0"/>
|
||||
<attnum name="pit exit length" min="-2000" max="2000" val="0.0"/>
|
||||
<attnum name="pit lat offset" min="-5" max="5" val="0.0"/>
|
||||
<attnum name="pit long offset" min="-5" max="5" val="0.0"/>
|
||||
<attnum name="pit scale brake" val="1.0"/>
|
||||
<attnum name="pit stop dist" val="1.5"/>
|
||||
</section>
|
||||
</params>
|
27
src/drivers/simplix/src/tracks/g-track-3.xml
Normal file
27
src/drivers/simplix/src/tracks/g-track-3.xml
Normal file
|
@ -0,0 +1,27 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
file : g-track-3.xml
|
||||
created : 28 Mar 2008
|
||||
last modified : 21 Nov 2008
|
||||
copyright : (C) 2008 Wolf-Dieter Beelitz
|
||||
-->
|
||||
<!-- This program is free software; you can redistribute it and/or modify -->
|
||||
<!-- it under the terms of the GNU General Public License as published by -->
|
||||
<!-- the Free Software Foundation; either version 2 of the License, or -->
|
||||
<!-- (at your option) any later version. -->
|
||||
<!DOCTYPE params SYSTEM "../../../src/libs/tgf/params.dtd">
|
||||
<params name="" type="template" mode="mw">
|
||||
<section name="simplix private">
|
||||
<attnum name="pit use first" min="0" max="1" val="1"/>
|
||||
<attnum name="pit use smooth" min="0" max="1" val="1"/>
|
||||
<attnum name="pitlane entry offset" min="-10" max="10" val="3.0"/>
|
||||
<attnum name="pitlane exit offset" min="-10" max="10" val="5.0"/>
|
||||
<attnum name="pit entry long" min="-2000" max="2000" val="-25.0"/>
|
||||
<attnum name="pit exit long" min="-2000" max="2000" val="0.0"/>
|
||||
<attnum name="pit exit length" min="-2000" max="2000" val="0.0"/>
|
||||
<attnum name="pit lat offset" min="-5" max="5" val="0.0"/>
|
||||
<attnum name="pit long offset" min="-5" max="5" val="0.0"/>
|
||||
<attnum name="pit scale brake" val="1.0"/>
|
||||
<attnum name="pit stop dist" val="1.5"/>
|
||||
</section>
|
||||
</params>
|
27
src/drivers/simplix/src/tracks/ole-road-1.xml
Normal file
27
src/drivers/simplix/src/tracks/ole-road-1.xml
Normal file
|
@ -0,0 +1,27 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
file : ole-road-1.xml
|
||||
created : 28 Mar 2008
|
||||
last modified : 21 Nov 2008
|
||||
copyright : (C) 2008 Wolf-Dieter Beelitz
|
||||
-->
|
||||
<!-- This program is free software; you can redistribute it and/or modify -->
|
||||
<!-- it under the terms of the GNU General Public License as published by -->
|
||||
<!-- the Free Software Foundation; either version 2 of the License, or -->
|
||||
<!-- (at your option) any later version. -->
|
||||
<!DOCTYPE params SYSTEM "../../../src/libs/tgf/params.dtd">
|
||||
<params name="" type="template" mode="mw">
|
||||
<section name="simplix private">
|
||||
<attnum name="pit use first" min="0" max="1" val="1"/>
|
||||
<attnum name="pit use smooth" min="0" max="1" val="1"/>
|
||||
<attnum name="pitlane entry offset" min="-10" max="10" val="3.0"/>
|
||||
<attnum name="pitlane exit offset" min="-10" max="10" val="5.0"/>
|
||||
<attnum name="pit entry long" min="-2000" max="2000" val="0.0"/>
|
||||
<attnum name="pit exit long" min="-2000" max="2000" val="0.0"/>
|
||||
<attnum name="pit exit length" min="-2000" max="2000" val="0.0"/>
|
||||
<attnum name="pit lat offset" min="-5" max="5" val="0.0"/>
|
||||
<attnum name="pit long offset" min="-5" max="5" val="0.0"/>
|
||||
<attnum name="pit scale brake" val="1.0"/>
|
||||
<attnum name="pit stop dist" val="1.5"/>
|
||||
</section>
|
||||
</params>
|
27
src/drivers/simplix/src/tracks/ruudskogen.xml
Normal file
27
src/drivers/simplix/src/tracks/ruudskogen.xml
Normal file
|
@ -0,0 +1,27 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
file : Ruudskogen.xml
|
||||
created : 28 Mar 2008
|
||||
last modified : 21 Nov 2008
|
||||
copyright : (C) 2008 Wolf-Dieter Beelitz
|
||||
-->
|
||||
<!-- This program is free software; you can redistribute it and/or modify -->
|
||||
<!-- it under the terms of the GNU General Public License as published by -->
|
||||
<!-- the Free Software Foundation; either version 2 of the License, or -->
|
||||
<!-- (at your option) any later version. -->
|
||||
<!DOCTYPE params SYSTEM "../../../src/libs/tgf/params.dtd">
|
||||
<params name="" type="template" mode="mw">
|
||||
<section name="simplix private">
|
||||
<attnum name="pit use first" min="0" max="1" val="1"/>
|
||||
<attnum name="pit use smooth" min="0" max="1" val="1"/>
|
||||
<attnum name="pitlane entry offset" min="-10" max="10" val="3.0"/>
|
||||
<attnum name="pitlane exit offset" min="-10" max="10" val="5.0"/>
|
||||
<attnum name="pit entry long" min="-2000" max="2000" val="0.0"/>
|
||||
<attnum name="pit exit long" min="-2000" max="2000" val="0.0"/>
|
||||
<attnum name="pit exit length" min="-2000" max="2000" val="0.0"/>
|
||||
<attnum name="pit lat offset" min="-5" max="5" val="0.0"/>
|
||||
<attnum name="pit long offset" min="-5" max="5" val="0.0"/>
|
||||
<attnum name="pit scale brake" val="1.0"/>
|
||||
<attnum name="pit stop dist" val="1.5"/>
|
||||
</section>
|
||||
</params>
|
27
src/drivers/simplix/src/tracks/spring.xml
Normal file
27
src/drivers/simplix/src/tracks/spring.xml
Normal file
|
@ -0,0 +1,27 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
file : spring.xml
|
||||
created : 28 Mar 2008
|
||||
last modified : 21 Nov 2008
|
||||
copyright : (C) 2008 Wolf-Dieter Beelitz
|
||||
-->
|
||||
<!-- This program is free software; you can redistribute it and/or modify -->
|
||||
<!-- it under the terms of the GNU General Public License as published by -->
|
||||
<!-- the Free Software Foundation; either version 2 of the License, or -->
|
||||
<!-- (at your option) any later version. -->
|
||||
<!DOCTYPE params SYSTEM "../../../src/libs/tgf/params.dtd">
|
||||
<params name="" type="template" mode="mw">
|
||||
<section name="simplix private">
|
||||
<attnum name="pit use first" min="0" max="1" val="1"/>
|
||||
<attnum name="pit use smooth" min="0" max="1" val="1"/>
|
||||
<attnum name="pitlane entry offset" min="-10" max="10" val="3.0"/>
|
||||
<attnum name="pitlane exit offset" min="-10" max="10" val="5.0"/>
|
||||
<attnum name="pit entry long" min="-2000" max="2000" val="0.0"/>
|
||||
<attnum name="pit exit long" min="-2000" max="2000" val="0.0"/>
|
||||
<attnum name="pit exit length" min="-2000" max="2000" val="0.0"/>
|
||||
<attnum name="pit lat offset" min="-5" max="5" val="0.0"/>
|
||||
<attnum name="pit long offset" min="-5" max="5" val="0.0"/>
|
||||
<attnum name="pit scale brake" val="1.0"/>
|
||||
<attnum name="pit stop dist" val="1.5"/>
|
||||
</section>
|
||||
</params>
|
27
src/drivers/simplix/src/tracks/street-1.xml
Normal file
27
src/drivers/simplix/src/tracks/street-1.xml
Normal file
|
@ -0,0 +1,27 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
file : street-1.xml
|
||||
created : 28 Mar 2008
|
||||
last modified : 21 Nov 2008
|
||||
copyright : (C) 2008 Wolf-Dieter Beelitz
|
||||
-->
|
||||
<!-- This program is free software; you can redistribute it and/or modify -->
|
||||
<!-- it under the terms of the GNU General Public License as published by -->
|
||||
<!-- the Free Software Foundation; either version 2 of the License, or -->
|
||||
<!-- (at your option) any later version. -->
|
||||
<!DOCTYPE params SYSTEM "../../../src/libs/tgf/params.dtd">
|
||||
<params name="" type="template" mode="mw">
|
||||
<section name="simplix private">
|
||||
<attnum name="pit use first" min="0" max="1" val="1"/>
|
||||
<attnum name="pit use smooth" min="0" max="1" val="1"/>
|
||||
<attnum name="pitlane entry offset" min="-10" max="10" val="3.0"/>
|
||||
<attnum name="pitlane exit offset" min="-10" max="10" val="5.0"/>
|
||||
<attnum name="pit entry long" min="-2000" max="2000" val="-25.0"/>
|
||||
<attnum name="pit exit long" min="-2000" max="2000" val="50.0"/>
|
||||
<attnum name="pit exit length" min="-2000" max="2000" val="0.0"/>
|
||||
<attnum name="pit lat offset" min="-5" max="5" val="0.0"/>
|
||||
<attnum name="pit long offset" min="-5" max="5" val="0.0"/>
|
||||
<attnum name="pit scale brake" val="1.0"/>
|
||||
<attnum name="pit stop dist" val="1.5"/>
|
||||
</section>
|
||||
</params>
|
29
src/drivers/simplix/src/tracks/wheel-1.xml
Normal file
29
src/drivers/simplix/src/tracks/wheel-1.xml
Normal file
|
@ -0,0 +1,29 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
file : wheel-1.xml
|
||||
created : 28 Mar 2008
|
||||
last modified : 21 Nov 2008
|
||||
copyright : (C) 2008 Wolf-Dieter Beelitz
|
||||
-->
|
||||
<!-- This program is free software; you can redistribute it and/or modify -->
|
||||
<!-- it under the terms of the GNU General Public License as published by -->
|
||||
<!-- the Free Software Foundation; either version 2 of the License, or -->
|
||||
<!-- (at your option) any later version. -->
|
||||
<!DOCTYPE params SYSTEM "../../../src/libs/tgf/params.dtd">
|
||||
<params name="" type="template" mode="mw">
|
||||
<section name="simplix private">
|
||||
<attnum name="pit use first" min="0" max="1" val="1"/>
|
||||
<attnum name="pit use smooth" min="0" max="1" val="1"/>
|
||||
<attnum name="pitlane entry offset" min="-10" max="10" val="3.0"/>
|
||||
<attnum name="pitlane exit offset" min="-10" max="10" val="5.0"/>
|
||||
<attnum name="pit entry long" min="-2000" max="2000" val="-25.0"/>
|
||||
<attnum name="pit exit long" min="-2000" max="2000" val="0.0"/>
|
||||
<attnum name="pit exit length" min="-2000" max="2000" val="0.0"/>
|
||||
<attnum name="pit lat offset" min="-5" max="5" val="0.0"/>
|
||||
<attnum name="pit long offset" min="-5" max="5" val="0.0"/>
|
||||
<attnum name="pit scale brake" val="1.0"/>
|
||||
<attnum name="pit stop dist" val="1.5"/>
|
||||
<attnum name="start side" val="0.1"/>
|
||||
<attnum name="no avoid" val="25"/>
|
||||
</section>
|
||||
</params>
|
27
src/drivers/simplix/src/tracks/wheel-2.xml
Normal file
27
src/drivers/simplix/src/tracks/wheel-2.xml
Normal file
|
@ -0,0 +1,27 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
file : wheel-2.xml
|
||||
created : 28 Mar 2008
|
||||
last modified : 21 Nov 2008
|
||||
copyright : (C) 2008 Wolf-Dieter Beelitz
|
||||
-->
|
||||
<!-- This program is free software; you can redistribute it and/or modify -->
|
||||
<!-- it under the terms of the GNU General Public License as published by -->
|
||||
<!-- the Free Software Foundation; either version 2 of the License, or -->
|
||||
<!-- (at your option) any later version. -->
|
||||
<!DOCTYPE params SYSTEM "../../../src/libs/tgf/params.dtd">
|
||||
<params name="" type="template" mode="mw">
|
||||
<section name="simplix private">
|
||||
<attnum name="pit use first" min="0" max="1" val="1"/>
|
||||
<attnum name="pit use smooth" min="0" max="1" val="1"/>
|
||||
<attnum name="pitlane entry offset" min="-10" max="10" val="3.0"/>
|
||||
<attnum name="pitlane exit offset" min="-10" max="10" val="5.0"/>
|
||||
<attnum name="pit entry long" min="-2000" max="2000" val="0.0"/>
|
||||
<attnum name="pit exit long" min="-2000" max="2000" val="0.0"/>
|
||||
<attnum name="pit exit length" min="-2000" max="2000" val="0.0"/>
|
||||
<attnum name="pit lat offset" min="-5" max="5" val="0.0"/>
|
||||
<attnum name="pit long offset" min="-5" max="5" val="0.0"/>
|
||||
<attnum name="pit scale brake" val="1.0"/>
|
||||
<attnum name="pit stop dist" val="1.5"/>
|
||||
</section>
|
||||
</params>
|
Loading…
Reference in a new issue