You are viewing a potentially older version of this package.
View all versions.
WeaponWheel2
Enhanced port of the original Weapon Wheel Select mod
Date uploaded | 5 months ago |
Version | 2.1.0 |
Download link | CaptainPretzel-WeaponWheel2-2.1.0.zip |
Downloads | 2279 |
Dependency string | CaptainPretzel-WeaponWheel2-2.1.0 |
This mod requires the following mods to function
MtG_API-Mod_the_Gungeon_API
Adds the good parts of Mod the Gungeon to BepInEx.
Preferred version: 1.7.0README
Weapon Wheel Select 2.0
(Better Icon Pending)
An updated port of the original Weapon Wheel Select mod by Morphious86, with several enhancements:
- Modernized code for BepinEX: now uses Harmony for patching and publicized fields for reflection
- Shaders have been rewritten and recompiled to work on MacOS and Linux as well as Windows
- Memory usage has been optimized and a handful of potential memory leaks have been fixed
- Several configuration options are now available via the Mod Config menu (requires Gunfig to be installed)
Credits
- Morphious86 - writing the original Weapon Wheel Select and generously sharing the original shader code, which helped tremendously with the port
- Captain Pretzel - porting, optimization, and bugfixes
Original Description Below
This mod replaces the game's clunky weapon select with a more robust interface, displaying all weapons at once. Use either your mouse or left joystick to choose the gun you want to equip, then let go of the gun menu button to confirm the selection.
Why? Having to scroll through each gun individually can get tedious, especially the more guns you have. This aims to remedy that issue entirely.
Note: This mod has NOT been tested on co-op mode. Expect bugs!
CHANGELOG
Changelog
2.1.0 (2024-06-17)
- Added optional Gunfig support for weapon wheel customization
- Prevent two players from having weapon wheel open at the same time
- Display infinity symbol for infinite ammo guns
2.0.2 (2024-06-15)
- Almost certainly plugged an IndexOutOfRangeException for real this time
2.0.1 (2024-06-15)
- Hopefully plugged an IndexOutOfRangeException
- Made Weapon Wheel gracefully selfdestruct if the player's gun inventory changes while it's open
2.0.0 (2024-06-14)
- Initial port of original WeaponWheelSelect mod