1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-07 21:59:49 -05:00

Monkey Bomb: add model from Buried to all maps

This commit is contained in:
Jbleezy 2023-12-28 23:14:56 -08:00
parent c188d51d2e
commit 88841515f7
13 changed files with 156626 additions and 1 deletions

View File

@ -240,8 +240,8 @@
* Unupgraded: grenades explode on impact
### Monkey Bomb
* Added model and HUD icon from Buried to all maps
* Zombies killed can drop powerups
* Added HUD icon from Buried and Origins to all maps
* Fixed an issue where a Monkey Bomb wouldn't activate if the previously thrown Monkey Bomb hadn't activated yet
### EMP Grenade

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -114,6 +114,7 @@ main()
replaceFunc(maps\mp\zombies\_zm_weap_ballistic_knife::pick_up, scripts\zm\replaced\_zm_weap_ballistic_knife::pick_up);
replaceFunc(maps\mp\zombies\_zm_weap_claymore::claymore_detonation, scripts\zm\replaced\_zm_weap_claymore::claymore_detonation);
replaceFunc(maps\mp\zombies\_zm_weap_claymore::claymore_setup, scripts\zm\replaced\_zm_weap_claymore::claymore_setup);
replaceFunc(maps\mp\zombies\_zm_weap_cymbal_monkey::init, scripts\zm\replaced\_zm_weap_cymbal_monkey::init);
replaceFunc(maps\mp\zombies\_zm_weap_cymbal_monkey::player_handle_cymbal_monkey, scripts\zm\replaced\_zm_weap_cymbal_monkey::player_handle_cymbal_monkey);
}

View File

@ -7,6 +7,19 @@
#using_animtree("zombie_cymbal_monkey");
init()
{
if ( !cymbal_monkey_exists() )
return;
level.cymbal_monkey_model = "t6_wpn_zmb_monkey_bomb_world";
level._effect["monkey_glow"] = loadfx( "maps/zombie/fx_zombie_monkey_light" );
level._effect["grenade_samantha_steal"] = loadfx( "maps/zombie/fx_zmb_blackhole_trap_end" );
level.cymbal_monkeys = [];
scriptmodelsuseanimtree( #animtree );
}
player_handle_cymbal_monkey()
{
self notify("starting_monkey_watch");

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,8 @@
xmodel,t6_wpn_zmb_monkey_bomb_view
xmodel,t6_wpn_zmb_monkey_bomb_world
material,mc/mtl_t6_wpn_zmb_monkey_bomb
material,mc/mtl_t6_wpn_zmb_monkey
material,mc/mtl_t6_wpn_zmb_monkey_fur_view
image,~-gt6_wpn_zmb_monkey_bomb_col
image,~-gt6_wpn_zmb_monkey_col
image,~-gt6_wpn_zmb_monkey_fur_col

View File

@ -5,6 +5,7 @@
include,knife_ballistic_zm
include,ray_gun_zm
include,raygun_mark2_zm
include,cymbal_monkey_zm
include,willy_pete_zm
include,item_meat_zm
include,zombie_perk_bottle_nuke