-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGame.cryproject
65 lines (65 loc) · 1.2 KB
/
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
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
{
"version": 3,
"type": "",
"info": {
"name": "Project Unknown",
"guid": "e3865104-7321-f784-b95f-43e034a4e34b"
},
"content": {
"assets": [
"Assets"
],
"code": [
"Code"
],
"libs": [
{
"name": "Third Person Shooter Game Template",
"shared": {
"any": "",
"win_x64": "",
"win_x86": ""
}
}
]
},
"require": {
"engine": "engine-5.5",
"plugins": [
{
"type": "EPluginType::Native",
"path": "CryDefaultEntities"
},
{
"type": "EPluginType::Native",
"path": "CrySensorSystem"
},
{
"type": "EPluginType::Native",
"path": "CryPerceptionSystem"
},
{
"type": "EPluginType::Native",
"path": "bin/win_x64/Game.dll"
},
{
"type": "EPluginType::Native",
"path": "bin/win_x64/Plugin.dll"
},
{
"type": "EPluginType::Native",
"path": "CryGamePlatform",
"platforms": [
"PS4"
]
}
]
},
"console_variables": [
{
"name": "sys_target_platforms",
"value": "pc,ps4,xboxone,linux"
}
],
"console_commands": []
}