Skip to content

Commit d1e5989

Browse files
authored
Update Install.md
1 parent 72fae9e commit d1e5989

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

Install.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,12 @@ screen. If that doesn't happen, check the end of the log for errors and fix the
7272
configuration file as needed. Usually the game path is set wrong.
7373

7474
Run the `gemrb` binary, optionally specifying the desired configuration: `gemrb.exe -c torment.cfg`
75-
or game path: `gemrb.exe /games/gog/iwd2`.
75+
or game path: `gemrb /games/gog/iwd2`.
7676

7777
If you named the configuration file `GemRB.cfg` and put it in the same folder as the binary,
78-
that file will be used automatically and you don't need to specify anything — you can **just
79-
click on the program**.
78+
that file will be used automatically. If the GemRB files are put into a game folder, it will
79+
try to run that game. In both cases you don't need to set or specify any configuratoinn — you
80+
can **just click on the program**.
8081

8182
If you're using a touch screen, read this page for the [gesture information](Touch-input.md).
8283

@@ -87,3 +88,7 @@ On Linux, BSDs and similar, the configuration file will be searched for in `$XDG
8788

8889
The quickest way, without any configuration, is to **just run GemRB** without any parameters. It will run the demo if it can't
8990
find any other game data. So make sure you haven't unpacked it in a game dir and voilà!
91+
92+
If you're getting the demo instead of the game you want to play, this is a clear sign that GemRB wasn't told where to find
93+
that game. Recheck that you're running it as described above and if any configuration files are involved, that they are either
94+
passed to the binary directly or are appropriately named in one of the standard search paths.

0 commit comments

Comments
 (0)