Hi, i know it's possible to do this but does anybody here know how exactly?
Here's the catch. It's gotta work for point release 1.16n
What i want is to add a Button on the main menu (similar to like the options menu) but to be able to turn on/off client side mod options.
e.g cg_iceshells (click on button lights up and cg_iceshells is set to 1
click off button light is off and cg_iceshells is turned to 0
Any way to add this? :S
Custom Menu Button / With options inside?
Re: Custom Menu Button / With options inside?
Muck around in the q3_ui code, look at how buttons and menus are defined. A good starting point is ui_menu.c, where the main menu code resides. Check it out, play around, then come back with problems you run into.