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
This commit is contained in:
torcs-ng 2008-12-16 23:21:27 +00:00
parent cd5bf7113f
commit 31a6706a63
2 changed files with 1 additions and 27 deletions

View file

@ -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}

View file

@ -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!