MysteriousMilk / NS2_CombatPlusPlus

Recreation of Natural Selection Combat mode with with some tweaks and enhancements.
MIT License
6 stars 5 forks source link

Radial Menus #16

Open MysteriousMilk opened 6 years ago

MysteriousMilk commented 6 years ago

Currently, the Marine abilities that work on a cooldown (MedPack, AmmoPack, CatPack, Scan) are triggered with 'Q', 'Z', 'T' and 'H'. I'd like to still preserve the taunt ability and not override it.

I'd like to implement a radial menu that appears when the player presses and holds 'Q'. The abilities described above will be triggered now from the radial menu. It should still be a quick action. Rather than make the player be 'accurate' with clicking a button, we'll use the mouse position angle to the center of the radial menu to evaluate which action is being selected.

I could see the gorge abilities and structures being moved to a radial menu as well. There won't be enough real estate on the Alien Buy Menu to add the structures for the gorge to select.

MysteriousMilk commented 6 years ago

Future idea. I'll get the additional gorge structures working under the current GUI (with some modifications)