Sync Status |
---|
A collection of the EntWatch, Stripper and map configs used on GFL Zombie Escape.
Everything in this repository is auto-synced to our main/test servers on a new commit/push.
For making any of these configs, you'll need to use Source 2 Viewer to view entity lumps, and optionally CS2ServerGUI for live debugging. You can also compare maps with current configs in this repository and see how things have already been done if you're looking for functional examples of things.
IMPORTANT: Make sure the name of the folder/config matches the map name on the server.
Find entity classnames that start with weapon_
as a starting point for creating these. For each item you're going to want a new block in the root array. The format is available below.
Grouped colors are just different aliases for the same color.
white
,default
darkred
team
green
lightgreen
olive
red
gray
,grey
yellow
silver
blue
darkblue
purple
,pink
red2
orange
,gold
Stripper is quite a complicated beast, and unfortunately a single template is not really going to help you too much. You can find documentation on the config format in the StripperCS2 Readme. If you have any questions regarding stripper creation, you can always join our #mapping channel on Discord for assistance.
These are basic CS2 config files containing cvars/commands that get executed on map start.
Some common GFL plugin cvars that you may want to adjust are listed below with their functionalities.
zr_infect_spawn_mz_ratio // Ratio of all Players to Mother Zombies to be spawned at round start
zr_infect_spawn_type 0 // Enables classic spawn for the map
zr_infect_spawn_time_max // Maximum time in which Mother Zombies should be picked, after round start
zr_infect_spawn_time_min // Minimum time in which Mother Zombies should be picked, after round start