RoR Truck Format Tester

From Rigs of Rods Wiki

Jump to:navigation, search

Contents

What is it?

It is a utility which analyses your .truck or .load file and finds any formatting errors which cause your game to crash.

How To Use

With Windows

  • sorry, due to incompatibility of some gtk stuff, only the commandline utils is currently available for Windows!
  • Download this file: RoRTester-cmdline-win.zip
  • Unpack and open commandline:
    • START-->Run-->cmd
    • cd to the unpacked dir
    • Copy your truck to proof into that dir (for example mytruck.truck)
    • Execute the program:
 rortester.exe mytruck.truck
  • examine the output

With Linux

  • Requirements: you need gtk, and pygtk
  • download this file: Truckverify.zip (this file also includes the source code)
  • unpack and invoke with:
  python rortestergui.py <you truck file>
  • for example:
  python rortestergui.py AE86.truck
  • you can also use the command line util:
  python rortester.py AE86.truck