Open source motorsim
Go to file
pouillot cc79af0b1e renamed callgrind logs for consistency with associated data files
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@2465 30fe4595-0a0c-4342-8851-515496e4dcbd
2010-05-15 13:39:14 +00:00
cmake Add warning message if the wrong ENET_INCLUDE_DIR is used. 2010-04-16 10:03:16 +00:00
data Olethros Road texture improvements 2010-05-15 13:17:47 +00:00
doc renamed callgrind logs for consistency with associated data files 2010-05-15 13:39:14 +00:00
installer Promoted sdl-port branch to the new trunk, towards 2.0 2010-02-28 09:04:35 +00:00
src Fixes #122 (unicode map static initialization trap for some compilers) 2010-05-13 08:50:23 +00:00
CHANGES Promoted sdl-port branch to the new trunk, towards 2.0 2010-02-28 09:04:35 +00:00
CMakeLists.txt Create the doxygen_config inside the binairy dir and not inside the source dir. 2010-04-23 17:46:48 +00:00
COPYING Import Initial 2008-09-14 16:25:25 +00:00
INSTALL Added a tip for the enet/time.h issue on some Linuxes + cleanup 2010-04-22 08:53:10 +00:00
README Renamed/changed files for consistency with new project name (some work remaining on the Linux side) 2009-09-27 19:42:47 +00:00
TODO Promoted sdl-port branch to the new trunk, towards 2.0 2010-02-28 09:04:35 +00:00
config.h.cmake Promoted sdl-port branch to the new trunk, towards 2.0 2010-02-28 09:04:35 +00:00
credits.xml Promoted sdl-port branch to the new trunk, towards 2.0 2010-02-28 09:04:35 +00:00
doxygen_config.cmake Promoted sdl-port branch to the new trunk, towards 2.0 2010-02-28 09:04:35 +00:00
resource.h Renamed/changed files for consistency with new project name (some work remaining on the Linux side) 2009-09-27 19:42:47 +00:00
robotgen Renamed / changed files for new project name (fixed Windows side, finished Linux side). Menus not changed (still Torcs-NG) 2009-09-27 21:37:18 +00:00
version.h.cmake Promoted sdl-port branch to the new trunk, towards 2.0 2010-02-28 09:04:35 +00:00

README

Introduction
------------
This is an all in one package of Speed Dreams. Be aware that some included
artwork has non free (in the GPL sense) licenses, you will find a "readme.txt"
in those directories. 
The rest is either licensed under the GPL V2 (see COPYING) or the Free Art License.


Non-Free content (in GPL sense)
-------------------------------
Here the list with the directories containing non free content, look at the
readme.txt for details:
- data/cars/models/pw-*
- data/cars/models/kc-*


Changes since last release
--------------------------
See CHANGES


Things that are still to be done, ideas to be ...
-------------------------------------------------
See TODO


Installation instructions
-------------------------
See INSTALL


Testing
-------
If you find problems which should be already fixed or new ones 
please report them to the speed-dreams-users mailing list.


Getting Help
------------
During the game press F1
(do it as well during the ride to learn about the options).

For more in depth information visit speed-dreams.sourceforge.net,
you'll find there a lot of information (documentation, HOWTO, FAQ).

If you are stuck please report problems through speed-dreams-users mailing list
or the Tracker (visit <http://sourceforge.net/projects/speed-dreams> for that).


Car Setups
----------
For the human player driver, the car parameters are located in the files :
- Linux   : ~/.speed-dreams/drivers/human/car*.xml
- Windows : <My documents>\speed-dreams\drivers\human\car*.xml
depending on the car used. You can change them with a text editor, 
for more information look into the robot tutorial chapter 5
(http://www.berniw.org/torcs/robot/ch5/properties.html).


Creating Tracks
---------------
There is a track editor in development, have a look at http://www.vmarti.es


Robot programming
-----------------
You find a robot programming tutorial on www.berniw.org in the TORCS section.


Robot racing
------------
Visit www.berniw.org/trb for more information.