home *** CD-ROM | disk | FTP | other *** search
- SDEF
- //
- // The file declaration section
- //
- path models/humv
- scale 1.0
- humv_base.sbm
- humv_base.tga
- humv_base2.tga
-
- //
- // Declare the animation types and files
- //
- idle1 humv_idle.sam
- dooropen1 humv_dooropen.sam
- dooropen2 humv_doorclose.sam
- //
- // Define model group areas
- //
- id 20 group chrome envmapped
-
- //
- // The initialization section
- //
- !init:
- server classname vehicle
- server setsize "-113 -60 0" "113 60 96"
- server nextanim idle
- //
- // Define the aniamtion sound references
- //
- aliasprefix humvee_
- alias snd_dooropen1 "vehicle/humvee/jeepdropn2.wav"
- alias snd_doorclose1 "vehicle/humvee/jeepdrcls.wav"
- alias snd_start1 "vehicle/humvee/jeepstrt.wav"
- alias snd_idle1 "vehicle/humvee/jeepstrtloop.wav"
- alias snd_move1 "vehicle/humvee/jphilp.wav"
- alias snd_stop1 "vehicle/humvee/jpstop.wav"
-
- //
- // The main section
- //
- !main:
- //
- // Define the clinet/server animation references
- //
-
- //
- // The SINED declaration section
- //
- /*SINED vehicles_humv (1 .3 1) (0 0 0) (0 0 0) NOT_SOLID NOT_DAMAGABLE
- HUMV
- */