home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2003 March / Gamestar_49_2003-03_cd2.bin / data / actor / golfcart.vcl < prev    next >
Encoding:
Text File  |  1999-11-30  |  889 b   |  34 lines

  1. 300            // Cruising Speed
  2. 600            // Under Attack Speed
  3. 320            // Acceleration
  4. 350            // Deacceration
  5.  
  6. // Common vehicle data
  7. 50            // Activation Distance.
  8. 200            // Armor Amount
  9. 50            // Tire Armor Amount
  10.  
  11. // Engines
  12. 0        // Number engines
  13.  
  14. C_BLMTTK.WAV        // Hit Sound
  15. L_velec.wav         // Operating Sound
  16.  
  17. 1000.0            // Min. Sound Emitter Distance cm.
  18. 10000.0            // Max Sound Emitter Distance cm.
  19.  
  20.  
  21. golfcart.rob        // Original Model
  22. none.rob        // Damaged Model
  23.  
  24. 0            // Number of wheel models
  25.  
  26. 0            // Accessory Count
  27.  
  28. 2            // Number spawn/rest locations
  29.  
  30. -110.0 0.0 50.0        // Location on vehicle to spawn.( local location )
  31. -50.0 60.0 60.0 //Joe-was: -50.0 60.0 10.0        // Location on vehicle to rest. ( local location )
  32. 110.0 0.0 50.0        // Location on vehicle to spawn.( local location )
  33. 50.0 60.0 60.0 //Joe-was: 50.0 60.0 10.0        // Location on vehicle to rest. ( local location )
  34.