BetterPeakVoiceFix
Fixes voice connection issues with auto-reconnect, host synchronization, and a visual status overlay. | 支持切换中文。修复了语音连接问题,新增了自动重连、主机同步以及可视化状态显示功能。1.0.5
- Fixed the recurring status misattribution after a player rejoins: the game room and the voice room are separate Photon rooms with independently numbered actors, so actor-number matching could pin [Connected] on the wrong player once reconnects made the IDs drift (e.g. 2 -> 5 -> 8).
- Voice-room membership and ghost detection are now anchored to the game's own PhotonVoiceView speaker link (voice stream <-> game player), with UserId as a secondary match; same-number actor matching is only a last resort. Works purely client-side — other players do not need the mod.
- No UI changes: statuses, colors, and counts look the same, only the underlying matching is more accurate.
1.0.4
- Voice status now understands mixed-mod lobbies: each player is judged by whether they actually run the mod, so a modded-but-disconnected player is no longer mislabeled as "no mod".
- Non-modded players are inferred from the voice room — [Connected], [Mismatched] (in voice but ID-drifted), or [Disconnected].
- Fixed the false "Isolated" status and the contradictory "all Synced yet N mismatched": rows and counts now come from one consistent check.
- Players who leave are removed from the list immediately instead of lingering as "Left".
- The simple overlay can auto-hide again in mixed-mod lobbies.
1.0.3
- Performance: removed several per-frame scene scans and reduced overlay overhead (it now redraws only when its content changes) — lower CPU/GC cost, mainly in menus and during voice trouble.
- No feature or gameplay changes.
1.0.2
- Fix the layout of changelog.md & mainfest.json
- Fixed issues related to ID drift.
- Removed the EnableDebugLogs configuration option.
1.0.0
- Breaking Change: Merged the Chinese and English editions into a single release for easier maintenance; language can now be selected in config and takes effect after restart.
- Added: New language config option to switch between Chinese and English (
Language). - Changed: Config file name is now
chuxiaaaa.Aiae.BetterPeakVoiceFix.cfgto avoid conflicts with older versions. - Changed: Unified
warn_majoritythreshold with majority detection at>=2. - Changed: Removed the "Enable ID Drift Fix" config option; the related fix logic remains enabled by default.
- Changed: Unified the
Alt+Kforce-reconnect path to use the same decision chain: Majority (>=2) -> Follow Host -> Blind Connect. - Fixed:
Reconnect Timeout (ConnectTimeout)is now fully effective. - Fixed: Room-scoped cache state (PlayerCache/SOS/HostHistory, etc.) is now cleared after leaving a room to avoid stale cross-room data affecting later decisions.
- Fixed: Added null safety for
Alt+Kwhen the voice client is not ready, preventing null reference errors. - Fixed: Corrected SOS list cleanup for unresolved names; the previous
Unknownbranch was effectively unreachable in most cases. - Improved: Improved overall code readability.
0.3.6
- Fixed: Resolved a crash where the UI could throw
NullReferenceExceptionevery frame during startup/reconnect before the voice client had joined a room. - Fixed: Resolved a crash caused by
PhotonNetwork.CurrentRoompotentially being null in "Isolated" state checks. - Fixed: Resolved a crash caused by
PhotonNetwork.CurrentRoompotentially being null in SOS list management. - Added: Fully implemented the "Auto-hide Simple UI" config option (the option existed before but had no effect).
- Added:
joinTimesnow cleans up entries for players who have left every 60 seconds to prevent stale data buildup in long sessions. - Improved: Reformatted parts of compressed code to improve readability.
0.3.5
- Renamed "Show Detailed IP Option" to "Show Connected Voice Server IP and Details".
- Improved IP-related wording to avoid the previous "local IP" phrasing that could be mistaken as exposing personal IP.
- Because option names changed, users upgrading from older versions are advised to delete the old config file:
...\PEAK\BepInEx\Config\chuxiaaaa.Aiae.BetterVoiceFix.cfg. - Updated
README.mddocumentation.
0.3.4 Released
