Open God-damnit-all opened 1 year ago
Steam denied my request to put the app on the store - so they've dropped it from the store. If you have a beta key or you have it previously installed - I think you can still use it.
Well that sucks, what do you plan to do now?
Sorry about the late reply. It's hard to say. The zero setup required with Steam networking is the main feature, without that, there are plenty of alternatives, including hamachi, ZeroTier, and Tailscale. There might be an alternative to Steam networking, e.g. by using WebRTC, but the amount of work required will be quite high.
Sorry about the late reply. It's hard to say. The zero setup required with Steam networking is the main feature, without that, there are plenty of alternatives, including hamachi, ZeroTier, and Tailscale. There might be an alternative to Steam networking, e.g. by using WebRTC, but the amount of work required will be quite high.
Is it impossible to integrate with Steam without being an official app? Like ... I know a lot of "unofficial" multiplayer patches use the app id 480, which is used for testing the SteamWorks API: https://partner.steamgames.com/doc/sdk/api/example (Ctrl+F for 480).
Also, SteamDB is saying that it's in my account's library, so I think it has some weird thing where your account doesn't need to have it registered in their library to use it.
I've released partylan as zip files, you can add a steam_appid.txt
with only 480
as the content.
@gyf304 how about submitting a simple game to Steam that leverages PlayLAN underneath but allows other games to utilize the networking capability (PlayLAN) of that simple game? 480 has busted controller support btw.
@gyf304 ive seen that u made some changes to the code, can we have the new release if its ready, please?
@gyf304 how about submitting a simple game to Steam that leverages PlayLAN underneath but allows other games to utilize the networking capability (PlayLAN) of that simple game? 480 has busted controller support btw.
What do you mean by it having busted controller support? What happens with its interaction with PartyLAN that messes up your controller?
IDK but controller doesn't work for 881020 if using 480.
IDK but controller doesn't work for 881020 if using 480.
I guess this is due to the Steam Input API?
Try clicking this: steam://install/480 and let it install, then right-click it in your Steam Library, go to Properties, then the Controller tab, then either completely disable it there or use the controller configurator it links to in the description.
Apparently GitHub won't generate clickable links for anything that isn't a website, you'll have to just copy/paste steam://install/480
into your browser's address bar.
I am certain 705210 works on it without being installed. EDIT: It does automatically install once the game launches. Maybe it's a W11 issue because I tried 480 again and it works on W10 but on a different PC w/ W11, controller doesn't work.
Sorry about the late reply. It's hard to say. The zero setup required with Steam networking is the main feature, without that, there are plenty of alternatives, including hamachi, ZeroTier, and Tailscale. There might be an alternative to Steam networking, e.g. by using WebRTC, but the amount of work required will be quite high.
WebRTC approach is very interesting. But wouldn't that require a TURN server?
Steam says the app isn't available on their store anymore, what happened?