home *** CD-ROM | disk | FTP | other *** search
- 300 // Cruising Speed
- 600 // Under Attack Speed
- 140 // Acceleration
- 270 // Deacceration
-
- // Common vehicle data
- 120 // Activation Distance.
- 600 // Armor Amount
- 100 // Tire Armor Amount
-
- // Engines
- 1 // Number engines
- -30.0 50.0 180.0
- 30.0 100.0 260.0
-
- C_BLMTTK.WAV // Hit Sound
- L_vcaddy.wav // Operating Sound
-
- 1000.0 // Min. Sound Emitter Distance cm.
- 10000.0 // Max Sound Emitter Distance cm.
-
-
- carbig.rob // Original Model
- none.rob // Damaged Model
-
- 4 // Number of wheel models
-
- // NOTE: Put the front wheels in the list first.
- carbigwheel.qob none.qob
- -90.0 39.0 190.0 0.0 // Model, local location, rotation about Y
- carbigwheel.qob none.qob
- 90.0 39.0 190.0 180.0 // Model, local location, rotation about Y
- carbigwheel.qob none.qob
- 90.0 39.0 -190.0 180.0 // Model, local location, rotation about Y
- carbigwheel.qob none.qob
- -90.0 39.0 -190.0 0.0 // Model, local location, rotation about Y
-
-
- 6 // Accessory Count
- // Format <TYPE>
- // <glass> <0 == standard, 1 == safety, 2 == bullet resistant, 3 == heavy bullet resistant >
- // <Model Name> <Local coordinate> <degrees to rotate>
- "glass" 2 carbigglassfr.rob 0.0 144.3 106.4 0.0
- "glass" 2 carbigglassbk.rob 0.0 146.0 -146.0 0.0
- "glass" 2 carbigglasssdfrl.rob -98.0 142.5 47.6 0.0
- "glass" 2 carbigglasssdfrr.rob 98.0 142.5 47.6 0.0
- "glass" 2 carbigglasssdbkl.rob -98.0 142.5 -85.4 0.0
- "glass" 2 carbigglasssdbkr.rob 98.0 142.5 -85.4 0.0
-
-
- 4 // Number spawn/rest locations
-
- -140.0 0.0 30.0 // Location on vehicle to spawn.( local location )
- -50.0 10.0 95.0 //Joe - was: -50.0 10.0 45.0 // Location on vehicle to rest. ( local location )
- 140.0 0.0 30.0 // Location on vehicle to spawn.( local location )
- 50.0 10.0 95.0 //Joe - was: 50.0 10.0 45.0 // Location on vehicle to rest. ( local location )
- -140.0 0.0 -90.0 // Location on vehicle to spawn.( local location )
- -50.0 10.0 -25.0 //Joe-was: -50.0 10.0 -75.0 // Location on vehicle to rest. ( local location )
- 140.0 0.0 -90.0 // Location on vehicle to spawn.( local location )
- 50.0 10.0 -25.0 //Joe-was: 50.0 10.0 -75.0 // Location on vehicle to rest. ( local location )
-