-
Notifications
You must be signed in to change notification settings - Fork 1
/
VideoPluginExample.cryproject
59 lines (59 loc) · 1.3 KB
/
VideoPluginExample.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
{
"version": 1,
"type": "",
"info": {
"name": "VideoPluginExample"
},
"content": {
"assets": [
"Assets"
],
"code": [
"Code"
]
},
"require": {
"engine": "engine-5.4",
"plugins": [
{
"type": "EPluginType::Native",
"path": "CryDefaultEntities"
},
{
"type": "EPluginType::Native",
"path": "CrySensorSystem"
},
{
"type": "EPluginType::Native",
"path": "CryPerceptionSystem"
},
{
"type": "EPluginType::Native",
"path": "bin/win_x64/VideoPluginExample.dll"
}
,
{
"type": "EPluginType::Native",
"path": "bin/win_x64/CEVPlayer.dll"
}
]
},
"console_variables": [
{
"name": "ca_useIMG_CAF",
"value": "0"
},
{
"name": "cl_DefaultNearPlane",
"value": "0.05"
},
{
"name": "e_waterocean",
"value": "0"
},
{
"name": "sys_target_platforms",
"value": "pc,ps4,xboxone,linux"
}
]
}