56 lines
2.2 KiB
XML
56 lines
2.2 KiB
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!--
|
||
|
file : car.xml
|
||
|
created : Sun Aug 17 22:09:03 CEST 2003
|
||
|
copyright : (C) 2003 by Eric Espié
|
||
|
email : Eric.Espie@torcs.org
|
||
|
version : $Id: car.xml 8751 2023-02-26 23:52:41Z torcs-ng $
|
||
|
-->
|
||
|
|
||
|
<!-- 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="default car" version="1.32">
|
||
|
|
||
|
<!-- Enabling new simuv4 features -->
|
||
|
<section name="Features">
|
||
|
<!-- Correctly shifts wing coordinates to the CoG system inside the game,-->
|
||
|
<!-- setting this feature here can cause a change in the aero balance for certain cars. -->
|
||
|
<!-- Cars set up for this feature enable it in their xml files. -->
|
||
|
<!--attstr name="shifting aero coordinates" in="yes,no" val="no"/-->
|
||
|
|
||
|
<!-- Fixes tires bouncing back and forth after stopping the car. -->
|
||
|
<attstr name="fixed low speed grip" in="yes,no" val="yes"/>
|
||
|
|
||
|
<!-- Use neutral between the old and new gears. -->
|
||
|
<!-- Works poorly with H-Box mode. -->
|
||
|
<attstr name="realistic gear change" in="yes,no" val="no"/>
|
||
|
|
||
|
<!-- Rev limiter momentarily cuts the engine when it hits the limit. -->
|
||
|
<attstr name="realistic rev limiter" in="yes,no" val="yes"/>
|
||
|
|
||
|
<!-- Experimental code, use only for development or testing -->
|
||
|
<attstr name="fixed wheel force" in="yes,no" val="no"/>
|
||
|
|
||
|
<!-- Experimental code, use only for development or testing -->
|
||
|
<!-- Cars set up for this feature enable it in their xml files. -->
|
||
|
<!--attstr name="enable tcl" in="yes,no" val="yes"/-->
|
||
|
|
||
|
<!-- Experimental code, use only for development or testing -->
|
||
|
<!-- Cars set up for this feature enable it in their xml files. -->
|
||
|
<!--attstr name="enable abs" in="yes,no" val="yes"/-->
|
||
|
|
||
|
<!-- Experimental code, use only for development or testing -->
|
||
|
<!-- Cars set up for this feature enable it in their xml files. -->
|
||
|
<!--attstr name="enable esp" in="yes,no" val="yes"/-->
|
||
|
|
||
|
</section>
|
||
|
|
||
|
</params>
|
||
|
|
||
|
|