Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Satisfactory Steam version not recognized #113

Open
ToastedWookiee opened this issue Sep 18, 2024 · 3 comments
Open

Satisfactory Steam version not recognized #113

ToastedWookiee opened this issue Sep 18, 2024 · 3 comments

Comments

@ToastedWookiee
Copy link

With the update to 1.0 the executable name for the Steam version has changed to FactoryGameSteam-Win64-Shipping.exe and thus is not detected by arrpc.

@GsakuL
Copy link

GsakuL commented Sep 18, 2024

for Epic it seems FactoryGameEGS-Win64-Shipping.exe.
Seems like detectable.json is due for an update

@emanuel15
Copy link

emanuel15 commented Dec 29, 2024

Seems like the detectable.json file was updated with the new naming scheme, but in my case the executable name still is FactoryGameSteam.exe and because of that arRPC is not working. I wonder if someone else is having this same problem as me? Maybe they changed it back to FactoryGame[Steam/EGS].exe? SteamDB also says the default executable is FactoryGameSteam.exe

@ToastedWookiee
Copy link
Author

ToastedWookiee commented Dec 30, 2024

while FactoryGameSteam.exe is the executable that is ran, the actually running process once the game has loaded to how UE5 games are is FactoryGameSteam-Win64-Shipping.exe, for Steam

2024-12-29T20:22:53,126510820-05:00

EDIT:
also I dont think it was updated, last git update to the json was Aug 30 before I opened this issue, and line is:

{"aliases": ["Satisfactory"], "executables": [{"is_launcher": false, "name": "factorygame-win64-shipping.exe", "os": "win32"}, {"is_launcher": false, "name": "win64/factorygame-win64-shipping.exe", "os": "win32"}], "hook": true, "id": "572456126872944651", "name": "Satisfactory"}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants