forked from MergHQ/CRYENGINE
-
Notifications
You must be signed in to change notification settings - Fork 10
/
GameSDK.cryproject
33 lines (33 loc) · 1.06 KB
/
GameSDK.cryproject
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
30
31
32
33
{
"version": 3,
"type": "CRYENGINE Project",
"info": { "name": "GameSDK", "guid": "981c2e0b-5ce6-ce71-f0be-eab93bbd43f6" },
"content": {
"assets": [ "GameSDK" ],
"code": [ "" ],
"libs": [
{
"name": "GameSDK",
"shared": { "any": "CryGameSDK", "win_x64": "", "win_x86": "" }
}
]
},
"require": {
"engine": "engine-5.5",
"plugins": [
{ "type": "EPluginType::Native", "path": "CryDefaultEntities" },
{ "type": "EPluginType::Native", "path": "CrySensorSystem" },
{ "type": "EPluginType::Native", "path": "CryPerceptionSystem" },
{ "type": "EPluginType::Native", "path": "CryUQS_Core" },
{ "type": "EPluginType::Native", "path": "CryGamePlatform", "platforms": [ "Windows","PS4" ] },
{ "type": "EPluginType::Native", "path": "CryLobby" }
]
},
"console_variables": [
{ "name": "sys_ime", "value": "1" },
{ "name": "sys_target_platforms", "value": "pc,ps4,xboxone,linux" },
{ "name": "sys_splashscreen", "value": "Libs/UI/textures/startscreen.tif" },
{ "name": "net_useSteamAsOnlineLobby", "value": "1" }
],
"console_commands": [ ]
}