-
Notifications
You must be signed in to change notification settings - Fork 0
/
Game.cryproject
30 lines (30 loc) · 915 Bytes
/
Game.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
{
"version": 4,
"type": "",
"info": { "name": "STAX", "guid": "071b680b-d1d1-a72a-0799-48d84f3e0aa6" },
"content": {
"assets": [ "Assets" ],
"code": [ "Code" ],
"libs": [
{ "name": "STAX", "shared": { "any": "", "win_x64": "", "win_x86": "" } }
]
},
"require": {
"engine": "engine-5.7",
"plugins": [
{ "guid": "", "type": "EType::Native", "path": "CryDefaultEntities" },
{ "guid": "", "type": "EType::Native", "path": "CrySensorSystem" },
{ "guid": "", "type": "EType::Native", "path": "CryScaleformSchematyc" },
{ "guid": "", "type": "EType::Native", "path": "CryPerceptionSystem" },
{ "guid": "", "type": "EType::Native", "path": "bin/win_x64/Game.dll" },
{
"guid": "",
"type": "EType::Native",
"path": "CryGamePlatform",
"platforms": [ "PS4" ]
}
]
},
"console_variables": { "sys_target_platforms": "pc,ps4,xboxone,linux" },
"console_commands": { }
}