Tuesday 19 June 2012

A simple way to run roadrash on windows 7 (without any graphics problem).

A simple way to run Roadrash on windows 7 (without any graphics problem).

Many have problem with Road rash when play on Windows 7, when they open the road rash game may  display is abnormal and something like faded or oil paint like display. Here is a simple solution for that.

1. Right click of road rash icon go to properties and then open file location.
2. Create a bat file and write down the following code:

taskkill /f /im explorer.exe
Rashme.exe
start explorer.exe

or
taskkill /f /im explorer.exe
Roadrash.exe
start explorer.exe
Here Important is the *.exe file-name should be the same as game name.
3. Run the bat file and enjoy the game without problem.
4. You can also make a desktop shortcut of that bat file to start from desktop.

1 comment: