Additional drivers
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@521 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 69fed28dfb3ae9799bb68de8f287704f5ff6c9bb Former-commit-id: f017064623eb03bb5eef52bbf3fc9d6e2e09057d
This commit is contained in:
parent
7f2d35efc1
commit
c745f3e910
5 changed files with 220 additions and 144 deletions
BIN
src/drivers/usr_GP3601/11/Thumbs.db
Normal file
BIN
src/drivers/usr_GP3601/11/Thumbs.db
Normal file
Binary file not shown.
26
src/drivers/usr_GP3601/11/skill.xml
Normal file
26
src/drivers/usr_GP3601/11/skill.xml
Normal file
|
@ -0,0 +1,26 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!DOCTYPE params SYSTEM "../../../../src/libs/tgf/params.dtd">
|
||||
|
||||
<params name="Skill" type="template">
|
||||
|
||||
<!-- Bernd Rosemeyer - perhaps the greatest driver of the time -->
|
||||
|
||||
<section name="skill">
|
||||
|
||||
<!-- This skill level is added to the global skill level set in -->
|
||||
<!-- raceman/config/extra/skill.xml to provide a unique value for -->
|
||||
<!-- each driver. The values should be between 0 and 1, with 0 being -->
|
||||
<!-- the highest skill level. -->
|
||||
<attnum name="level" min="0.0" max="1.0" val="0.0"/>
|
||||
|
||||
<!-- The aggression value is used to control how cautious or otherwise -->
|
||||
<!-- a driver is in overtaking opponents. Positive values make a -->
|
||||
<!-- driver take more risks, while negative values make them more -->
|
||||
<!-- careful about when they choose to overtake. Don't go too high -->
|
||||
<!-- with the positive values! -->
|
||||
<attnum name="aggression" min="-3.0" max="1.5" val="-0.5"/>
|
||||
|
||||
</section>
|
||||
|
||||
</params>
|
BIN
src/drivers/usr_GP3601/12/Thumbs.db
Normal file
BIN
src/drivers/usr_GP3601/12/Thumbs.db
Normal file
Binary file not shown.
26
src/drivers/usr_GP3601/12/skill.xml
Normal file
26
src/drivers/usr_GP3601/12/skill.xml
Normal file
|
@ -0,0 +1,26 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!DOCTYPE params SYSTEM "../../../../src/libs/tgf/params.dtd">
|
||||
|
||||
<params name="Skill" type="template">
|
||||
|
||||
<!-- Bernd Rosemeyer - perhaps the greatest driver of the time -->
|
||||
|
||||
<section name="skill">
|
||||
|
||||
<!-- This skill level is added to the global skill level set in -->
|
||||
<!-- raceman/config/extra/skill.xml to provide a unique value for -->
|
||||
<!-- each driver. The values should be between 0 and 1, with 0 being -->
|
||||
<!-- the highest skill level. -->
|
||||
<attnum name="level" min="0.0" max="1.0" val="0.0"/>
|
||||
|
||||
<!-- The aggression value is used to control how cautious or otherwise -->
|
||||
<!-- a driver is in overtaking opponents. Positive values make a -->
|
||||
<!-- driver take more risks, while negative values make them more -->
|
||||
<!-- careful about when they choose to overtake. Don't go too high -->
|
||||
<!-- with the positive values! -->
|
||||
<attnum name="aggression" min="-3.0" max="1.5" val="-0.5"/>
|
||||
|
||||
</section>
|
||||
|
||||
</params>
|
|
@ -138,6 +138,30 @@
|
|||
<attnum name="blue" val="0.7"></attnum>
|
||||
</section>
|
||||
|
||||
<section name="11">
|
||||
<attstr name="name" val="Achilli Varzi"></attstr>
|
||||
<attstr name="desc" val=""></attstr>
|
||||
<attstr name="team" val="36 Auto Union"></attstr>
|
||||
<attstr name="author" val="Wolf-Dieter Beelitz"></attstr>
|
||||
<attstr name="car name" val="36GP-autounion"></attstr>
|
||||
<attnum name="race number" val="12"></attnum>
|
||||
<attnum name="red" val="0.8"></attnum>
|
||||
<attnum name="green" val="0.7"></attnum>
|
||||
<attnum name="blue" val="0.2"></attnum>
|
||||
</section>
|
||||
|
||||
<section name="12">
|
||||
<attstr name="name" val="Hans Stuck"></attstr>
|
||||
<attstr name="desc" val=""></attstr>
|
||||
<attstr name="team" val="36 Auto Union"></attstr>
|
||||
<attstr name="author" val="Wolf-Dieter Beelitz"></attstr>
|
||||
<attstr name="car name" val="36GP-autounion"></attstr>
|
||||
<attnum name="race number" val="13"></attnum>
|
||||
<attnum name="red" val="0.8"></attnum>
|
||||
<attnum name="green" val="0.7"></attnum>
|
||||
<attnum name="blue" val="0.2"></attnum>
|
||||
</section>
|
||||
|
||||
|
||||
</section>
|
||||
</section>
|
||||
|
|
Loading…
Reference in a new issue