TourneyMod
Adds features to enhance the tournament experience
CHANGELOG
Changelog
1.1.0 - 2025-12-21
Added
- Add "tournament" menu to main menu for custom tourney game modes (
4e6837a) - Add default ruleset
all_stageswith forced free pick mode (002a853) - Extend custom stage select screen to be used in all game modes with ruleset
all_stages(002a853) - Add ruleset option to enable random stage select (
ad440cf) - Enable quickly choosing random stage select with player "menu" input (start button on controller) (
7056ba8) - Add currently selected ruleset preview UI in ModMenu (
bf939f3) - Add menu sound effects to custom stage select UI (
0f55d6b) - Display stage sizes for 2D stages (
45650a0) - Add logging to stage strike process (
e461261) - Add selected and played characters to the set tracker match history and logs (
966f3b7) - Add dependency on CursorSpeed mod (
6bd046d) - Add skip XP/currency animations post-match feature from QuickRematch (
0c0f930)
Removed
- Remove snapping cursors to center screen when stage strike UI opens (
b5cbc75) - Remove verbose description of all available rulesets in ModMenu (
bf939f3)
Changed
- Breaking: Change ruleset
idto be set from the ruleset file name instead of a JSON field (f167bcc) - Move stage striking and set count overlay functionality to custom "local 1v1" tourney game mode (
9f04433) - Rework stage strike layouts to support up to 17 total stages (all 3D and 2D vanilla stages) in rulesets (
ad440cf) - Change displayed stage names on custom stage select screen to those from LLBModdingLib (
d1b3aa6) - Enable leaving stage strike menu with player "back" input (
7056ba8)
Fixed
- Fix stage select UI interaction area not matching the visible stage buttons (
59f9514) - Fix player's "reset set count" vote remaining after player leaves lobby (
e8b6790) - Prevent duplicate rulesets from loading (
f167bcc) - Prevent loading when incompatible StageSelect mod is installed (
6bd046d)
1.0.1 - 2025-11-15
Fixed
- Fix ruleset directory structure in package (
930c4db)
1.0.0 - 2025-11-15
Initial release