Added the Mercedes drivers
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@744 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: c44e34b6974988604c2f2c68d0425ac38e44e015 Former-commit-id: 082bbc8eb165535116ddd69d8eedd1ba48384aba
This commit is contained in:
parent
391569353f
commit
566781cec2
8 changed files with 80 additions and 22 deletions
27
src/drivers/simplix/simplix_36GP/10/Makefile
Normal file
27
src/drivers/simplix/simplix_36GP/10/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
##############################################################################
|
||||
#
|
||||
# file : Makefile
|
||||
# created : 05 Dez 2008
|
||||
# last changed : 16 Feb 2009
|
||||
# copyright : (C) 2008-2009 Wolf-Dieter Beelitz
|
||||
#
|
||||
##############################################################################
|
||||
#
|
||||
# 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.
|
||||
#
|
||||
##############################################################################
|
||||
|
||||
ROBOT = simplix_36GP
|
||||
SHIPDIR = drivers/${ROBOT}/10
|
||||
SHIP = 36GP-mercedes.png
|
||||
SHIPSUBDIRS =
|
||||
|
||||
PKGSUBDIRS = ${SHIPSUBDIRS}
|
||||
src-robots-simplix_36GP_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
|
||||
src-robots-simplix_36GP_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))
|
||||
|
||||
include ${MAKE_DEFAULT}
|
||||
|
19
src/drivers/simplix/simplix_36GP/10/skill.xml
Normal file
19
src/drivers/simplix/simplix_36GP/10/skill.xml
Normal file
|
@ -0,0 +1,19 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!DOCTYPE params SYSTEM "../../../../src/libs/tgf/params.dtd">
|
||||
|
||||
<params name="Skill" type="template">
|
||||
|
||||
<!-- Hermann Lang - low skilled rookie. -->
|
||||
|
||||
<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="1.0"/>
|
||||
|
||||
</section>
|
||||
|
||||
</params>
|
|
@ -2,8 +2,8 @@
|
|||
#
|
||||
# file : Makefile
|
||||
# created : 05 Dez 2008
|
||||
# last changed : 14 Dez 2008
|
||||
# copyright : (C) 2008 Wolf-Dieter Beelitz
|
||||
# last changed : 16 Feb 2009
|
||||
# copyright : (C) 2008-2009 Wolf-Dieter Beelitz
|
||||
#
|
||||
##############################################################################
|
||||
#
|
||||
|
@ -16,7 +16,7 @@
|
|||
|
||||
ROBOT = simplix_36GP
|
||||
SHIPDIR = drivers/${ROBOT}/2
|
||||
SHIP = 36GP-autounion.png
|
||||
SHIP = 36GP-mercedes.png
|
||||
SHIPSUBDIRS =
|
||||
|
||||
PKGSUBDIRS = ${SHIPSUBDIRS}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
<params name="Skill" type="template">
|
||||
|
||||
<!-- 0 -->
|
||||
<!-- Manfred von Brauchitsch - also highly skilled and aggressive. -->
|
||||
|
||||
<section name="skill">
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
|||
<!-- 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.00"/>
|
||||
<attnum name="level" min="0.0" max="1.0" val="0.3"/>
|
||||
|
||||
</section>
|
||||
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
#
|
||||
# file : Makefile
|
||||
# created : 05 Dez 2008
|
||||
# last changed : 14 Dez 2008
|
||||
# copyright : (C) 2008 Wolf-Dieter Beelitz
|
||||
# last changed : 16 Feb 2009
|
||||
# copyright : (C) 2008-2009 Wolf-Dieter Beelitz
|
||||
#
|
||||
##############################################################################
|
||||
#
|
||||
|
@ -16,7 +16,7 @@
|
|||
|
||||
ROBOT = simplix_36GP
|
||||
SHIPDIR = drivers/${ROBOT}/3
|
||||
SHIP = 36GP-autounion.png
|
||||
SHIP = 36GP-mercedes.png
|
||||
SHIPSUBDIRS =
|
||||
|
||||
PKGSUBDIRS = ${SHIPSUBDIRS}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
<params name="Skill" type="template">
|
||||
|
||||
<!-- 0 -->
|
||||
<!-- Luigi Fagioli - highly skilled and aggressive. -->
|
||||
|
||||
<section name="skill">
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
|||
<!-- 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.00"/>
|
||||
<attnum name="level" min="0.0" max="1.0" val="0.5"/>
|
||||
|
||||
</section>
|
||||
|
||||
|
|
|
@ -48,7 +48,7 @@ SOURCES = ../src/unitmain.cpp \
|
|||
../src/unitvec3d.cpp
|
||||
SHIPDIR = drivers/${ROBOT}
|
||||
SHIP = ${ROBOT}.xml default.xml logo.rgb
|
||||
SHIPSUBDIRS = 0 1 2 3 4 5 6 7 8 9 tracks 36GP-alfa12c 36GP-alfatipo 36GP-autounion 36GP-bugatti 36GP-maserati 36GP-maserati6C34 36GP-mercedes
|
||||
SHIPSUBDIRS = 0 1 2 3 4 5 6 7 8 9 10 tracks 36GP-alfa12c 36GP-alfatipo 36GP-autounion 36GP-bugatti 36GP-maserati 36GP-maserati6C34 36GP-mercedes
|
||||
|
||||
PKGSUBDIRS = ${SHIPSUBDIRS}
|
||||
src-robots-simplix_36GP_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
file : usr.xml
|
||||
file : simplix_36GP.xml
|
||||
created : Wed Jan 8 18:31:16 CET 2003
|
||||
copyright : (C) 2002 Andrew Sumner
|
||||
email : firechief@bluewin.ch
|
||||
|
@ -41,31 +41,31 @@
|
|||
<attnum name="green" val="0.2"></attnum>
|
||||
<attnum name="blue" val="0.2"></attnum>
|
||||
</section>
|
||||
<!--
|
||||
|
||||
<section name="2">
|
||||
<attstr name="name" val="Achilli Varzi"></attstr>
|
||||
<attstr name="name" val="Manfred von Brauchitsch"></attstr>
|
||||
<attstr name="desc" val=""></attstr>
|
||||
<attstr name="team" val="36 Auto Union"></attstr>
|
||||
<attstr name="team" val="36 Mercedes"></attstr>
|
||||
<attstr name="author" val="Wolf-Dieter Beelitz"></attstr>
|
||||
<attstr name="car name" val="36GP-autounion"></attstr>
|
||||
<attnum name="race number" val="12"></attnum>
|
||||
<attstr name="car name" val="36GP-mercedes"></attstr>
|
||||
<attnum name="race number" val="8"></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="3">
|
||||
<attstr name="name" val="Hans Stuck"></attstr>
|
||||
<attstr name="name" val="Luigi Fagioli"></attstr>
|
||||
<attstr name="desc" val=""></attstr>
|
||||
<attstr name="team" val="36 Auto Union"></attstr>
|
||||
<attstr name="team" val="36 Mercedes"></attstr>
|
||||
<attstr name="author" val="Wolf-Dieter Beelitz"></attstr>
|
||||
<attstr name="car name" val="36GP-autounion"></attstr>
|
||||
<attnum name="race number" val="13"></attnum>
|
||||
<attstr name="car name" val="36GP-mercedes"></attstr>
|
||||
<attnum name="race number" val="7"></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="4">
|
||||
<attstr name="name" val="Count Carlo Trossi"></attstr>
|
||||
<attstr name="desc" val=""></attstr>
|
||||
|
@ -138,6 +138,18 @@
|
|||
<attnum name="blue" val="0.7"></attnum>
|
||||
</section>
|
||||
|
||||
<section name="10">
|
||||
<attstr name="name" val="Hermann Lang"></attstr>
|
||||
<attstr name="desc" val=""></attstr>
|
||||
<attstr name="team" val="36 Mercedes"></attstr>
|
||||
<attstr name="author" val="Wolf-Dieter Beelitz"></attstr>
|
||||
<attstr name="car name" val="36GP-mercedes"></attstr>
|
||||
<attnum name="race number" val="10"></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