The paths aren't visible via the instructions (open file location), as they are installed to hidden encrypted folders. Any workaround?
Announcement
Collapse
No announcement yet.
How to add Windows Store Games (gamepass) to profiles for autodetect
Collapse
X
-
Only filenames of executables are listed in configs. Path is irrelevant. So you can either add it manually into the file while reWASD is closed. Or you can create a text file somewhere, rename it to game executable (like "game.exe") and add it as associated app.Code:"processNames": [ "FortniteLauncher.exe", "FortniteClient-Win64-Shipping.exe", "FortniteClient-Win32-Shipping.exe", "FortniteClient-Win64-Shipping_BE.exe", "FortniteClient-Win64-Shipping_EAC.exe" ],
- Flag
-
If config doesn't have any associated apps, [ProcessNames] section might be missing. It comes after [appName] setting inside [config] as an array.Code:{ "schemaVersion": 3.0, "appVersion": "5.7.0", "config": { "appName": "Testing", [b] "processNames": [ "myProcess.exe", "test.exe" ],[/b] "minTimeUnit": 1 },
- Flag
Comment


Comment