Call of Duty: Black Ops III – Mod Tools

Call of Duty: Black Ops III – Mod Tools

cheam creese May 1, 2017 @ 12:49pm
Custom Death Machine
Does anyone know how to change what weapon the death machine drop gives the player?
I saw that madgaz has a flamethrower instead of the death machine, just curious and would love to implement it! Thanks!
< >
Showing 1-5 of 5 comments
RossdabossYT May 1, 2017 @ 4:05pm 
I doubt that this will work but try to go into your maps gsc and csc files and under where it says //power ups, go to the bottom of that list and where it says "zm_minigun" in grey, and change the "minigun" part to a different weapon and see if that works. Hope this helps!
cheam creese May 3, 2017 @ 2:44pm 
thanks for the reply i will try
WhangaTy Jul 19, 2021 @ 2:58pm 
does it work
Xhaiil Apr 22, 2023 @ 11:50pm 
put this in your gsc main function:

level.zombie_powerup_weapon[ "minigun" ] = GetWeapon( "gun name here" );
Last edited by Xhaiil; Apr 22, 2023 @ 11:51pm
Resxt May 9, 2023 @ 1:15pm 
The actual line of code is
level.zombie_powerup_weapon["minigun"] = GetWeapon("gun name here");

So for example for the Wunderwaffe
level.zombie_powerup_weapon["minigun"] = GetWeapon("tesla_gun");
< >
Showing 1-5 of 5 comments
Per page: 1530 50