forked from MergHQ/CRYENGINE
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGameZero.cryproject
More file actions
29 lines (29 loc) · 786 Bytes
/
GameZero.cryproject
File metadata and controls
29 lines (29 loc) · 786 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
{
"version": 1,
"type": "CRYENGINE Project",
"info": { "name": "CRYENGINE" },
"content": {
"assets": [ "gamezero" ],
"code": [ "" ],
"libs": [
{
"name": "CRYENGINE",
"shared": { "any": "CryGameZero", "win_x64": "", "win_x86": "" }
}
]
},
"require": {
"engine": "engine-5.4",
"plugins": [
{ "type": "EPluginType::Native", "path": "CryDefaultEntities" },
{ "type": "EPluginType::Native", "path": "CrySensorSystem" },
{ "type": "EPluginType::Native", "path": "CryPerceptionSystem" }
]
},
"console_variables": [
{ "name": "sys_user_folder", "value": "GameZero" },
{ "name": "sys_localization_folder", "value": "Localization" },
{ "name": "ed_popupMissingAssetResolver", "value": "0" },
{ "name": "cl_initClientActor", "value": "0" }
]
}