Garry's Mod

Garry's Mod

Not enough ratings
Multiverse | Radial Menus
   
Award
Favorite
Favorited
Unfavorite
Content Type: Addon
Addon Type: Server content
Addon Tags: Fun
File Size
Posted
Updated
198.467 KB
3 Mar, 2024 @ 11:37am
12 Apr, 2024 @ 4:45pm
3 Change Notes ( view )

Subscribe to download
Multiverse | Radial Menus

In 1 collection by Теодор
Local Dev Server
24 items
Description
Radial Menus offering a seamless and intuitive solution for creating dynamic and interactive user interfaces. With its innovative features and user-friendly interface, Radial Menus empowers developers to effortlessly incorporate immersive radial menu systems into their games with unparalleled ease and flexibility.

Join my Discord Community[discord.gg], there I publish some private works available for purchase.



🔑 Key Features
  • Effortless Creation: Radial Menus simplifies the creation process for developers by providing an intuitive and developer-friendly interface for creating radial menus.
  • Dynamic Interaction: Radial Menus offers dynamic interaction capabilities, allowing developers to define complex branching structures and interactive elements within their radial menus. From item selection and navigation to contextual actions, Radial Menus provides developers with the tools they need to create immersive and engaging user experiences.
  • Integration Ready: Radial Menus seamlessly integrates with existing gamemodes and frameworks, allowing developers to incorporate radial menu functionality into their works with minimal setup and configuration.



💻 For Developers
  • GitHub Repository - You can find repo here[github.com].
  • Documentation - WIP, see simple instructions bellow.

-- Build the menu local menu = mvp.meta.radialMenu:New() -- creates a menu object menu:AddOption("Option Title", "Option description, can be nil", Material("path/to/icon/can_be_nil.png"), Color(255, 150, 150), function() print("clicked") end) local subMenuHolder = menu:AddOption("Nested Menu", "Option description, can be nil", Material("path/to/icon/can_be_nil.png"), Color(255, 150, 150)) subMenuHolder:AddSubOption("Option Title", "Option description, can be nil", Material("path/to/icon/can_be_nil.png"), Color(255, 150, 150), function() print("clicked") end) subMenuHolder:AddSubOption("Option Title 2", "Option description, can be nil 2", Material("path/to/icon/can_be_nil2.png"), Color(255, 150, 150), function() print("clicked2") end) -- When needed open it menu:Open()



In summary, Radial Menus empowers developers to create immersive and interactive user interfaces that enhance gameplay immersion, usability, and engagement. Whether you're designing a complex inventory system, implementing contextual actions, or enhancing navigation controls, Radial Menus provides the flexibility and versatility you need to bring your vision to life with ease.



🔴 Usage disclaimer
Copyright belongs to the person listed in the "Creators" column. This item is not allowed to be published on Steam, except for the Steam account of the person listed in the Creators column.
If you decide to ignore the warning above, I will DMCA any packs holding ANY of these scripts/materials. This is your only warning.
You are NOT allowed to re-upload any of these scripts to your own add-ons/content. If you like using this add-on, please feel free to add this add-on to your server collection.
6 Comments
balaxakiono 29 Jun @ 6:43pm 
wtf?? your code sucks bro
Теодор  [author] 25 Jun @ 12:37pm 
Bro, better check support ticket that you've created and READ descrip[tion BEFORE buying. ✨
[IG] Murlock 25 Jun @ 10:38am 
Thats so dumb... Your saying that you code should be complex so others cant read what its doing?

Your a moron for making such overcomplicated scripts. And all the value comes from the animations you just took from the workshop. The wheel sucks, and glitches out all the time.

Waste of £5
Теодор  [author] 25 Jun @ 5:12am 
Okay gotcha. You can't maintain code that was not ment to be mainteined by you.
[IG] Murlock 24 Jun @ 7:10am 
Im just going to explain something to you:

When you make your own code, fine, whatever, but when you start CHARGING money for something, you have to make something that fits the users need.

You have made an OVERCOMPLEX MESS of a code that is disgusting and unmaintainable. Its awful and irritating.

You have pissed me off, and loads others with your overcomplicated scripts.
Dr. Strangelove 5 Sep, 2024 @ 9:04am 
attempt to index global 'mvp' (a nil value)