-
Notifications
You must be signed in to change notification settings - Fork 4
/
podbot.cfg
149 lines (131 loc) · 5.71 KB
/
podbot.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
// Any line begining with '//' in the first column is a comment line
//
// The following commands are supported in the podbot.cfg file:
//
// All arguments in square Brackets are optional if you don't
// specify them a random value will be chosen
//
// yapb_quota <value> - configure the number of bots that will run
// on this server.
//
// yapb_autovacate <1|0> - Turns on/off auto vacate
//
// yapb_minskill <value> - Sets the minimum Skill if Bots are created without
// specifying the Skill (0-100)
//
// yapb_maxskill <value> - Sets the maximum Skill if Bots are created without
// specifying the Skill. Must be bigger than yapb_minskill
// of course!
//
// yapb_botchat <1|0> - Turns on/off Botchatting. Bots chat if they killed
// someone, if the Bomb was planted or if they are dead
// and bored.
//
// yapb addbot [skill] [personality] [team] [name] - Adds a Bot using a Skill from 0-100,
// team is 1 for Terrorists, 2 for Counter Terrorists and 5 to
// use auto-assign, name is of course the name for this Bot
// If you don't specify the arguments, a random skill will be
// chosen and the Bot will be auto-assigned with a Name he chooses
// randomly from "Botnames.txt". You can edit this File to add some
// names you like better!
//
// yapb_jasonmode <1|0> - Turns on/off Jason Mode! Meaning Bots don't buy
// weapons and only use the knife for combat! Greets
// to Auxois! (Thanks for hosting btw.) Use this for
// much fun with e.a. cs_estate or cs_office
//
// yapb_botuseradio <1|0> - Turns on/off bots' using radio communications
//
// yapb_wptfolder <folder> - Sets the default Folder for loading/saving Waypoint
// Files. This folder HAS to be inside the yapb
// Directory! Don't put it into quotation marks and
// don't use spaces or a trailing backslash!
//
// yapb_detailnames <1|0> - Turns on/off the Skilldisplay behind names and the
// [POD] before the name
//
// yapb_inhumanturns <1|0> - If you think that a Skill 100 Bot is too weak for
// you, you can turn this on to have that unfair
// turning from previous versions again. Note that
// this overrides the turn amounts in botskill.cfg
//
// yapb_followuser <number> - Sets the maximum number of Bots in the team to
// follow the same user (when Radio Command
// "Follow Me" is used). Default is 3
//
// yapb_useexp <1|0> - Turn this on/off to allow the Bots collecting
// experience about the map they're playing
//
// yapb_autosaveexp <1|0> - Turn this off to prevent saving the .pxp files
//
// yapb_shootthruwalls <1|0> - This Variable specifies if Bots are allowed to
// shoot through Walls if they saw an enemy or if
// they heard someone on the other Side of a Wall
// Any other commands in the bot.cfg file will be treated as server
// commands. For example, you can use "map mapname" (without the quotes)
// to select a specific map, or you can use "mp_forcerespawn 1" to turn
// on force respawn, or "kick #1" to automatically kick player number 1.
//
// This sets the Waypoint Folder (in the yapb directory)
// for loading/saving waypoints. Don't use a trailing backslash or spaces.
yapb_wptfolder wptdefault
// Set the below option to off to turn off the Skilldisplay and
// the [POD] before the name
yapb_detailnames 1
// Remove the comments on the line below to support a number of bots running
// on the server. Bots will be added to the server until the total number of
// players (bots and humans) reaches the yapb_quota value. Each time a new
// player joins the server, a bot will be kicked from the server unless there
// are only yapb_quota number of bots currently on the server. After players
// disconnect from the server, bots will be automatically added back to the
// server until the total number of players reaches yapb_quota again.
//
//yapb_quota 7
//yapb_autovacate 1
// Remove the Comments on the Line below to turn off Botchatting
//yapb_botchat 0
// Remove the Comments on the Line below to turn on Jason Mode!
//yapb_jasonmode 0
// Turn on bots' using radio communications
yapb_botuseradio 1
// Remove the Comments on the Line below to add Bots that have at least
// a Skill of 60
yapb_minskill 60
// Remove the Comments on the Line below to limit Bots to the specified
// skill
yapb_maxskill 100
// Set the below option to on if you want the old combat behaviour
// of instantly turning around to the enemy
yapb_inhumanturns 0
// This value sets the maximum number of Bots to follow a User
yapb_followuser 3
// Turn this on/off to allow the Bots collecting experience
// about the map they're playing (turning this off also gives
// back some CPU performance)
yapb_useexp 1
// Turn this on to save the .pxp files automatically
yapb_autosaveexp 1
// This Variable specifies if Bots are allowed to shoot through Walls
// if they saw an enemy or if they heard someone on the other Side of
// a Wall (additional Settings are specified in "botskill.cfg")
yapb_shootthruwalls 1
// These Settings below specify the Rate (in Seconds) of updating
// some of the Bot Checks. If you've got a slow computer you could
// try changing these to higher values to get some performance back.
// NOTE: This seriously affects the Bots Perception. If you have a
// fast computer you might try lowering them to get better playing
// results
yapb_timersound 0.5
yapb_timerpickup 0.5
yapb_timergrenade 0.5
// This option turns on/off Bots voting against
// Team Killers (Humans only)
yapb_votekick 1
// Set this to off to disallow Bot Logo Spraying
yapb_botspray 1
//
// The lines below binds the User Menu to the "=" key and Waypoint
// Menu to "-" key. Of course you can bind them to any key you like.
//
bind "=" "yapb menu"
bind "-" "yapb wp menu"