-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbotskill.cfg
81 lines (73 loc) · 2.05 KB
/
botskill.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
# In this File you can tweak some of the POD-Bot
# Skill Settings
# As usual the "#" char starts a comment line
# NOTE: If you have inhumanturns turned on in
# podbot.cfg the turnspeeds here will be overridden
# MIN/MAX_DELAY specifies the Reaction Time in Seconds
# AIM_OFFS_X/Y/Z are the offsets for aiming (note that HL uses
# the lefthanded coordinate system where Z is the Up Direction)
# HEADSHOT_ALLOW specifies (in percent) the probability of aiming
# at the Head. This doesn't mean he actually fires at your head
# but he is allowed to do so.
# HEAR_SHOOTHRU_PROB specifies (in percent) the probability of shooting
# through Obstacles if the Bot has heard someone, has a weapon to do so
# and has this enemy in his viewing cone.
# SEEN_SHOOTHRU_PROB specifies (in percent) the probability of shooting
# through Obstacles if the Bot has seen this enemy before, has a weapon
# to do so and this enemy is still in his viewing cone.
# The order is from the Worst Bots to the Best. DON'T CHANGE THE
# ORDER IN THIS FILE UNLESS YOU WANT TO EXPERIENCE WEIRD THINGS!
# Settings for Bots Skill 0-19
MIN_DELAY 0.8
MAX_DELAY 1.0
AIM_OFFS_X 48.0
AIM_OFFS_Y 48.0
AIM_OFFS_Z 18.0
HEADSHOT_ALLOW 0
HEAR_SHOOTTHRU_PROB 0
SEEN_SHOOTTHRU_PROB 0
# Settings for Bots Skill 20-39
MIN_DELAY 0.6
MAX_DELAY 0.8
AIM_OFFS_X 32.0
AIM_OFFS_Y 32.0
AIM_OFFS_Z 18.0
HEADSHOT_ALLOW 10
HEAR_SHOOTTHRU_PROB 0
SEEN_SHOOTTHRU_PROB 0
# Settings for Bots Skill 40-59
MIN_DELAY 0.4
MAX_DELAY 0.6
AIM_OFFS_X 24.0
AIM_OFFS_Y 24.0
AIM_OFFS_Z 18.0
HEADSHOT_ALLOW 30
HEAR_SHOOTTHRU_PROB 0
SEEN_SHOOTTHRU_PROB 50
# Settings for Bots Skill 60-79
MIN_DELAY 0.2
MAX_DELAY 0.3
AIM_OFFS_X 10.0
AIM_OFFS_Y 10.0
AIM_OFFS_Z 10.0
HEADSHOT_ALLOW 50
HEAR_SHOOTTHRU_PROB 30
SEEN_SHOOTTHRU_PROB 80
# Settings for Bots Skill 80-99
MIN_DELAY 0.1
MAX_DELAY 0.2
AIM_OFFS_X 5.0
AIM_OFFS_Y 5.0
AIM_OFFS_Z 5.0
HEADSHOT_ALLOW 80
HEAR_SHOOTTHRU_PROB 50
SEEN_SHOOTTHRU_PROB 100
# Settings for Bots Skill 100
MIN_DELAY 0.0
MAX_DELAY 0.1
AIM_OFFS_X 0.0
AIM_OFFS_Y 0.0
AIM_OFFS_Z 0.0
HEADSHOT_ALLOW 100
HEAR_SHOOTTHRU_PROB 100
SEEN_SHOOTTHRU_PROB 100