home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / DVDStar / Akce / Half-Life2 / install-at2v4release2005.exe / AntTroopDuece / scripts / vehicles / fastdigger.txt < prev    next >
Text File  |  2005-05-08  |  2KB  |  93 lines

  1. // This is the mine digger vehicle for Ravenholm
  2.  
  3. "vehicle"
  4. {
  5.     "wheelsperaxle"        "2"
  6.     "body"
  7.     {
  8.         "addgravity"            "0.2"
  9.         "tiltforce"            "5"
  10.         "tiltforceheight"        "64"
  11.         "countertorquefactor"    "1"
  12.         "keepuprighttorque"        "0"
  13.     }
  14.     "engine"
  15.     {
  16.         "maxsteeringdegrees"        "60"
  17.         "maxsteeringspeed"        "10"        // mph
  18.         "horsepower"            "3000"
  19.         "maxrpm"            "15000"
  20.         "maxspeed"            "30"        // mph
  21.         "autotransmission"        "1"
  22.         "axleratio"                "3.8"
  23.         "gear"                    "3.8"        // 1st gear
  24.         "gear"                    "2.2"        // 2nd gear
  25.         "gear"                    "1.3"        // 3rd gear
  26.         "gear"                    "1.0"        // 4th gear
  27.         "gear"                    "0.8"        // 5th gear
  28.         "shiftuprpm"            "15000"
  29.         "shiftdownrpm"            "500"
  30.     }
  31.  
  32.     // front axle
  33.     "axle"
  34.     {
  35.         "wheel"
  36.         {
  37.             "radius"        "25"
  38.             "mass"            "400"
  39.             "inertia"        "0.3"
  40.             "damping"        "0"
  41.             "rotdamping"    "0.02"
  42.             "material"        "rubbertire"
  43.         }
  44.         "suspension"
  45.         {
  46.             "springConstant"            "90"
  47.             "springDamping"                "10"
  48.             "stabilizerConstant"        "80"
  49.             "springDampingCompression"    "3"
  50.             "maxBodyForce"                "100"
  51.         }
  52. //        "offset"        "80 0 -20"
  53. //        "wheeloffset"    "0 -36 0"
  54.  
  55.         "offset"        "0 64 25"
  56.         "wheeloffset"    "40 0 0"
  57.  
  58.         "torquefactor"    "0.5"
  59.         "brakefactor"    "0.5"
  60.     }
  61.  
  62.     // rear axle
  63.     "axle"
  64.     {
  65.         "wheel"
  66.         {
  67.             "radius"        "25"
  68.             "mass"            "400"
  69.             "inertia"        "0.3"
  70.             "damping"        "0"
  71.             "rotdamping"    "0.02"
  72.             "material"        "rubbertire"
  73.         }
  74.         "suspension"
  75.         {
  76.             "springConstant"            "90"
  77.             "springDamping"                "10"
  78.             "stabilizerConstant"        "80"
  79.             "springDampingCompression"    "3"
  80.             "maxBodyForce"                "100"
  81.         }
  82. //        "offset"        "-50 0 -20"
  83. //        "wheeloffset"    "0 -36 0"
  84.  
  85.         "offset"        "0 -68 25"
  86.         "wheeloffset"    "40 0 0"
  87.         "torquefactor"    "0.5"
  88.         "brakefactor"    "1.5"
  89.     }
  90. }
  91.  
  92.  
  93.