Modme Forums

custom shaders

Game Modding | Call of Duty: Black Ops 3 | General Discussion


jfuvv:

hello all im just wondering if anyone has all 20+ in game and custom perks sharders madgazs perk shaders dont seem to be working tryed all different methords none seem to work


Scary Branden:

Sounds like you dont have the hud setup properly for all perks


jfuvv:

Sounds like you dont have the hud setup properly for all perks

any idea on how to sort it with bo3 perks and madgaz perks also

Scary Branden:

Assuming you are using harrys perks, your customperks.lua located at mapname\ui\uieditor\widgets\hud\zm_perks should look like this:
quick_revive = "i_t7_specialty_quickrevive",
doubletap2 = "i_t7_specialty_doubletap2",
juggernaut = "i_t7_specialty_armorvest",
sleight_of_hand = "i_t7_specialty_fastreload",
dead_shot = "i_t7_specialty_deadshot",
phdflopper = "i_t7_specialty_phdflopper",
marathon = "i_t7_specialty_staminup",
additional_primary_weapon = "i_t7_specialty_additionalprimaryweapon",
tombstone = "i_t7_specialty_tombstone",
whoswho = "i_t7_specialty_whoswho",
electric_cherry = "i_t7_specialty_electriccherry",
vultureaid = "i_t7_specialty_vultureaid",
widows_wine = "i_t7_specialty_widowswine",
madgaz_moonshine = "i_madgaz_moonshine",
banana_colada = "i_madgaz_banana_colada",
bull_ice_blast = "i_madgaz_bull_ice_blast",
crusaders_ale = "i_madgaz_crusader_ale",
salvage_shake = "i_t7_specialty_shake",
atomic_liqueur = "i_t7_specialty_atomic",
snails_pace = "i_snails_pace_shader",
cryo_slide = "i_cryo_shader",
wind_runner = "i_wind_shader"
and if not using harrys perks then your t7hud_zm_custom_no_harrys.lua (or similar) located at mapname\ui\uieditor\menus\hud should look like this:
additional_primary_weapon = "specialty_giant_three_guns_zombies",
dead_shot = "specialty_giant_ads_zombies",
dive_to_nuke = "specialty_divetonuke_zombies",
doubletap2 = "specialty_giant_doubletap_zombies",
juggernaut = "specialty_giant_juggernaut_zombies",
marathon = "specialty_giant_marathon_zombies",
quick_revive = "specialty_giant_quickrevive_zombies",
sleight_of_hand = "specialty_giant_fastreload_zombies",
tombstone = "specialty_tombstone_zombies",
widows_wine = "specialty_giant_widows_wine_zombies",
electric_cherry = "specialty_blue_electric_cherry_zombies",
madgaz_moonshine = "i_madgaz_moonshine",
banana_colada = "i_madgaz_banana_colada",
bull_ice_blast = "i_madgaz_bull_ice_blast",
crusaders_ale = "i_madgaz_crusader_ale",
salvage_shake = "i_t7_specialty_shake",
atomic_liqueur = "i_t7_specialty_atomic",
snails_pace = "i_snails_pace_shader",
cryo_slide = "i_cryo_shader",
wind_runner = "i_wind_shader"
NOTE: in either case all lines have a comma at the end EXCEPT the last line. Also feel free to PM me on discord @Scary Branden#9436 for a quicker response