From 31a6706a633d090fe8bfd1519913aa273697c8fa Mon Sep 17 00:00:00 2001 From: torcs-ng Date: Tue, 16 Dec 2008 23:21:27 +0000 Subject: [PATCH] Change error in dirt-1.xml bu Eckhard git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@488 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 3bb8410f72d546ca6dd06c46781cfa00334273ee Former-commit-id: 0bc92051f4bfca24f0890b2dc7d59dadabe2bea4 --- src/drivers/simplix/simplix_trb1b/Makefile | 2 +- src/drivers/simplix/simplix_trb1b/readme.txt | 26 -------------------- 2 files changed, 1 insertion(+), 27 deletions(-) delete mode 100644 src/drivers/simplix/simplix_trb1b/readme.txt diff --git a/src/drivers/simplix/simplix_trb1b/Makefile b/src/drivers/simplix/simplix_trb1b/Makefile index c7acd5b0f..77aed5ac2 100644 --- a/src/drivers/simplix/simplix_trb1b/Makefile +++ b/src/drivers/simplix/simplix_trb1b/Makefile @@ -47,7 +47,7 @@ SOURCES = ../src/unitmain.cpp \ ../src/unitvec2d.cpp \ ../src/unitvec3d.cpp SHIPDIR = drivers/${ROBOT} -SHIP = ${ROBOT}.xml default.xml logo.rgb readme.txt +SHIP = ${ROBOT}.xml default.xml logo.rgb SHIPSUBDIRS = 0 1 2 3 car6-trb1 car7-trb1 tracks PKGSUBDIRS = ${SHIPSUBDIRS} diff --git a/src/drivers/simplix/simplix_trb1b/readme.txt b/src/drivers/simplix/simplix_trb1b/readme.txt deleted file mode 100644 index bd808e446..000000000 --- a/src/drivers/simplix/simplix_trb1b/readme.txt +++ /dev/null @@ -1,26 +0,0 @@ -// simplix_trb1 readme.txt 03. Dez. 2008 -// -// Hints - -Skilling: - -The skilling is used to define the range of lap times for the gamers opponents. -This can be done on two separate levels. -The first level is the global level defined by Andrew Sumner and used for the Career mode of Mart Kelder. -If the supercarpackage of Andrew is installed, there is the file ...\torcs\config\raceman\extra\skill.xml. -It contains one parameter to be set in the range of 0.0 (fast) to 10.0 (slow). - -To Enable/Disable the skilling for all cars of a robot there is a file -...\drivers\robotname\default.xml. -Here you can enable skilling (1) or disable it (0). - -If needed, the individual skill of a car can be set in the -...\drivers\robotname\cartype\default.xml. -The parameter skill in "simplix private" can be set to - -1 (disable skilling for this car), - 0.0 (normal skilling as defined in extra\skill.xml) or - values up to 10.0 (make car drive slower). - -The individual skilling isn't needed here, the trb1 carset is balanced! - -