AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   TF2Items (https://forums.alliedmods.net/forumdisplay.php?f=146)
-   -   Shotgun with no damage falloff? (https://forums.alliedmods.net/showthread.php?t=318760)

walabulu4 09-18-2019 21:31

Shotgun with no damage falloff?
 
I want a to make a shot gun into a rail gun from quake (like this mod https://www.youtube.com/watch?v=k0xvxcv4L1w )

My current settings on it are.

PHP Code:

    "10001" //RailGun
    
{
        
"classname" "tf_weapon_shotgun_soldier"
        "index" "10"
        "slot" "1"
        "quality" "9"
        "level" "100"
        "attribs" "106 ; 0 ; 117 ; 0.1 ; 3 ; 0.1 ; 6; 2.5 ; 2 ; 999 ; 390 ; 100000"

        
// 106 weapon spread bonus
        // 117 dmg falloff increase
        // 3 clip size penalty
        // 6 Fire rate bonus
        // 2 damage bonus
        // 390 head shot dmg multiplier
        
        
"ammo" "30"
    


there is still damage falloff and I can't tweak the damage bonus correctly... At 1000 its like 1 shot kills at any distance but at 999 its like 2-3.

PC Gamer 10-17-2019 11:48

Re: Shotgun with no damage falloff?
 
Maybe try attribute 118 instead of 117.

117 dmg falloff increased Attrib_Dmg_Falloff_Increased value_is_inverted_percentage 0
118 dmg falloff decreased %s1% splash damage fall off value_is_percentage 0


All times are GMT -4. The time now is 05:07.

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