Purple windows and reflections in Ubuntu 10.04 (Racer 0.5.4 beta 1)

A

AnVa

  • AnVa

In some cars, the windows are purple. Also reflections are purple. Is there a way to fix it?
In the troubleschooting, they say that you must edit gfx.ini, but I can't find that file.

Thx
 
I also use Ubuntu 10.04 and my advise is forget about the Linux version.. it's reaaaaaally old. Get wine and run a more recent version.
 
I use Ubuntu 10.04 as well. I have both setups on my computer, Linux v0.5.4b1 (combined with most parts from the v0.6.5.5 version), as well as Windows v0.8.8.1 running well through Wine. Also, I have Racer Linux setup on the another computer with Edubuntu, used by my preschool boy. On my computer, I use Linux as a non-cg Racer version, and Windows/Wine version as a cg. I would definitely recommend KS95 advice and use Racer v0.8.8 (or higher) through Wine. If your hardware cannot support cg version of Racer, and you still want to use Linux to run the Racer, there are few things you need to do.

First, Linux is CASE sensitive, so all the car and track file names have to be in lower case in order for Linux Racer to recognize it. Also, there should be no spaces in the files name, just use _ to separate words. This is also recommended for all other names inside car/track file.

Second, everything inside car/track files should be in lower case too. Some car/track files are already like that so they have no problems. Otherwise, if some of the file content is not in the lower case, then there will be problems as you described it. There is lowerize toll in Linux Racer that I never managed to get going. I use following method. Open the car or track file in terminal and use this command line to make everything inside lower case: for i in `find * -depth`; do (mv $i `echo $i | sed 's%[^/][^/]*$%%'``echo $i | sed 's!.*/!!' | tr [:upper:] [:lower:]`); done

Third, for a car file you would want to make contents of car.ini, car.shd and views.ini all in the lower case. I use gedit to open them (make sure that permission is set not to execute when opening in gedit). Gedit has nice plugin in preferences "Change Case" that you can activate and use to make everything lower case inside these three files. For car.shd and views.ini, after you open it in gedit, you can just select all and make everything lower case. For car.ini file, I would recommend to select text after the name of the car and other comments (after where it says wheels=4).
For track files, you would want to make contents of track.ini and track.shd all in the lower case.

If this sounds like a lot of hassle, it is. While you can get Linux to run lovely a native non-cg Racer, I still say: just use Wine. You can also try some of the older Windows non-cg version (last one was v0.6.5.5) through Wine. If you want to use latest non-cg versions, v0.8.10 - v0.8.12, you have to start them with racer_nocg.exe
 
shell script

I use ubuntu 10.04 too, and linux is case-sensitive. But renaming files isn`t as hard as using the command-line.
I found a simple shell script and if you execute this text file, it wil rename all files and folders to lowercase.
It is like the command of twister77, but you only have to execute this file.
 

Attachments

  • rename.txt
    141 bytes · Views: 397

Latest News

How long have you been simracing

  • < 1 year

    Votes: 290 15.3%
  • < 2 years

    Votes: 200 10.5%
  • < 3 years

    Votes: 197 10.4%
  • < 4 years

    Votes: 143 7.5%
  • < 5 years

    Votes: 252 13.3%
  • < 10 years

    Votes: 226 11.9%
  • < 15 years

    Votes: 141 7.4%
  • < 20 years

    Votes: 116 6.1%
  • < 25 years

    Votes: 87 4.6%
  • Ok, I am a dinosaur

    Votes: 247 13.0%
Back
Top