1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-10 15:17:57 -05:00

Make separate .zone for each zm map

Rewrite build.bat to load .ff's separately
Set build.bat vars as environment variables
Remove unused assets from weapon files
This commit is contained in:
Jbleezy
2024-01-04 20:07:32 -08:00
parent f899df3c31
commit c31c2b190a
45 changed files with 323 additions and 339 deletions

View File

@ -35,7 +35,7 @@ init()
precacheshader("waypoint_flag_capture");
precacheshader("waypoint_return");
precacheshader("waypoint_recon_artillery_strike");
precacheshader("waypoint_time_bomb");
precacheshader("waypoint_capture");
precacheshader("waypoint_dogtags");
precacheshader("compass_waypoint_contested");
@ -2732,7 +2732,7 @@ containment_think()
else
{
player.obj_waypoint.color = (1, 0, 0);
player containment_set_obj_waypoint_icon("waypoint_time_bomb");
player containment_set_obj_waypoint_icon("waypoint_capture");
}
}
@ -2758,7 +2758,7 @@ containment_think()
if (player.team == "axis")
{
player.obj_waypoint.color = (1, 0, 0);
player containment_set_obj_waypoint_icon("waypoint_time_bomb");
player containment_set_obj_waypoint_icon("waypoint_capture");
}
else
{