Raised This Month: $ Target: $400
 0% 

[Help]i just wanna give player a new taunt action items,plz help!!!


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
eminemxw88
Senior Member
Join Date: Dec 2009
Old 02-20-2013 , 11:00   [Help]i just wanna give player a new taunt action items,plz help!!!
Reply With Quote #1

TFWeaponSlot_Melee
TFWeaponSlot_Secondary
TFWeaponSlot_Primary

action slot for what?

Last edited by eminemxw88; 02-27-2013 at 22:29.
eminemxw88 is offline
Send a message via MSN to eminemxw88
eminemxw88
Senior Member
Join Date: Dec 2009
Old 02-27-2013 , 13:58   Re: [Help]may i change item for action?
Reply With Quote #2

please help.
i just wanna give player a new taunt action items.
eminemxw88 is offline
Send a message via MSN to eminemxw88
Oshizu
Veteran Member
Join Date: Nov 2012
Location: Warsaw
Old 04-16-2013 , 15:34   Re: [Help]i just wanna give player a new taunt action items,plz help!!!
Reply With Quote #3

Even if you give player taunt item it probatly won't work. TF2Items doesn't supports visuals feature at items_game.txt
Example in high five taunt:

Code:
"167"
{
"name" "High Five Taunt"
"prefab" "valve"
"first_sale_date" "2011/10/13"
"item_class" "tf_wearable"
"capabilities"
{
"nameable" "1"
"usable" "1"
"can_gift_wrap" "1"
}
"show_in_armory" "1"
"armory_desc" "action tauntenabler"
"item_type_name" "#TF_TauntEnabler"
"item_name" "#TF_TauntEnabler_HighFive"
"item_description" "#TF_TauntEnabler_HighFive_Desc"
"item_slot" "action"
"image_inventory" "backpack/player/items/all_class/taunt_highfive"
"image_inventory_size_w" "128"
"image_inventory_size_h" "82"
"item_quality" "unique"
"min_ilevel" "5"
"max_ilevel" "5"
"used_by_classes"
{
"scout" "1"
"sniper" "1"
"soldier" "1"
"demoman" "1"
"medic" "1"
"heavy" "1"
"spy" "1"
"engineer" "1"
"pyro" "1"
}
"visuals" // this makes taunting effect when you press H
{
"animation_replacement"
{
"taunt_concept" "TLK_HIGHFIVE_READY"
}
"animation_sequence"
{
"taunt_concept" "taunt_highFiveStart"
}
"animation_scene"
{
"taunt_concept" "taunt_highfivesuccessfull.vcd"
}
}
"attributes" // it's just adding description to item 
{
"taunt is press and hold"
{
"attribute_class" "enable_misc2_holdtaunt"
"value" "1"
}
}
}
</SPAN>
__________________
...

Last edited by Oshizu; 04-16-2013 at 15:34.
Oshizu is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:22.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode