-
Notifications
You must be signed in to change notification settings - Fork 4
Config
lopez edited this page Aug 3, 2022
·
11 revisions
Config is an XML file stored in files/config.xml
.
Name | Type | Default value | Description |
---|---|---|---|
matchrounds | int | 30 | amount of rounds per map |
startmoney | int | 800 | amount of start money |
maxmoney | int | 10000 | max amount of money players can have |
everything_is_free | bool | false | if everything is free in shop |
friendlyfire | bool | false | friendly fire on/off |
friendlycollisions | bool | true | friendly collisions on/off (not implemented) |
free_defusing_kit | bool | false | if enabled, CT players will get free defusing kit at each round start |
freekevlar | bool | false | if enabled, players will get free kevlar at each round start |
nobomb | bool | false | if bomb plant is disabled |
nohostage | bool | false | if hostage rescue is disabled |
weapon_drop | bool | true | if weapon drop is enabled |
autobalance | bool | true | if auto balance is enabled |
gore | int | false | if gore is enabled (head disappears on headshot) |
locales | string | en,pl | list of available locales, seperated by comma |
default_locale | string | en | default locale |