Waypoint for maps Aground and Outpost (#16)

Added new waypoints for maps.
This commit is contained in:
ghostwulf 2021-06-27 23:58:27 +02:00 committed by GitHub
parent 1bdf9450ea
commit c254406bc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 2923 additions and 0 deletions

BIN
piw5_bot_warfare-master.zip Normal file

Binary file not shown.

View File

@ -1002,6 +1002,14 @@ load_waypoints()
case "mp_test":
level.waypoints = maps\mp\bots\waypoints\testmap::TestMap();
break;
case "mp_aground_ss":
level.waypoints = maps\mp\bots\waypoints\aground::Aground();
break;
case "mp_radar":
level.waypoints = maps\mp\bots\waypoints\outpost::Outpost();
break;
default:
maps\mp\bots\waypoints\_custom_map::main( mapname );

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff