home *** CD-ROM | disk | FTP | other *** search
- TIKI
- setup
- {
- path models/human/german_stukageschwader // Set path to set skelmodel from
- skelmodel german_stukageschwader.skd // Set body model
-
- surface tunic shader german_stukageschwader_tunic
- surface pants shader german_stukageschwader_pants
-
- path models/human/heads // Set new path for head model
- skelmodel head6.skd // Set head model
- surface head shader german_stukageschwader_face
-
-
- path models/human/hands
- skelmodel hand.skd
- surface hand shader handsnew
-
- path models/equipment/germangear
- skelmodel creasecap.skd
- surface creasecap shader german_stukageschwader_hat
- }
-
-
- //
- // define what folder to get specific sound from for the player model
- //
- $define pulloutdir sound/weapons/pullout
-
-
- init
- {
- client
- {
- // Cache sounds here
- }
- server
- {
- voicetype axis4 // set the voicetype to use for multiplayer instant messaging
- }
- }
-
-
- //
- // include the base player model definition
- //
- $include models/player/base/include.txt
-
- // need to indicate the end of the tiki file because we have a tiki command at the end
- //end
-