Skip to content

Commit 6814c77

Browse files
2 parents c7f9b98 + b2d1d5f commit 6814c77

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,13 @@ Here are key fields that require user configuration:
3838
```ini
3939
[General]
4040
Name=GameName
41+
Path=C:\path\to\game\folder
4142
Executable=GameExecutable.exe
4243
LaunchFlags=-some_flag
4344
```
4445

4546
- **`Name`**: Display name of the game.
47+
- **`Path`**: Optional path to game's folder.
4648
- **`Executable`**: The game’s `.exe` file name.
4749
- **`LaunchFlags`**: Optional command-line arguments for custom execution.
4850

Templates/_Example_Template/AltLauncher.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[General]
22
Name=Game
3+
Path=C:\path\to\game\folder
34
Executable=Game.exe
45
LaunchFlags=
56

0 commit comments

Comments
 (0)