|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
rally car driversHi,
I have installed torcs on ubuntu 9.04 and added the rally cars by copying the content of the cars/ dir in: TORCS-1.3.1-data-cars-*.tgz to /usr/share/games/torcs/cars/ I only see 6 "Damned" robots for these cars but I remember having had at least 6 more robots for them. Can anybody tell me where to download these extra robots from? Cheers ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Torcs-users mailing list Torcs-users@... https://lists.sourceforge.net/lists/listinfo/torcs-users |
|
|
Re: rally car driversHi,Hi, The other robots you're talking about are berniw two 1-6, and they should be installed by default; if they aren't, how did you install Torcs? Cheers, Ocirne ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Torcs-users mailing list Torcs-users@... https://lists.sourceforge.net/lists/listinfo/torcs-users |
|
|
Re: rally car driversI installed the package in ubuntu:
dpkg -l torcs Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad) ||/ Name Version Description +++-=================================-=================================-================================================================================== ii torcs 1.3.0-3build1 3D racing cars simulator game using OpenGL Is it true in general that copying a driver directory to /usr/share/torcs/drivers is enough? Same for cars and tracks? How can I duplicate a driver? For example, create a new set of damned drivers out of the current ones by copying/editing the xml files? On Sat, Oct 10, 2009 at 3:37 PM, Enrico Mattea <ocirne94@...> wrote:
------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Torcs-users mailing list Torcs-users@... https://lists.sourceforge.net/lists/listinfo/torcs-users |
|
|
Re: rally car driversHello Albert,
> Is it true in general that copying a driver directory to > /usr/share/torcs/drivers is enough? Same for cars and tracks? I think it's not enough, you also need to copy the driver's library to /usr/lib/torcs (also, check if in /usr/lib you find a folder named torcs, because I'm not sure about the location of default folders for package install). > How can I duplicate a driver? For example, create a new set of damned > drivers out of the current ones by copying/editing the xml files? I think you have to download the whole torcs sources and compile them; to copy an existing robot (but in sources you'll already find berniw two), copy sources from the existing robot, modify them (you'll have to modify the robot's name into the sources and into the xml file, see www.berniw.org, torcs section, robot tutorial sub-section, chapter one); after that, you have to compile the new robot, after setting up some environment variables: copy the following lines at the end of .bashrc file in your home directory export LD_LIBRARY_PATH=the path where is located torcs folder with robot libraries, default is /usr/local/lib export TORCS_BASE=the folder where torcs sources are located (if it's on your Desktop, it should be /home/name/Desktop/torcs-1.3.1) export MAKE_DEFAULT=${TORCS_BASE}/Make-default.mk To compile the new robot, open a shell into your robot's sources directory (F4) and run "make" and "make install" commands. Bye, Ocirne ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Torcs-users mailing list Torcs-users@... https://lists.sourceforge.net/lists/listinfo/torcs-users |
| Free embeddable forum powered by Nabble | Forum Help |