!I integrate from //ce/main...
[CRYENGINE.git] / GameZero.cryproject
blobdeb21207d038b800f2144bee92571b96b535b407
2         "version": 1,
3         "type": "CRYENGINE Project",
4         "info": { "name": "CRYENGINE" },
5         "content": {
6                 "assets": [ "gamezero" ],
7                 "code": [ "" ],
8                 "libs": [
9                         {
10                                 "name": "CRYENGINE",
11                                 "shared": { "any": "CryGameZero", "win_x64": "", "win_x86": "" }
12                         }
13                 ]
14         },
15         "require": {
16                 "engine": ".",
17                 "plugins": [
18                         { "type": "EPluginType::Native", "path": "CryDefaultEntities" },
19                         { "type": "EPluginType::Native", "path": "CrySensorSystem" },
20                         { "type": "EPluginType::Native", "path": "CryPerceptionSystem" },
21                         { "type": "EPluginType::Native", "path": "CryUQS_Core" }
22                 ]
23         },
24         "console_variables": [
25                 { "name": "sys_user_folder", "value": "GameZero" },
26                 { "name": "sys_localization_folder", "value": "Localization" },
27                 { "name": "ed_popupMissingAssetResolver", "value": "0" },
28                 { "name": "cl_initClientActor", "value": "0" }
29         ]