27 lines
1.0 KiB
XML
27 lines
1.0 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!--
|
|
file : default.xml
|
|
created : 01 Dec 2007
|
|
last modified : 06 Nov 2010
|
|
copyright : (C) 2007-2010 Wolf-Dieter Beelitz
|
|
|
|
SIMPLIX LS1 - ALL CARS
|
|
|
|
SVN version : $Id: default.xml 4169 2011-11-21 07:39:21Z wdbee $
|
|
-->
|
|
<!-- 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_ls1" type="template" mode="mw">
|
|
<section name="skilling">
|
|
<!-- enable skilling -->
|
|
<attnum name="enable" min="0" max="1" val="1"/>
|
|
</section>
|
|
<section name="team">
|
|
<!-- disable team features (as slipstreaming) -->
|
|
<attnum name="enable" min="0" max="1" val="0"/>
|
|
</section>
|
|
</params>
|