發新話題
打印

求一個可以修改武器功擊力ge插件

[Close]
請也下載及安裝  SDKHOOKS


使用方法 , 解壓放至 sourcemod folder

並於  sourcemod/configs/l4d2damagemod.cfg  修改武器攻擊力


字為可改部份    可整組追加或移除
"MP5"     // <----- 隨意改  
{
"weapon_class"         "weapon_smg_mp5"    //<------ 武器名或感染者或(prop_physics即物件傷害)
"modifier_friendly"         "1.2"            // <---- 對己方(倖存者)隊攻擊力加乘(eg.0.0 即係 無傷害,0.8 即係 80%攻擊力,1.0 即係 正常攻擊力  , 2.0 即係 200%攻擊力)
"modifier_enemy"         "1.2"            <---- 對敵方(屍))隊攻擊力加乘
}
複製內容到剪貼板
代碼:
"L4D2 Damage Mods"
{
        "MP5"
        {
                "weapon_class"                        "weapon_smg_mp5"
                "modifier_friendly"                "1.2"
                "modifier_enemy"                "1.2"
        }
        
        "AWP Sniper"
        {
                "weapon_class"                        "weapon_sniper_awp"
                "modifier_friendly"                "2.0"
                "modifier_enemy"                "2.0"
        }
        
        "Steyr Scout"
        {
                "weapon_class"                        "weapon_sniper_scout"
                "modifier_friendly"                "2.0"
                "modifier_enemy"                "2.0"
        }
        
        "Grenade Launcher"
        {
                "weapon_class"                        "weapon_grenade_launcher"
                "modifier_friendly"                "2.0"
                "modifier_enemy"                "0.8"
        }
        
        "Katana"
        {
                "weapon_class"                        "katana"
                "modifier_friendly"                "1.0"
                "modifier_enemy"                "1.0"
        }
        
        "Common Infected"
        {
                "weapon_class"                        "infected"
                "modifier_friendly"                "1.0"
                "modifier_enemy"                "1.0"
        }
        
        "Witch"
        {
                "weapon_class"                        "witch"
                "modifier_friendly"                "1.0"
                "modifier_enemy"                "1.0"
        }
        
        "Tank"
        {
                "weapon_class"                        "tank"
                "modifier_friendly"                "1.0"
                "modifier_enemy"                "1.0"
        }
        
        "Tossed Cars and Stuff"
        {
                "weapon_class"                        "prop_physics"
                "modifier_friendly"                "1.0"
                "modifier_enemy"                "1.0"
        }
        
        "Smoker"
        {
                "weapon_class"                        "smoker"
                "modifier_friendly"                "1.0"
                "modifier_enemy"                "1.0"
        }
}
[ 本帖最後由 hihi1210 於 2011-2-7 09:01 編輯 ]
附件: 您所在的用戶組無法下載或查看附件
CPT 插件開發隊長

TOP

你 upload 個cfg 上黎la

[ 本帖最後由 hihi1210 於 2011-2-7 12:34 編輯 ]
CPT 插件開發隊長

TOP

發新話題