V1.0.4
New features
Added a setting to control if a peer's profile should open in the Steam overlay (default) or the default browser when double clicking it in the "Session Info" tab.
About the unreliability of the tool
Apparently the program will still sometimes fail to detect Steam lobbies, even with the new IPC log file parsing. This is not fixed in this update, but I plan to move from IPC log file parsing to an internal steam.exe
hook to make peer detection 100% reliable. Since some VAC games might not like this, an option will be available to use the legacy system if needed. This new method will take quite a bit of work to implement, however, so don't expect the next update to come out soon (unless it's simple bug fixes).
Bug fixes
- #8: Fix hardcoded process name in
SteamPeerManager.cs
that prevented the tool from working with other games. Thanks to @Hinkiii for the contribution! - Fixed "Attach Game" dialog box not inheriting the main window as owner, causing it to potentially open on a different monitor.
- Fixed crash caused by trying to open a game in the "Attach Game" dialog box without selecting anything
Full Changelog: V1.0.3...V1.0.4