forked from OMANOMNOM/CryExample
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Game.cryproject
36 lines (36 loc) · 951 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
31
32
33
34
35
36
{
"version": 4,
"type": "",
"info": {
"name": "CryExampleCode",
"guid": "b8c1c46b-a63e-d4af-9025-0770e4d43048"
},
"content": {
"assets": [ "Assets" ],
"code": [ "Code" ],
"libs": [
{
"name": "CryExampleCode",
"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": { }
}