Skip to content

Setup your server

Keplyx edited this page May 3, 2017 · 17 revisions

Here you can learn how to setup your server

Installation

Simply download chickenwars.smx and put it in your server's plugins folder (addons/sourcemod/plugins).

Setup

At first launch, the plugin will create a config file chickenwars.cfg under cfg/sourcemod. Here you can edit cvars to personalize your server. No additional models, textures are needed, only the plugin's .smx.

Config file

You can change the amount of chickens to spawn (over 500 may lag, even crash your server), set which skins/hats chickens can have (white/brown, bunny ears, pumpkin head...), choose if players can set their own skins/hats, enable the custom menu and set how much time it stays open, set weapons prices for the custom menu, choose whether to use custom weapons, and more. (See the config file here).

If you use the custom menu, you will want to set mp_buytime 0 and mp_buy_anywhere 0 to stop players from using the classic menu.

If you play in a classic defuse map, but don't want to have the bomb, you can remove it with mp_give_player_C4 0.

You can enable Free For All mode with cw_ffa 1 to remove prices in the custom buy menu, set teammates as enemies, remove dm bonus weapons, and disable infinite ammo to prevent grenade spam. This is best suited for deatchmatch.

Maps

You should always run the plugin in small maps, like demolition (de_bank, de_lake, de_safehouse, de_shortdust, de_shorttrain, de_stmarc, de_sugarcane) or arms race (de_stmarc, de_lake, de_safehouse, ar_baggage, ar_shoots, ar_monastery) maps for a better experience.

You can also make make your own maps or use workshop maps, as long as they are small.

GameMode

This plugin currently supports 3 gamemodes : Classic casual, classic competitive, and deathmatch. While playing deathmatch, be sure to set cw_ffa 1 to enable the free for all mode.

It will probably work in other gamemodes but it wasn't tested and will probably have bugs.

If you don't find an answer to your question on this wiki, create an issue

Clone this wiki locally