29 lines
1.0 KiB
XML
29 lines
1.0 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="5"/>
|
||
|
</section>
|
||
|
|
||
|
<section name="Rear Wing">
|
||
|
<attnum name="angle" unit="deg" min="0" max="29" val="4"/>
|
||
|
</section>
|
||
|
|
||
|
<section name="private">
|
||
|
<attnum name="avoid offset" min="0.0" max="2.0" val="1.0"/>
|
||
|
</section>
|
||
|
</params>
|