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 / digger.txt < prev    next >
Text File  |  2005-05-08  |  2KB  |  91 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"        "0.5"
  12.         "keepuprighttorque"        "0.5"
  13.         "massCenterOverride"        "0 0 -24"
  14.     }
  15.     "engine"
  16.     {
  17.         "horsepower"            "150"
  18.         "maxrpm"            "4000"
  19.         "maxspeed"            "30"        // mph
  20.         "autotransmission"        "1"
  21.         "axleratio"                "3"
  22.         "gear"                    "10.0"        // 1st gear
  23.         "shiftuprpm"            "5000"
  24.         "shiftdownrpm"            "0"
  25.     }
  26.     "steering"
  27.     {
  28.         "degrees"        "60"
  29.         "slowcarspeed"        "0"
  30.         "fastcarspeed"        "10"
  31.         "slowsteeringrate"    "2"
  32.         "faststeeringrate"    "0.75"
  33.     }
  34.  
  35.     // front axle
  36.     "axle"
  37.     {
  38.         "wheel"
  39.         {
  40.             "radius"        "22.5"
  41.             "mass"            "400"
  42.             "inertia"        "0.3"
  43.             "damping"        "0"
  44.             "rotdamping"    "0.02"
  45.             "material"        "rubbertire"
  46.         }
  47.         "suspension"
  48.         {
  49.             "springConstant"            "90"
  50.             "springDamping"                "10"
  51.             "stabilizerConstant"        "80"
  52.             "springDampingCompression"    "3"
  53.             "maxBodyForce"                "120"
  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"        "22.5"
  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"                "120"
  81.         }
  82.  
  83.         "offset"        "0 -68 25"
  84.         "wheeloffset"    "40 0 0"
  85.         "torquefactor"    "0.5"
  86.         "brakefactor"    "1.5"
  87.     }
  88. }
  89.  
  90.  
  91.