Modme Forums

Customizable PHD Flopper - Call of Duty: Black Ops III

Game Asset Reversing | Releases


MikeyRay:

After a bunch of procrastination, here you go; a customizable PHD Flopper for Black Ops III, this comes with the jump/slide off edge explosion, explosions while sliding, explosive/fall damage immunity and an explosive damage increase - all customizable to your liking!

Preview:

(Thanks you Skalv for this image!)


Notes:

  • There is a high chance this pack will collide with other packs, please fix any and all duplicate errors instead of ticking "Ignore Errors" in the Mod Tools Launcher.
  • If the perk jingle sound doesn't work, just re-link the map until it works. The sound convert is wack and has issues.

Installation:

Download Link

To begin; download the files and extract all content besides "usermaps" into your Black Ops 3 Root.

Secondly, open the "usermaps/YOURMAP" folders in the PHD Flopper zip file, and drag and drop the "scripts" folder in your own map, located in "Black Ops 3 Root/usermaps/YOURMAP"

Thirdly, open your maps .zone file, you can do this by going to the Launcher, right click your map and press "Edit Zone File" and include the following content in your .zone file (Make sure the content does NOT go above the // BSPcomment in the .zone file!):

// PHD
scriptparsetree,scripts/zm/perks/_zm_perk_phdflopper.gsc   
scriptparsetree,scripts/zm/perks/_zm_perk_phdflopper.csc
scriptparsetree,scripts/zm/perks/_zm_perk_phdflopper.gsh
xmodel,p7_zm_vending_phd
xmodel,p7_zm_vending_phd_active
xmodel,wpn_t7_zmb_perk_bottle_phd_view
xmodel,wpn_t7_zmb_perk_bottle_phd_world
weapon,zombie_perk_bottle_phd
fx,_mikeyray/perks/phd/fx_perk_phd
image,specialty_phdflopper_zombies

Next, lets make the perk jingle work! Go to "Black Ops 3 Root/usermaps/YOURMAP/sound/zoneconfig" and open up your .scz file. Under this:

{
    "Type" : "ALIAS",
    "Name" : "user_aliases",
    "Filename" : "user_aliases.csv",
    "Specs" : [ ]
},
paste the following:
{
    "Type" : "ALIAS",
    "Name" : "ray_phdflopper",
    "Filename" : "ray_phdflopper.csv",
    "Specs" : [ ]
},

Now that the jingles are set up, lets make the perk work! First off, go to your mapname scripts, located in "Black Ops 3 Root/usermaps/YOURMAP/scripts/zm", open both your zm_mapname .gsc and .csc and include
#using scripts\zm\perks\_zm_perk_phdflopper;
under
#using scripts\zm\zm_usermap;


To make the perk have a perk icon in the map when you buy it, you will need a LUA file with the perk container. Please follow this tutorial if you have no clue how this works.

Once you have followed the tutorial, in the "CoD.ZMPerksFactory" widget, add the following line:
phdflopper = "specialty_phdflopper_zombies",

Please make sure that you do not have the comma at the end if it's the last entry in the widget! If you do not remove the comma, the compiler will error!


Usage:

Now, lets put the perk in your map! Open your map in Radiant and go to the "Prefab Browser" (right click anywhere at the top toolbar), go to "_prefabs > _mikeyray > perks > phd_flopper" and put the "vending_phd_struct.map" in your map.

That's it! Your perk should now be usable inside of your map! Please note that I've allowed a good amount of customizability within the perk. If you want to customize the perk, go to "Black Ops 3 Root/usermaps/YOURMAP/scripts/zm/perks" and open the
_zm_perk_phdflopper.gsh
. Go nuts!

If there's any issues, please let me know. Contact me on Discord: MikeyRay#6592
Please credit the people mentioned if you are going to use this for any projects.


Credits:
  • MikeyRay: Scripting, setting up the models, perk bottles etc
  • Humphrey: Model Rip
  • MotoLegacy: Jingle, stats, perk icon, scripting help
  • JBird632: Scripting help
  • Activision & Treyarch: Assets
  • Scobalula: Tools


OneX:

Damn good shit baby daddy


willis115:

Hi, the tutorial is really confusing to me? Where do I find this t7hud_zm_factory.lua file it refers to?


MikeyRay:

Hi, the tutorial is really confusing to me? Where do I find this t7hud_zm_factory.lua file it refers to?

https://mega.nz/file/beZkUDZb#xMMNTZACgN0XznByscNHm-laZdml7xJBNYQPmXMRb3A

Follow the tutorial in here, credit goes to Logical


MrKoro:

when i buy the drink is it in slow motion?


MikeyRay:

when i buy the drink is it in slow motion?

Uh? Elaborate?


MrKoro:

Uh? Elaborate?

when I buy the phd drink the animation is super slow while the other drink the animation and normal


MikeyRay:

when I buy the phd drink the animation is super slow while the other drink the animation and normal

First time I've heard of this and makes no sense, mind recording it?


THAN0S:

https://mega.nz/file/beZkUDZb#xMMNTZACgN0XznByscNHm-laZdml7xJBNYQPmXMRb3A

Follow the tutorial in here, credit goes to Logical


There 100% needs to be a fully fleshed out video tutorial on this. I also struggled once I had to find the t7hud_zm_factory.lua base file; never found the file btw just another script containing T7Hud_zm_factory as seen in the first attachment. After following the other tutorial as closely as possible and coming back to this one, finishing this I eventually compiled and linked everything to build and got this long script of errors after running it?

please help ;-; I will genuinely pay at least $5 for a tutorial vid it'd be better content than the onlyfans content I pay for.
(New to map making btw)


Bruhman:

There 100% needs to be a fully fleshed out video tutorial on this. I also struggled once I had to find the t7hud_zm_factory.lua base file; never found the file btw just another script containing T7Hud_zm_factory as seen in the first attachment. After following the other tutorial as closely as possible and coming back to this one, finishing this I eventually compiled and linked everything to build and got this long script of errors after running it?

please help ;-; I will genuinely pay at least $5 for a tutorial vid it'd be better content than the onlyfans content I pay for.
(New to map making btw)



You're missing something in your zone file, re check the instructions and see if you missed anything


Harry Bo21:

You're missing something in your zone file, re check the instructions and see if you missed anything
no you are missing a comma on the lua - second to last line

Phd_flopper”,