• v1.0.0 36ec197942

    gabrielgad released this 2026-06-13 15:29:58 -04:00 | 19 commits to dev since this release

    First semver release of the splitux gbe_fork.

    Headline fix: SteamNetworkingSockets P2P delivery for titles that load steam_api64.dll in multiple processes under one Steam account (e.g. Satisfactory's bootstrap + shipping processes). Replies were routed only to the first connection holding the destination Steam ID, missing the process that owned the socket -> 120s connection timeout. New Networking::sendToAllWithID() delivers to every matching connection; all four P2P send paths route through it.

    Verified: Satisfactory local Steam co-op connects end to end (Welcomed by server, world travel). Also includes the upstream Detanup01/gbe_fork catch-up merged via PR #2.

    Binaries are the dev/nightly build (commit 36ec197) that carries the fix.

    Downloads