
dash    ADSH
;panel   APANEL.SPR

vehicle ATV 7
  internal 0,-34,-3,-&300

  wheelsh ATVWHL
  wheelsh NIT_FX
  wheelsh FLAMES
  wheelsh SMOKE
  wheelsh BOOM

  wheel &35,0, 38,13,-40, 0,&4000,0, 8,0
  wheel &37,0, 38,13,0,   0,&4000,0, 8,0
  wheel &33,0, 38,13,40,  0,&4000,0, 8,0
  wheel &34,0, -38,13,-40,0,&C000,0, 8,0
  wheel &36,0, -38,13,0,  0,&C000,0, 8,0
  wheel &32,0, -38,13,40, 0,&C000,0, 8,0

  wheel &FF,&40, 0,-34,-3, 1,0,0, 0,0    ;head
  wheel &87,&21,  20,14,-50, 1,0,0, 0,0    ;nitro

  wheel &89,&22,  0,-15,-40, 0,0,0, 0,0    ;flames
  wheel &8A,&23,  0,-15,-50, 0,0,0, 0,0    ;smoke 80
  wheel &8B,&23,  25,-15,-30, 0,0,0, 0,0   ;smoke 90
  wheel &8C,&23, -25,-15,-30, 0,0,0, 0,0   ;smoke 95
  wheel &8D,&24,  0,0,0, 0,0,0, 0,0      ;boom

  dial 0, &2F,&1E, &6000,256, 20
  dial 1, 107,&1E, &6000,4096, 15
  dial 2, 140,52, 0,0,0


;----------------------------------
;   handling stuff
;----------------------------------
  hnd damage 120

  hnd skid fdam  0, &200,&100           ;> 1st gear accel
  hnd skid fdam  2, &1C0,&C0            ; & pretty good on water

  hnd skid fvel 2,100,100               ;slow on water, but less than other cars

  hnd skid brk   0, &700,&200

;better sideways & spinny grips than the jeeps

  hnd skid svel  0, &280,&1C0           ;better than the jeep
  hnd skid svel  1, &400,&200           ;tarmac
  hnd skid svel  2, &1C0,&C0            ;water

  hnd skid yavel 0, &C000,&8000
  hnd skid yavel 2, &C000,&4000         ;water
  hnd skid yavel 4, &C000,&6000         ;grass

  hnd skid iavel 0, &1800,&400

;  hnd bounce     0, &C00,&200,&3000, &2200
  hnd bounce     0, &1800,&400,&3000, &4000
  hnd bounce     3, &C00,&000,&6000, &4000      ;rocks
  hnd bounce     6, &C00,&200,&3000, &4000      ;ramps

;note gravity is lower than the jeeps, to compensate for lower hi-speed
;on the jumps

;  hnd cogs &2000,&2000,10,  220,  &200,&6000
  hnd cogs &9000,&a000,10,  475,  &400,&6000

  hnd gear f 12,
           0,450,1,0,147,
       17000,434,1,148,200,

       18000,394,2,60,177,
       22000,384,2,178,240,
                     
       23000,194,3,80,192,
       26000,184,3,193,250,

       29000,104,4,100,227,
       33000, 94,4,228,253,


       34000, 54,5,150,256,
       35000, 14,5,256,256,
       37600,  0,5,200,250,
   &7fffffff,  0,5 250,255

   hnd gear b 4
           0,400,-1,0,127,
       24000,300,-1,128,200,
       29000,  0,-1,200,250,
   &7fffffff,  0,-1 250,255


  hnd nitro 1,200,  &180,&1000,45000

  hnd wheels 15,15,2

;  hnd steering 0, 0,&200, 28000,&C0, 50
  hnd steering 0, 0,&400, 28000,&200, 50
  hnd acceling 1,0
;   hnd rpush &20000,5000, &800,&4000
  hnd rpush &10000,5000, &4000,&4000

  hnd tilter z 1,1,&4000
  hnd tilter x 1,1,&4000

;--------------------------------

  hnd fx engine 0, pre vhc atv_eng 8340,12248,0,  -1,  12000,17000
  hnd fx nitro  0, pre     tur      36106,40000,0,  -1,  11025,0
  hnd fx nitro  1, keep    notturb   0,-1,1,          0,  11025,0
  hnd fx ground 2, pre     drv_wat  22473,-1,0,  -1,  11025,0
  hnd fx ground 4, pre     grass    0,-1,1,  -1,  11025,0
  hnd fx land   0, pre     big      0,-1,1,         0,   11025,8000
  hnd fx land   2, pre    splash  0,-1,1,         0,   11025,8000
  hnd fx skid   0, pre     skd_grav 0,-1,0,    -1,  11025,0
  hnd fx skid   2,         drv_wat  22473,-1,0, -1,  11025,0

;--------Contact------------------- 

 hnd fx hit    0, pre bang15  0,-1,1,    0, 11025, 8000
 hnd fx hit    1, pre cone  0,-1,1,    0, 11025,  8000
 hnd fx hit    2, pre bang10  0,-1,1,    0, 11025, 8000
 hnd fx hit    3, pre bang16 0,-1,1,    0, 11025, 8000
 hnd fx hit    4, keep splat       0,-1,1,    0, 11025,  0
 hnd fx hit    5, keep sign      0,-1,1,    0, 11025,  0 ;plant

  hnd fx hit    7,         explode 0,-1,1,    0, 11025,  0

;-------- checkpoints -----------
  hnd fx check  0,   pre checkpoi   0,-1,1,  0,  11025,0
  hnd fx check  1,   pre lapcom     0,-1,1,  0,  11025,0
  hnd fx check  2,   pre chckmis    0,-1,1,  0,  11025,0

  hnd fx check  3,   wrgway    0,-1,1,  0,  11025,0
  hnd fx check  4,   chckmis    0,-1,1,  0,  11025,0
  hnd fx check  5,   front  extra3     0,-1,1,  0,  11025,0

;----------------------------------


vehicle IN_ATV 6

  wheelsh STICK
  wheelsh SMOKE

  internal 0,-34,-3,-&300
  wheel &84,0,  -42,85,120, 1,0,0, 0,0    ;stick1
  wheel &85,0,   42,85,120, 1,0,0, 0,0    ;stick2

  wheel &8A,&21,  0,-15,-50, 0,0,0, 0,0     ;smoke 80
  wheel &8B,&21,  25,-15,-30, 0,0,0, 0,0    ;smoke 90
  wheel &8C,&21, -25,-15,-30, 0,0,0, 0,0    ;smoke 95


  ndial copy 128,64,  40,8, 48,48
  ndial copy 176,64, 104,8, 48,48
  ndial point 0,  64,31, -&6000,&C000,35000, 5,24, 114,120
  ndial point 1, 127,31, -&6000,&C000,255,   3,18, 130,136
  ndial pill  2, 240,104, 160,44, 0,-8, 4, 8,8


;spot 1 DUST

