mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-06-07 17:55:55 +02:00
Add comments to configs.app.EXAMPLE.ini
This commit is contained in:
parent
cee5ce34cc
commit
4732e72490
1 changed files with 6 additions and 0 deletions
|
@ -24,7 +24,13 @@ unlock_all=0
|
||||||
56789=This is another example DLC name
|
56789=This is another example DLC name
|
||||||
|
|
||||||
[app::paths]
|
[app::paths]
|
||||||
|
# some rare games might need to be provided one or more paths to appids
|
||||||
|
# for example the path to where a DLC is installed
|
||||||
|
# this sets the paths returned by the Steam_Apps::GetAppInstallDir function
|
||||||
556760=../DLCRoot0
|
556760=../DLCRoot0
|
||||||
1234=./folder_where_steam_api_is
|
1234=./folder_where_steam_api_is
|
||||||
3456=../folder_one_level_above_where_steam_api_is
|
3456=../folder_one_level_above_where_steam_api_is
|
||||||
5678=../../folder_two_levels_above_where_steam_api_is
|
5678=../../folder_two_levels_above_where_steam_api_is
|
||||||
|
# however some other games might expect this function to return empty paths to properly load DLCs
|
||||||
|
# you can deliberately set the path to be empty to specify this behavior like lines below
|
||||||
|
1337=
|
||||||
|
|
Loading…
Add table
Reference in a new issue