CHANGELOG
Changelog
[1.1.1] - 2026-01-18
Added
- Configuration: Added
ReturnToMenuAfterBoothtoggle (Default:true) to control if the tablet menu reopens after exiting the booth. - Audio: restored the "Whoosh" exit sound by dynamically calling
AkSoundEngine.PostEvent. - UX: Added a
0.1sdelay before unfreezing to prevent accidental jumps on exit.
Fixed
- Added robust error logging to outfit synchronization logic.
- Fixed redundant manual Harmony patching in the UI layer.
Changed
- Major Refactor: Extracted all Harmony patches from
VirtualOutfitBooth.csinto a dedicatedPatches/directory for better maintainability. - UI Optimization: Completely refactored the virtual booth button injection logic into a modular, helper-based system.
- Cleanup: Removed dead code including
FixInventoryBookand unusedOnDestroymethods. - Simplified internal comments and removed verbose logging.