Skip to content

Commit d713753

Browse files
Revise boost pad coordinates
Index 13 and 14 as well as index 19 and 20 were swapped. Also, the z component is also different nowadays.
1 parent 8cfcb05 commit d713753

1 file changed

Lines changed: 34 additions & 34 deletions

File tree

docs/v5/botmaking/useful-game-values.md

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -56,40 +56,40 @@ The coordinates of the 34 boost pads (in the order that RLBot uses):
5656
![](/img/useful-game-values/boost-pads.jpg)
5757

5858
```
59-
[ 0.0, -4240.0, 70.0] (0)
60-
[-1792.0, -4184.0, 70.0] (1)
61-
[ 1792.0, -4184.0, 70.0] (2)
62-
[-3072.0, -4096.0, 73.0] (3)
63-
[ 3072.0, -4096.0, 73.0] (4)
64-
[- 940.0, -3308.0, 70.0] (5)
65-
[ 940.0, -3308.0, 70.0] (6)
66-
[ 0.0, -2816.0, 70.0] (7)
67-
[-3584.0, -2484.0, 70.0] (8)
68-
[ 3584.0, -2484.0, 70.0] (9)
69-
[-1788.0, -2300.0, 70.0] (10)
70-
[ 1788.0, -2300.0, 70.0] (11)
71-
[-2048.0, -1036.0, 70.0] (12)
72-
[ 0.0, -1024.0, 70.0] (13)
73-
[ 2048.0, -1036.0, 70.0] (14)
74-
[-3584.0, 0.0, 73.0] (15)
75-
[-1024.0, 0.0, 70.0] (16)
76-
[ 1024.0, 0.0, 70.0] (17)
77-
[ 3584.0, 0.0, 73.0] (18)
78-
[-2048.0, 1036.0, 70.0] (19)
79-
[ 0.0, 1024.0, 70.0] (20)
80-
[ 2048.0, 1036.0, 70.0] (21)
81-
[-1788.0, 2300.0, 70.0] (22)
82-
[ 1788.0, 2300.0, 70.0] (23)
83-
[-3584.0, 2484.0, 70.0] (24)
84-
[ 3584.0, 2484.0, 70.0] (25)
85-
[ 0.0, 2816.0, 70.0] (26)
86-
[- 940.0, 3308.0, 70.0] (27)
87-
[ 940.0, 3308.0, 70.0] (28)
88-
[-3072.0, 4096.0, 73.0] (29)
89-
[ 3072.0, 4096.0, 73.0] (30)
90-
[-1792.0, 4184.0, 70.0] (31)
91-
[ 1792.0, 4184.0, 70.0] (32)
92-
[ 0.0, 4240.0, 70.0] (33)
59+
0: [ 0.0, -4240.0, 0.082]
60+
1: [ -1792.0, -4184.0, 0.082]
61+
2: [ 1792.0, -4184.0, 0.082]
62+
3: [ -3072.0, -4096.0, 8.000]
63+
4: [ 3072.0, -4096.0, 8.000]
64+
5: [ -940.0, -3308.0, 0.082]
65+
6: [ 940.0, -3308.0, 0.082]
66+
7: [ 0.0, -2816.0, 0.082]
67+
8: [ -3584.0, -2484.0, 0.082]
68+
9: [ 3584.0, -2484.0, 0.082]
69+
10: [ -1788.0, -2302.0, 0.082]
70+
11: [ 1788.0, -2302.0, 0.082]
71+
12: [ -2048.0, -1036.0, 0.082]
72+
13: [ 2048.0, -1036.0, 0.082]
73+
14: [ 0.0, -1024.0, 0.082]
74+
15: [ -3584.0, 0.0, 8.000]
75+
16: [ -1024.0, 0.0, 0.082]
76+
17: [ 1024.0, 0.0, 0.082]
77+
18: [ 3584.0, 0.0, 8.000]
78+
19: [ 0.0, 1024.0, 0.082]
79+
20: [ -2048.0, 1036.0, 0.082]
80+
21: [ 2048.0, 1036.0, 0.082]
81+
22: [ -1788.0, 2302.0, 0.082]
82+
23: [ 1788.0, 2302.0, 0.082]
83+
24: [ -3584.0, 2484.0, 0.082]
84+
25: [ 3584.0, 2484.0, 0.082]
85+
26: [ 0.0, 2816.0, 0.082]
86+
27: [ -940.0, 3308.0, 0.082]
87+
28: [ 940.0, 3308.0, 0.082]
88+
29: [ -3072.0, 4096.0, 8.000]
89+
30: [ 3072.0, 4096.0, 8.000]
90+
31: [ -1792.0, 4184.0, 0.082]
91+
32: [ 1792.0, 4184.0, 0.082]
92+
33: [ 0.0, 4240.0, 0.082]
9393
```
9494

9595
**NOTE:** Some boost pad locations vary from map to map. It is recommended to use the [FieldInfo](https://github.com/RLBot/RLBotPythonExample/wiki/Input-and-Output-Data#field-info), if you want to have the correct locations for any map.

0 commit comments

Comments
 (0)