Noxys Dynamic Radial Menu
A beautiful, fully animated radial menu designed for dynamic loadout swapping mid-game.
| Date uploaded | 6 hours ago |
| Version | 1.0.0 |
| Download link | NoxyMods-Noxys_Dynamic_Radial_Menu-1.0.0.zip |
| Downloads | 92 |
| Dependency string | NoxyMods-Noxys_Dynamic_Radial_Menu-1.0.0 |
This mod requires the following mods to function
BepInEx-BepInExPack_ROUNDS
BepInEx pack for ROUNDS. Preconfigured and ready to use.
Preferred version: 5.4.1900willis81808-UnboundLib
This is a helpful utility for ROUNDS modders aimed at simplifying common tasks.
Preferred version: 3.2.14Pykess-ModdingUtils
Utilities aimed at making modding easier and more accessible
Preferred version: 0.4.8README
Noxy's Dynamic Radial Menu
A beautiful, fully animated, and bulletproof radial menu for ROUNDS. Designed to allow players to dynamically swap their custom loadouts mid-game without restarting the match!
✨ Features
- Dynamic Card Discovery: Automatically scans the game and populates the wheel with all available cards matching a specific category (Currently pre-configured for
JJK Cursed Techniques). - Idiot-Proof & Spam-Protected: Fully locks the UI during loadout application to prevent users from breaking the game by spamming buttons.
- Smart Diffing Engine: Analyzes your current loadout against your new selections. It only removes cards you deselected and only adds new ones. This prevents your ability cooldowns from resetting if you keep the same card equipped!
- Anti-Duplication: Built-in delays ensure that ModdingUtils never crashes when rapidly deleting multiple cards.
- Exploit Prevention: Uses Reflection to seamlessly integrate with complex card behaviors (like Yuta's 'Rika Copy') to prevent players from permanently keeping copied temporary cards when they purge their loadout.
🛠️ How to use (For Players)
- Install the mod via Thunderstore Mod Manager.
- Ensure you have
JJK Cursed Techniquesinstalled. - In-game, press [V] to open the Radial Menu.
- Hover over the techniques you want to equip.
- Release [V] to confirm. Your old techniques will be purged, and your new ones will be applied!
💻 How to use (For Modders)
If you want to use this menu for your own mod:
The menu currently filters cards by searching for the __JJK Cursed Techniques__ prefix in the GameObject.name. If you want to use this for a different mod, simply decompile the DLL, open RadialMenuManager.cs, and change the string filter in BuildCardMapping() to match your mod's UnboundLib category prefix.
Dependencies
- BepInEx
- UnboundLib
- ModdingUtils