Page 1 of 1

Application VehicleSimulator doesn't open

Posted: May 3rd, 2014, 12:45 pm
by gelbondoc13
RPG, FPS and SideScroller windows batch file opens but when I open VehicleSimulator, the config file open then closes immediately

Re: Application VehicleSimulator doesn't open

Posted: May 3rd, 2014, 6:57 pm
by Mike
I found the answer. The .bat file looks like there was merge code still included in it. Open it up in a text editor and replace the contents with:

Code: Select all

bin\sandbox_krs.exe -r -lautodrome -qmy_stuff -gstdout.txt %1 %2 %3 %4 %5
And that should do it! Take care :)
-mike