43 lines
1.4 KiB
XML
43 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
file : raceengine.xml
|
|
created : Sat Nov 16 19:39:26 CET 2002
|
|
copyright : (C) 2002 by Eric Espie
|
|
email : Eric.Espie@torcs.org
|
|
version : $Id: raceengine.xml 5813 2014-11-05 10:51:46Z kmetykog $
|
|
-->
|
|
|
|
<!-- 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 "../tgf/params.dtd">
|
|
|
|
<params name="" type="template" mode="mw" version="2.0">
|
|
|
|
<section name="Modules">
|
|
<attstr name="racing" val="standardgame"/>
|
|
<attstr name="track" val="trackv1"/>
|
|
<attstr name="simu" val="simuv4"/>
|
|
<attstr name="graphic" val="ssggraph"/>
|
|
<attstr name="sound" val="snddefault"/>
|
|
</section>
|
|
|
|
<section name="Movie Capture">
|
|
<attstr name="enable capture" in="yes,no" val="no"/>
|
|
<attnum name="fps" val="25"/>
|
|
<attstr name="output directory" val="captures"/>
|
|
</section>
|
|
|
|
<section name="Race Engine">
|
|
<attstr name="multi-threading" in="auto,on,off" val="off"/>
|
|
<attstr name="thread affinity" in="on,off" val="off"/>
|
|
<attstr name="startpaused" in="on,off" val="on"/>
|
|
<attstr name="cooldown" in="on,off" val="on"/>
|
|
</section>
|
|
|
|
</params>
|
|
|
|
|