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:
parent
c188d51d2e
commit
88841515f7
@ -240,8 +240,8 @@
|
|||||||
* Unupgraded: grenades explode on impact
|
* Unupgraded: grenades explode on impact
|
||||||
|
|
||||||
### Monkey Bomb
|
### Monkey Bomb
|
||||||
|
* Added model and HUD icon from Buried to all maps
|
||||||
* Zombies killed can drop powerups
|
* 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
|
* Fixed an issue where a Monkey Bomb wouldn't activate if the previously thrown Monkey Bomb hadn't activated yet
|
||||||
|
|
||||||
### EMP Grenade
|
### EMP Grenade
|
||||||
|
BIN
images/~-gt6_wpn_zmb_monkey_bomb_col.iwi
Normal file
BIN
images/~-gt6_wpn_zmb_monkey_bomb_col.iwi
Normal file
Binary file not shown.
BIN
images/~-gt6_wpn_zmb_monkey_col.iwi
Normal file
BIN
images/~-gt6_wpn_zmb_monkey_col.iwi
Normal file
Binary file not shown.
BIN
images/~-gt6_wpn_zmb_monkey_fur_col.iwi
Normal file
BIN
images/~-gt6_wpn_zmb_monkey_fur_col.iwi
Normal file
Binary file not shown.
BIN
images/~~-gt6_wpn_zmb_monkey_bomb_sp~38ff878d.iwi
Normal file
BIN
images/~~-gt6_wpn_zmb_monkey_bomb_sp~38ff878d.iwi
Normal file
Binary file not shown.
BIN
images/~~-gt6_wpn_zmb_monkey_spc-rgb~3685bf4c.iwi
Normal file
BIN
images/~~-gt6_wpn_zmb_monkey_spc-rgb~3685bf4c.iwi
Normal file
Binary file not shown.
78292
model_export/t6_wpn_zmb_monkey_bomb_view_lod0.XMODEL_EXPORT
Normal file
78292
model_export/t6_wpn_zmb_monkey_bomb_view_lod0.XMODEL_EXPORT
Normal file
File diff suppressed because it is too large
Load Diff
78309
model_export/t6_wpn_zmb_monkey_bomb_world_lod0.XMODEL_EXPORT
Normal file
78309
model_export/t6_wpn_zmb_monkey_bomb_world_lod0.XMODEL_EXPORT
Normal file
File diff suppressed because it is too large
Load Diff
@ -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_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_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_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);
|
replaceFunc(maps\mp\zombies\_zm_weap_cymbal_monkey::player_handle_cymbal_monkey, scripts\zm\replaced\_zm_weap_cymbal_monkey::player_handle_cymbal_monkey);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -7,6 +7,19 @@
|
|||||||
|
|
||||||
#using_animtree("zombie_cymbal_monkey");
|
#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()
|
player_handle_cymbal_monkey()
|
||||||
{
|
{
|
||||||
self notify("starting_monkey_watch");
|
self notify("starting_monkey_watch");
|
||||||
|
1
weapons/zm/cymbal_monkey_zm
Normal file
1
weapons/zm/cymbal_monkey_zm
Normal file
File diff suppressed because one or more lines are too long
8
zone_source/cymbal_monkey_zm.zone
Normal file
8
zone_source/cymbal_monkey_zm.zone
Normal 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
|
@ -5,6 +5,7 @@
|
|||||||
include,knife_ballistic_zm
|
include,knife_ballistic_zm
|
||||||
include,ray_gun_zm
|
include,ray_gun_zm
|
||||||
include,raygun_mark2_zm
|
include,raygun_mark2_zm
|
||||||
|
include,cymbal_monkey_zm
|
||||||
include,willy_pete_zm
|
include,willy_pete_zm
|
||||||
include,item_meat_zm
|
include,item_meat_zm
|
||||||
include,zombie_perk_bottle_nuke
|
include,zombie_perk_bottle_nuke
|
||||||
|
Loading…
x
Reference in New Issue
Block a user