You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ Before launching for the first time you must edit `data/launcher-config.json` wh
39
39
### How to edit the launcher config
40
40
The fields *exe-path*, *dir-path* and *args* must be filled in for each game that wants to be added. If any of these fields are empty, the game will not visible to the launcher.
41
41
42
-
SVR has to know the location of your games. The fields which need a filepath must be absolute. You can get a full absolute path by holding `SHIFT` while right clicking a file and selecting *Copy as path*. **You must convert all backslashes to forward slashes** - this is because Windows treats backslashes as separators and backslashes are interpreted as control codes in the json files, which are not valid characters
42
+
SVR has to know the location of your games. The fields which need a filepath must be absolute. You can get a full absolute path by holding `SHIFT` while right clicking a file and selecting *Copy as path*. **You must convert all backslashes to forward slashes** - this is because Windows treats backslashes as separators and backslashes are interpreted as control codes in the json files, which are not what you want.
0 commit comments