We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c7f9b98 + b2d1d5f commit 6814c77Copy full SHA for 6814c77
README.md
@@ -38,11 +38,13 @@ Here are key fields that require user configuration:
38
```ini
39
[General]
40
Name=GameName
41
+Path=C:\path\to\game\folder
42
Executable=GameExecutable.exe
43
LaunchFlags=-some_flag
44
```
45
46
- **`Name`**: Display name of the game.
47
+- **`Path`**: Optional path to game's folder.
48
- **`Executable`**: The game’s `.exe` file name.
49
- **`LaunchFlags`**: Optional command-line arguments for custom execution.
50
Templates/_Example_Template/AltLauncher.ini
@@ -1,5 +1,6 @@
1
2
Name=Game
3
4
Executable=Game.exe
5
LaunchFlags=
6
0 commit comments