forked from ivanhawkes/Chrysalis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChrysalis.cryproject
84 lines (84 loc) · 2.2 KB
/
Chrysalis.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"console_commands": {},
"console_variables": {
"ca_DrawAimIKVEGrid": "1",
"ca_DrawAimPoses": "1",
"ca_DrawLookIK": "1",
"ca_UseAimIK": "1",
"ca_UseLookIK": "1",
"ca_useIMG_AIM": "0",
"ca_useIMG_CAF": "0",
"camera_manager_default_camera": "1",
"component_awareness_debug": "0",
"drs_dialogSubtitles": "1",
"e_permanentrenderobjects": "0",
"e_waterocean": "0",
"ed_lowercasepaths": "1",
"ed_usedevmanager": "0",
"gfx_uiaction_folder": "assets/ui/default/uiactions",
"r_Fullscreen": "0",
"r_Height": "900",
"r_ShadersEditing": "1",
"r_Width": "1440",
"r_displayinfo": "0",
"s_AudioImplName": "CryAudioImplWwise",
"sys_PakPriority": "0"
},
"content": {
"assets": [
"assets"
],
"code": [
"code/ChrysalisCore"
],
"libs": [
{
"name": "Chrysalis",
"shared": {
"any": "",
"win_x64": "bin/win_x64/Chrysalis.dll",
"win_x86": ""
}
}
]
},
"info": {
"guid": "23e0b72f-7fe7-81f0-a47f-0d86971f957c",
"name": "Chrysalis"
},
"require": {
"engine": "engine-5.6-github",
"plugins": [
{
"guid": "",
"path": "CryDefaultEntities",
"type": "EType::Native"
},
{
"guid": "",
"path": "CrySensorSystem",
"type": "EType::Native"
},
{
"guid": "",
"path": "CryPerceptionSystem",
"type": "EType::Native"
},
{
"guid": "",
"path": "bin/win_x64/Chrysalis.dll",
"type": "EType::Native"
},
{
"guid": "",
"path": "CryGamePlatform",
"platforms": [
"PS4"
],
"type": "EType::Native"
}
]
},
"type": "",
"version": 4
}