48 lines
1.9 KiB
XML
48 lines
1.9 KiB
XML
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||
|
<!--
|
||
|
file : default.xml
|
||
|
created : 12 Oct 2009
|
||
|
last modified : 24 Oct 2010
|
||
|
copyright : (C) 2010 Wolf-Dieter Beelitz
|
||
|
|
||
|
SIMPLIX_MPA1 - 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="mpa1-ffr" type="template" mode="mw">
|
||
|
<!-- Car parameters >>> -->
|
||
|
<section name="Front Wing">
|
||
|
<attnum name="angle" unit="deg" min="0" max="29" val="3"/>
|
||
|
</section>
|
||
|
|
||
|
<section name="Rear Wing">
|
||
|
<attnum name="angle" unit="deg" min="0" max="29" val="1"/>
|
||
|
</section>
|
||
|
|
||
|
<section name="private">
|
||
|
<attnum name="speedfactor" val="1.05"/>
|
||
|
<attnum name="brakeforcefactor" val="1.0"/>
|
||
|
<attnum name="brakeforcemin" val="0.25"/>
|
||
|
<attnum name="bumpspeedfactor" val="3.0"/>
|
||
|
<attnum name="fuelpermeter" val="0.001"/>
|
||
|
<attnum name="fuelweightfactor" val="1.0"/>
|
||
|
<attnum name="pitdamage" val="5000"/>
|
||
|
<attnum name="pitentrymargin" val="200.0"/>
|
||
|
<attnum name="pitentryspeed" val="25.0"/>
|
||
|
<attnum name="pitexitspeed" val="25.0"/>
|
||
|
<attnum name="targetfactor" val="0.3"/>
|
||
|
<attnum name="targetwalldist" val="0.0"/>
|
||
|
<attnum name="tractioncontrol" val="1"/>
|
||
|
<!-- Race line ClothoidPath -->
|
||
|
<attnum name="maxleft" val="10.0"/>
|
||
|
<attnum name="maxright" val="10.0"/>
|
||
|
<attnum name="margininside" val="1.0"/>
|
||
|
<attnum name="marginoutside" val="1.5"/>
|
||
|
<attnum name="clothoidfactor" val="1.005"/>
|
||
|
<attnum name="seglen" val="3.0"/>
|
||
|
</section>
|
||
|
</params>
|