RCBot 2 Waypoint Types and Colours
ID |
Name |
Description |
Red |
Green |
Blue |
W_FL_JUMP |
jump |
bot will jump here |
255 |
255 |
255 |
W_FL_CROUCH |
crouch |
bot will duck here |
200 |
100 |
0 |
W_FL_UNREACHABLE |
unreachable |
bot can't go here used for visibility only |
200 |
200 |
200 |
W_FL_LADDER |
ladder |
bot will climb a ladder |
255 |
255 |
0 |
W_FL_FLAG |
flag |
bot will find a flag here |
255 |
255 |
0 |
W_FL_CAPPOINT |
capture |
bot will find a capture point here |
255 |
255 |
0 |
W_FL_NOBLU |
noblueteam |
blue team can't use this waypoint |
255 |
0 |
0 |
W_FL_NORED |
noredteam |
red team can't use this waypoint |
0 |
0 |
128 |
W_FL_HEALTH |
health |
bot can sometimes get health here |
255 |
255 |
255 |
W_FL_OPENS_LATER |
openslater |
this waypoint is available when a door is open only |
100 |
100 |
200 |
W_FL_SNIPER |
sniper |
a bot can snipe here |
0 |
255 |
0 |
W_FL_ROCKET_JUMP |
rocketjump |
a bot can rocket jump here |
10 |
100 |
0 |
W_FL_AMMO |
ammo |
bot can sometimes get ammo here |
50 |
100 |
10 |
W_FL_RESUPPLY |
resupply |
bot can always get ammo and health here |
255 |
100 |
255 |
W_FL_SENTRY |
sentry |
engineer bot can build here |
255 |
0 |
0 |
W_FL_DOUBLEJUMP |
doublejump |
scout can double jump here |
10 |
10 |
100 |
W_FL_TELE_ENTRANCE |
teleentrance |
engineer bot can build tele entrance here |
50 |
50 |
150 |
W_FL_TELE_EXIT |
teleexit |
engineer bot can build tele exit here |
100 |
100 |
255 |
W_FL_DEFEND |
defend |
bot will defend at this position |
160 |
50 |
50 |
W_FL_AREAONLY |
areaonly |
bot will only use this waypoint at certain areas of map |
150 |
200 |
150 |
W_FL_ROUTE |
route |
bot will attempt to go through one of these |
100 |
100 |
100 |
W_FL_WAIT_OPEN |
waitopen |
bot will wait until arena point
is open to use this waypoint |
200 |
100 |
50 |