-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample_handler.json
More file actions
29 lines (26 loc) · 1005 Bytes
/
example_handler.json
File metadata and controls
29 lines (26 loc) · 1005 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"handler.uid": "coralisland",
"handler.name": "Coral Island",
"handler.author": "pdh-builder",
"handler.version": "1",
"handler.info": "UE4; windowed start; per-profile saves; Steamworks v151 Win64.",
"game.symlink_dir": true,
"game.win": true,
"game.32bit": false,
"game.exec": "ProjectCoral/Binaries/Win64/ProjectCoral-Win64-Shipping.exe",
"game.args": ["-windowed", "-NoSplash"],
"game.copy_instead_paths": [
"ProjectCoral/Binaries/Win64/ProjectCoral-Win64-Shipping.exe",
"ProjectCoral/Binaries/Win64/EOSSDK-Win64-Shipping.dll"
],
"game.dll_overrides": {},
"eos.config_path": "ProjectCoral/Binaries/Win64/nepice_settings/NemirtingasEpicEmu.json",
"steam.api_path": "Engine/Binaries/ThirdParty/Steamworks/Steamv151/Win64",
"steam.appid": "1158160",
"steam.gb_coldclient": false,
"profiles.unique_appdata": true,
"profiles.unique_documents": false,
"profiles.unique_localshare": false,
"profiles.unique_config": false,
"profiles.game_paths": []
}