Creating a Truck
From Rigs Of Rods
(Difference between revisions)
Line 1: | Line 1: | ||
A truck is composed of: | A truck is composed of: | ||
- | + | *A [[Truck Description File]] (a text file containing all the truck's element description) | |
- | + | *A [[Miniature File]] (a picture for the "Select truck" entry in the game) | |
- | + | *A [[Material File]] (a text file describing the material used to texture the truck, in Ogre3D format) | |
- | + | *A [[Texture File]] (a picture containing the texture of the truck) | |
Only the first file is mandatory, the others are optional. | Only the first file is mandatory, the others are optional. | ||
All these files should be placed in the data\\trucks directory to be recognized by the game. | All these files should be placed in the data\\trucks directory to be recognized by the game. |
Revision as of 23:07, 28 January 2006
A truck is composed of:
- A Truck Description File (a text file containing all the truck's element description)
- A Miniature File (a picture for the "Select truck" entry in the game)
- A Material File (a text file describing the material used to texture the truck, in Ogre3D format)
- A Texture File (a picture containing the texture of the truck)
Only the first file is mandatory, the others are optional.
All these files should be placed in the data\\trucks directory to be recognized by the game.