View Single Post
blaquicat
Member
Join Date: Aug 2009
Old 11-21-2017 , 13:24   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1656

Okay i got it working, sorry about the double post..

This is how i did to remove all tier 2 weapons from left 4 dead 2 and replace with tier 1 weapons (for future search)

Example, replacing spawn points of tier 2 shotgun with a shotgun chrome spawn:
Code:
modify:
{
    match:
    {
    "weapon_selection" "tier2_shotgun"
    }
    replace:
    {
    "classname" "weapon_shotgun_chrome_spawn"
    }
}
Weapon selection is listed here:
https://developer.valvesoftware.com/wiki/Weapon_spawn
need to be used with "weapon_selection", this is mostly the weapons that spawn on safe rooms..

Individual weapons can be replaced using classname insted of weapon_selection, theres a list for that too:
https://developer.valvesoftware.com/..._L4D2_Entities

I uploaded my global_filters, i think i got it all cover..
Attached Files
File Type: txt global_filters.cfg.txt (2.4 KB, 360 views)

Last edited by blaquicat; 11-21-2017 at 13:47.
blaquicat is offline