Intro
MTM2.com
MTMG
Home
Assumptions
Downloads

Files
Extract
Rename

Textures
RAW to BMP
Paint
BMP to RAW

Model
Replacer
TRK file

Finishing
Podding
Test Drive
Troubleshoot

TRK file

The TRK file brings everything together. We've already had a peek at it; this time we're going to edit it for our truck.


  1. Start Notepad and open DIRT.TRK. The first four lines will look like this.
    MTM2 truckName
    Bigfoot
    truckModelBaseName
    bigfoot
    
  2. Line two is the name of the truck as it appears in the game. Change it to the name of your truck. For example, like this
    MTM2 truckName
    My First Dirt Truck
    truckModelBaseName
    bigfoot
    
  3. Line four is the name of the truck model (the bin file). We called ours DIRT.BIN. Write that in place of bigfoot. You may use lower case letters. For example, like this
    MTM2 truckName
    My First Dirt Truck
    truckModelBaseName
    dirt.bin
    
  4. Save.
  5. Close Notepad.