├── A2S_Info_Edit ├── A2S_Info_Edit.sp ├── A2S_Info_Edit.txt ├── Image.png └── readme.md ├── LICENSE ├── Melee_Auto_Thirdperson ├── l4d2_melee_auto_thirdperson.sp └── readme.md ├── MixMap ├── data │ └── l4d2_mix_map.cfg ├── gamedata │ └── l4d2_mix_map.txt ├── l4d2_mix_map.sp └── readme.md ├── README.md ├── Set_GameDescription ├── readme.md ├── set_gamedes.sp └── set_gamedes.txt └── block_expert_witch_allow_kill ├── configs └── sourcescramble │ └── block_expert_witch_allow_kill.txt ├── gamedata └── block_expert_witch_allow_kill.txt └── readme.md /A2S_Info_Edit/A2S_Info_Edit.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joyrhyme/L4D2-Plugins/HEAD/A2S_Info_Edit/A2S_Info_Edit.sp -------------------------------------------------------------------------------- /A2S_Info_Edit/A2S_Info_Edit.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joyrhyme/L4D2-Plugins/HEAD/A2S_Info_Edit/A2S_Info_Edit.txt -------------------------------------------------------------------------------- /A2S_Info_Edit/Image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joyrhyme/L4D2-Plugins/HEAD/A2S_Info_Edit/Image.png -------------------------------------------------------------------------------- /A2S_Info_Edit/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joyrhyme/L4D2-Plugins/HEAD/A2S_Info_Edit/readme.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joyrhyme/L4D2-Plugins/HEAD/LICENSE -------------------------------------------------------------------------------- /Melee_Auto_Thirdperson/l4d2_melee_auto_thirdperson.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joyrhyme/L4D2-Plugins/HEAD/Melee_Auto_Thirdperson/l4d2_melee_auto_thirdperson.sp -------------------------------------------------------------------------------- /Melee_Auto_Thirdperson/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joyrhyme/L4D2-Plugins/HEAD/Melee_Auto_Thirdperson/readme.md -------------------------------------------------------------------------------- /MixMap/data/l4d2_mix_map.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joyrhyme/L4D2-Plugins/HEAD/MixMap/data/l4d2_mix_map.cfg -------------------------------------------------------------------------------- /MixMap/gamedata/l4d2_mix_map.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joyrhyme/L4D2-Plugins/HEAD/MixMap/gamedata/l4d2_mix_map.txt -------------------------------------------------------------------------------- /MixMap/l4d2_mix_map.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joyrhyme/L4D2-Plugins/HEAD/MixMap/l4d2_mix_map.sp -------------------------------------------------------------------------------- /MixMap/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joyrhyme/L4D2-Plugins/HEAD/MixMap/readme.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # L4D2-Plugins 2 | 自己学写和修改的求生2插件合集 3 | -------------------------------------------------------------------------------- /Set_GameDescription/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joyrhyme/L4D2-Plugins/HEAD/Set_GameDescription/readme.md -------------------------------------------------------------------------------- /Set_GameDescription/set_gamedes.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joyrhyme/L4D2-Plugins/HEAD/Set_GameDescription/set_gamedes.sp -------------------------------------------------------------------------------- /Set_GameDescription/set_gamedes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joyrhyme/L4D2-Plugins/HEAD/Set_GameDescription/set_gamedes.txt -------------------------------------------------------------------------------- /block_expert_witch_allow_kill/configs/sourcescramble/block_expert_witch_allow_kill.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joyrhyme/L4D2-Plugins/HEAD/block_expert_witch_allow_kill/configs/sourcescramble/block_expert_witch_allow_kill.txt -------------------------------------------------------------------------------- /block_expert_witch_allow_kill/gamedata/block_expert_witch_allow_kill.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joyrhyme/L4D2-Plugins/HEAD/block_expert_witch_allow_kill/gamedata/block_expert_witch_allow_kill.txt -------------------------------------------------------------------------------- /block_expert_witch_allow_kill/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joyrhyme/L4D2-Plugins/HEAD/block_expert_witch_allow_kill/readme.md --------------------------------------------------------------------------------