I'm trying to replace the original allied_manon.tik to a changed allied_manon.tik. But I got a problem with it. This is the original allied_manon.tik: TIKI setup { path models/human/manon // Set path to set skelmodel from skelmodel manon.skd // Set body model surface coat shader manon_shirt surface cull_coat shader c_manon_shirt surface pants shader manon_pants surface inside shader manon_shirt surface hand shader manon_hands path models/human/heads // Set new path for head model skelmodel manon_head.skd // Set head model surface manon shader manon_head } // // define what folder to get specific sound from for the player model // $define pulloutdir sound/weapons/pullout init { client { // Cache sounds here } server { voicetype manon } } // // 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 and this is the one I've changed: TIKI setup { path models/human/allied_army_soldier // Set path to set skelmodel from skelmodel usarmy.skd // Set body model surface ranger_pants shader army_pantsgreen surface us_top shader us_top surface armband shader army_engineer surface us_top_c shader us_top_c path models/human/heads // Set new path for head model skelmodel head4.skd // Set head model surface head shader bignose_dirty path models/human/hands skelmodel hand.skd surface hand shader handsnew path models/equipment/USGear/helmets skelmodel us_helmet.skd surface us_helmet shader us-helmet_engineer01 path models/gear/us skelmodel haversack.skd surface haversack shader usequip skelmodel barbelt.skd surface barbelt shader barbelt skelmodel 45holster.skd surface 45holster shader 45holster } // // define what folder to get specific sound from for the player model // $define pulloutdir sound/weapons/pullout init { client { // Cache sounds here } server { voicetype ranger } } // // 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 In game, if I've selected the manon skin, the weapon won't show up however you can still shoot (had this message in console: 'Thompson' does not have a localization entry) but in 3rd person, I could see the weapon, but it was rotated on a strange way. I've changed the other playermodel tik's, and they all worked fine. (the idea is to replace the original skin to a custom skin I've made, and you would see them in other servers) Anyway, I found out that when I host my own server in my PC, the weapon will show up with the skin.
Please get my mod at here: http://members.lycos.nl/mapping/files/stuff/ So you could see the problem by yourself, and u may try to fix it for me if u want :naughty: Could someone please help me?
you only have to edit the shader for doing what you want.