Usurper Reborn v0.25.4-alpha - BBS Console Fix
Bug Fixes
Dungeon Party State No Longer Leaks Between Saves
Fixed a bug where team members from one character's save could incorrectly appear in the dungeon with a different character after switching saves.
- Teammates list is now cleared at dungeon entry to rebuild fresh from current save data
- Each save file's dungeon party state is now fully isolated
New Features
Automatic Console Window Hiding for BBS Door Mode
The console window is now automatically hidden when running in BBS socket mode on Windows.
- No extra flags needed - just run
UsurperReborn --door32 %f - Prevents the door from showing a visible console window while all I/O goes through the socket
- Only affects socket mode on Windows (does not affect --stdio or --local modes)
- Use
--verboseflag if you need to see the console for debugging
Files Changed
DungeonLocation.cs- Clear teammates list at dungeon entryDoorMode.cs- Auto-hide console window in socket mode on WindowsGameConfig.cs- Version bump to 0.25.4-alpha
BBS Configuration Examples
EleBBS (Socket mode - recommended)
Command: UsurperReborn --door32 %f
Drop File Type: Door32.sys
Synchronet (Standard I/O mode)
Command: UsurperReborn --door32 %f --stdio
Drop File Type: Door32.sys
I/O Method: Standard
Native Executable: Yes
Full Changelog: v0.25.3...v0.25.4