mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-04-25 23:29:12 +00:00
Waypoint for maps Aground and Outpost (#16)
Added new waypoints for maps.
This commit is contained in:
parent
1bdf9450ea
commit
c254406bc5
BIN
piw5_bot_warfare-master.zip
Normal file
BIN
piw5_bot_warfare-master.zip
Normal file
Binary file not shown.
@ -1002,6 +1002,14 @@ load_waypoints()
|
|||||||
case "mp_test":
|
case "mp_test":
|
||||||
level.waypoints = maps\mp\bots\waypoints\testmap::TestMap();
|
level.waypoints = maps\mp\bots\waypoints\testmap::TestMap();
|
||||||
break;
|
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:
|
default:
|
||||||
maps\mp\bots\waypoints\_custom_map::main( mapname );
|
maps\mp\bots\waypoints\_custom_map::main( mapname );
|
||||||
|
1265
raw/maps/mp/bots/waypoints/aground.gsc
Normal file
1265
raw/maps/mp/bots/waypoints/aground.gsc
Normal file
File diff suppressed because it is too large
Load Diff
1650
raw/maps/mp/bots/waypoints/outpost.gsc
Normal file
1650
raw/maps/mp/bots/waypoints/outpost.gsc
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user