View Single Post
Author Message
walabulu4
Junior Member
Join Date: Sep 2019
Old 09-18-2019 , 21:31   Shotgun with no damage falloff?
Reply With Quote #1

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.
walabulu4 is offline