I DID IT!!!!!!!!!!!!!! I DID IT!!!!!!!!!!!!!! WOOOOOOOOOH HAAAAAAAAAAAAAA!!!!!!!!!!!!!!!!!!!! The German Luftwaffe Falschirmjaager Gasmask dude is running around shooting and trying to kill me I can shoot him he bleeds and he dies.
Heres a copy of my tiki file:
TIKI
setup
{
scale 0.52
path models/human/german_luftwaffe_falschirmjager_gasmask
skelmodel wintersoldier1.skd
surface top shader falsh_top
surface cullskirt shader falsh_pants
surface skirt shader falsh_pants
surface inside shader falsh_pants
// $include models/human/heads/german_young_heads.tik
path models/human/heads
skelmodel head1.skd
// surface head shader falsh_face
surface head shader falsh_face
path models/human/hands
skelmodel hand.skd
surface hand shader knitgloves1
path models/gp
skelmodel german_para_holster.skd
surface gerparahol shader gerparahol
path models/gp
skelmodel german_para_helmet.skd
surface gerpara shader gerpara1
path models/gp
skelmodel german_para_ammopouch.skd
surface ammopo shader gerparaammo
path models/gp
skelmodel german_para_binoculars.skd
surface gerparabin shader gerparabin
path models/gp
skelmodel gasmask.skd
surface gasmask shader gasmask1
//************************************
scale 0.52 // Set default scale to 16/30.5 since world is
// in 16 units per foot and model is in cm's
path models/human/protoanimations // Set path to set animations from
radius 20 // Defines size of shadow
}
init
{
server
{
classname Actor
setsize "-16 -16 0" "16 16 92"
german
health 100
weapon "StG44"
// Make him mumble but not breathe steam
exec global/breathe.scr 0 1
}
}
//
// include the base animations definition
//
$include models/player/base/enemy include.txt
$include models/human/new_generic_human.tik
/*QUAKED ai_german_luftwaffe_falschirmjager_gasmask (1.0 0.5 0.0) (-16 -16 0) (16 16 92)
*/
I had to make the "enemy include.txt" file all I did was copy the "include.txt " file and change "american // recognised by AI as a American" to german // recognised by AI as a German.
Here's a copy of my enemy include.txt file:
// Main include file for 3rd person player models
setup
{
scale 0.52 // Set default scale to 16/30.5 since world
// is in 16 units per foot and model is in cm's
radius 20 // defines size of shadow
ischaracter
}
init
{
server
{
setsize "-16 -16 0" "16 16 92"
german // recognised by AI as a German
}
client
{
// Cache sounds here
}
}
//
// base sound folder definitions
//
//
// include the animation files for the player
//
$include models/player/base/anims_pistol.txt
$include models/player/base/anims_rifle.txt
$include models/player/base/anims_smg.txt
$include models/player/base/anims_mg.txt
$include models/player/base/anims_grenade.txt
$include models/player/base/anims_steilhandgranate.txt
$include models/player/base/anims_bazooka.txt
$include models/player/base/anims_shotgun.txt
$include models/player/base/anims_mp40.txt
$include models/player/base/anims_mp44.txt
$include models/player/base/anims_misc.txt
$include models/player/base/anims_shared.txt
// need to indicate the end of the tiki file because we have a tiki command at the end
//end
Holey Fuck I can't beleive it!!!!!!!!!!!!!!!
