LeRutY dlc waypoints

This commit is contained in:
ineedbots 2021-07-23 13:52:34 -06:00
parent c9bc56dc65
commit dcf22c9015
6 changed files with 8913 additions and 0 deletions

View File

@ -1015,6 +1015,26 @@ load_waypoints()
level.waypoints = maps\mp\bots\waypoints\fallen::Fallen();
break;
case "mp_italy":
level.waypoints = maps\mp\bots\waypoints\piazza::Piazza();
break;
case "mp_park":
level.waypoints = maps\mp\bots\waypoints\liberation::Liberation();
break;
case "mp_overwatch":
level.waypoints = maps\mp\bots\waypoints\overwatch::Overwatch();
break;
case "mp_morningwood":
level.waypoints = maps\mp\bots\waypoints\blackbox::BlackBox();
break;
case "mp_meteora":
level.waypoints = maps\mp\bots\waypoints\sanctuary::Sanctuary();
break;
default:
maps\mp\bots\waypoints\_custom_map::main( mapname );
break;

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff