[Source][T6][ZM] Mod Menu Base
-
hey,
i decided to get into gsc scripting for bo2 and decided to make a "clean" menu base because i was not fond of the other sources released thus far. the source is far from perfect but i would appreciate some feedback.
p.s. i tried to make the menu as expandable as possible.
source: https://github.com/binkynz/bo2_menu
screenshots:
-
Is there nothing added in the menu besides what you shown? As in like weapons, godmode, ufo and so on. Or are you working on that too?
-
ryh a mod menu base is the base of the mod menu, it's not a mod menu.
It's just a pre-made menu with no features/options, it's just there to save time for others.
It's meant to be used by developers (or script kiddos) who want to "create" their mod menu with no knowledge basically. You just change the text and throw some functions and make button A call function A with copy pasted god mode code and that's it -
-
updated
the menu is organised into client and server submenus:
- Main Menu
- Client Menu
- Server Menu
** Zombie Menu
** Perk Menu
** Powerup Menu
added the following features:
- Player Game Time
- Show Player Health
- Show Zombie Counter
- Fast Zombie Spawn
- Unlimited Perks
- Perk Powerup
- (Time Restrained) PackAPunch Powerup
video: https://youtu.be/xhLcDcOZ_jU
-
sean_nz Im trying to learn GSC too but Im very noob, I wanted to take your code and try to understand all that is there by modifying and testing it, but when I inject the code I can't even open the mod menu, how it is supposed to open??
-
@Nakero77 did you compile the scripts?
BO2 cannot read source gsc file, they need to be compiled -
Resxt man u are everywhere hahhaha, yes I could inyect the script, now im trying to understand the code, first i want to change the pop up menu command
Any idea of a basics tutorial for gsc? -
@Nakero77 you don't need to use an injector of any sort you can just follow our doc to place the files in the right folder
Injecting while NOT in LAN mode can get you banned
https://plutonium.pw/docs/anticheat/ -
Resxt but if I compile the exact same script into a .gsc and add it into the folder is totally ok?
Thank god i was testing on my black ops 2 from steam at first xD -
@Nakero77 you compile all .gsc scripts and put them in the scripts folder like mentioned in the doc
-
sean_nz I liked your mod menu which one would be yours, discord for you can help me with something I already know meche but or less in gsc. but I'm still learning.
-
true resizable options? imma steal that my menu needs that. Nope not true maybe one day I'll see how it's done.