-
Notifications
You must be signed in to change notification settings - Fork 0
/
coop.cfg
22 lines (15 loc) · 886 Bytes
/
coop.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
echo "Executing CZ Coop Configuration File"
// Custom bots AI: 0 - zBot; 1 - YaPB (default = 0)
bots_custom_ai "0"
// Add extra enemy bots on player join (default = 3)
bots_per_player "3"
// Show MotD on mission restart: 0 - disabled; 1 - enabled (default = 1)
motd_restart "1"
// Hostage tasks can be completed by: 0 - players only; 1 - players & YaPB bots
simple_hostages "1"
// Simplified survival and in-a-row tasks. Sets task as failed when: 0 - any player is dead; 1 - all players are dead (default = 1)
simple_survival "1"
// Difficulty of extra bots and YaPB: 0 - Easy/Newbie; 1 - Medium/Average; 2 - Hard/Normal; 3 - Expert/Professional; 4 - Expert/Godlike (default = cl_career_difficulty) (uncomment to override)
//bot_difficulty "1"
// Allow friendly fire: 0 - disabled; 1 - enabled (default = career rules) (uncomment to override)
//mp_friendlyfire "0"