Attempting to add keybinds for a mod to and organized tab in the Keybinds configuration menu but adding a <sorting> block into the <modded_inputs> block in the mod is not being recognized/picked up and the the keybinds for the mod remain in 'Unsorted'.
Description
Description
Details
Details
- Severity
- Major
- Resolution
- Open
- Reproducibility
- N/A
- Operating System
- Windows 10
- Category
- General
Steps To Reproduce
Add a <sorting> block (mimicking the structure used on constants.xml) to the <modded_inputs> XML that defines the keybinds for a mod and see that nothing gets changed in the game client keybind configuration menu.
Event Timeline
Comment Actions
The <sorting> block needs to go into the <inputs> sub-block, not directly into <modded_inputs>.
Let me know if this resolves your issue; if not, feel free to DM me as I implemented this on both my own mod and VPP.
Comment Actions
Yup, got that sorted so this particular issue is resolved. Now to get the keybind menu to scroll instead if cutting off excess tabs.