This page was last updated on 24 October 2024, 2:22AM
Changelogs
Version 1.1.0
# Version 1.1.0
## New Features:
### Mod Enable/Disable button:
- Toggle the entire functionality of the mod on or off without restarting the game.
- When the mod is disabled, the threshold resets to the default value of 10 and re-applies when the mod is re-enabled.
### Enable Debug Logging:
- Option to enable detailed logs for troubleshooting and debugging purposes through the config manager.
## Improvements:
### Direct Access to Game Variables:
- Replaced reflection with direct access to m_HighValueCardThreshold for improved performance and stability.
### Debounced Threshold Changes:
- Implemented a 1-second debounce to prevent rapid consecutive threshold changes, reducing performance overhead.
### Scene-Aware State Management:
- The mod now resets its state upon scene changes to ensure consistent behavior and smooth operation when switching between the main menu and game scenes.
### Optimized Logging:
- Suppressed unnecessary warnings in the main menu; relevant errors are now logged only in game scenes.
- Simplified logging messages to reduce redundancy.
- Introduced more meaningful log messages to reflect mod operations accurately.