TheUnknownCod3r / BO4-Lucy-Menu

Updated Version of @G1llam 's BO4 Lucy Menu for PC.
19 stars 11 forks source link

Added 3P1CBOSS84 Additions along with updates to the hash names #20

Closed TubBuddy closed 1 year ago

TheUnknownCod3r commented 1 year ago

I wanna know who at treyarch came up with these stringnames. The scorpion is the weirdest looking crossbow ever!

TheUnknownCod3r commented 1 year ago

to save adding more comments into the code, I believe the stringnames for the Aether weapons are the following: Ragnarok DG5: hero_gravityspikes Path of Sorrows: hero_katana Hellfire: hero_flamethrower Overkill: hero_annihilator

This isnt certain, I pulled it from zm_equipment. Ill test later when I get time, or you can test first, up to you. I'd assume you can add the _lv3 to the end

TubBuddy commented 1 year ago

No it isnt. I tried before PRing and it doesnt work.

TheUnknownCod3r commented 1 year ago

No it isnt. I tried before PRing and it doesnt work.

Huh, I wonder why they're sitting there then, lol. I'll look into figuring them out eventually. Nice work either way, I knew you could give the Scepter but didn't think of it as a weapon option.

TubBuddy commented 1 year ago

Idk if i askes this before but do think that theres a chance to remove the HUD? I know a gauntlet in bo4 removes it but could you do that for the whole game?

TheUnknownCod3r commented 1 year ago

Idk if i askes this before but do think that theres a chance to remove the HUD? I know a gauntlet in bo4 removes it but could you do that for the whole game?

You mean while the menu is open? Sure, In the openmenu1 script you’d do self setclientuivisibilityflag(“hud_visible”,0); iirc, and then just toggle 1 in the close script. Should work, it did back in the day.

TubBuddy commented 1 year ago

Nooo the actual games HUD. Points elixirs perks etc etc. Is there a way to remove that?