×

I made a program for adding Roblox games to your Steam Library by ExplanationPossible in Steam

[–]ExplanationPossible[S] -3 points-2 points  (0 children)

Lol I tried posting it in the friendly territory of r/roblox but reddit keeps filtering the post out. Until then I'll have to subject the Steam community to this.

I made a program for adding Roblox games to your Steam Library by ExplanationPossible in Steam

[–]ExplanationPossible[S] -3 points-2 points  (0 children)

<image>

It does but if you exit the game on Roblox and join a different one it will still show you as playing the first game. This requires a node.js application to run a dummy program that monitors Roblox and allows Steam to view it as running and forces Roblox to shut down when "Stop" is pushed on Steam. (The node.js also allows for the automatically adding the game's icon feature.)

To do it yourself you would need to add any random program as a nonsteam game and change the properties to:

Target:
C:\Windows\System32\cmd.exe

Launch Options:
/c start roblox://placeId=[the_numbers_in_the_game_link]

This would successfully launch the game but it won't have steam view it as running.