Raised This Month: $51 Target: $400
 12% 

[REQUEST] [TF2] Weapon damage modifier


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
zyrphon
Member
Join Date: Jan 2010
Location: Chicago, IL, USA
Old 12-16-2013 , 13:12   [REQUEST] [TF2] Weapon damage modifier
Reply With Quote #1

I specifically need the enforcer, weapon index 460, toned down on my crit servers. I tried modifying the code in tHeadshotOnly but to no avail. Can anyone write a quick code that will modify base damage for this or any weapon with their index in a cfg file? I hope someone can help. Thank you.
__________________
Hungry Hoovy Hotel - 74.91.119.21:27015
What The Hale?! - 74.91.119.21:27016
zyrphon is offline
MasterOfTheXP
Veteran Member
Join Date: Aug 2011
Location: Cloudbank
Old 12-16-2013 , 13:55   Re: [REQUEST] [TF2] Weapon damage modifier
Reply With Quote #2

You could probably use TF2Items Manager (bundled with TF2Items) to apply damage penalty to all Enforcers. Something like this should work (but may not be correct):
PHP Code:
"custom_weapons_v3"
{
    
"*" // All players
    
{
        
"460" // The Enforcer
        
{
            
"preserve-attributes"        "1"
            
            "1"                "1 ; 0.75" 
// 25% less damage
        
}
    }

__________________
Plugins / My Steam / TF2 Sandbox (plugin beta testing!)
MasterOfTheXP is offline
zyrphon
Member
Join Date: Jan 2010
Location: Chicago, IL, USA
Old 12-16-2013 , 15:03   Re: [REQUEST] [TF2] Weapon damage modifier
Reply With Quote #3

I will try this out next chance i get.
__________________
Hungry Hoovy Hotel - 74.91.119.21:27015
What The Hale?! - 74.91.119.21:27016
zyrphon 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 16:29.


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