Re: how to connect htc vive with version CE5.4?
#3Yes,the method can do for version CE5.3, but can't do for version CE5.4 !Tried the docs? http://docs.cryengine.com/display/CEMAN ... -+HTC+Vive
ROADMAP said:
Move plug-ins from cryplugin.csv to cryproject file,how to do it ?
Re: how to connect htc vive with version CE5.4?
#4{
"version": 1,
"type": "CRYENGINE Project",
"info": { "name": "CRYENGINE SDK" },
"content": {
"assets": [ "Assets" ],
"code": [ "" ],
"libs": [
{
"name": "CRYENGINE",
"shared": { "any": "CryGameSDK", "win_x64": "", "win_x86": "" }
}
]
},
"require": {
"engine": "engine-5.4",
"plugins": [
{ "type": "EPluginType::Native", "path": "CryDefaultEntities" },
{
"type": "EPluginType::Native",
"path": "CrySensorSystem"
},
{ "type": "EPluginType::Native", "path": "CryOpenVR" },
{ "type": "EPluginType::Native", "path": "CryPerceptionSystem" }
]
},
"console_variables": [
{ "name": "ca_useIMG_CAF", "value": "0" },
{
"name": "sys_ime",
"value": "1"
},
{
"name": "sys_vr_support",
"value": "1"
},
{
"name": "r_stereomode",
"value": "1"
},
{ "name": "sys_target_platforms", "value": "pc,ps4,xboxone,linux" }
]
}
"version": 1,
"type": "CRYENGINE Project",
"info": { "name": "CRYENGINE SDK" },
"content": {
"assets": [ "Assets" ],
"code": [ "" ],
"libs": [
{
"name": "CRYENGINE",
"shared": { "any": "CryGameSDK", "win_x64": "", "win_x86": "" }
}
]
},
"require": {
"engine": "engine-5.4",
"plugins": [
{ "type": "EPluginType::Native", "path": "CryDefaultEntities" },
{
"type": "EPluginType::Native",
"path": "CrySensorSystem"
},
{ "type": "EPluginType::Native", "path": "CryOpenVR" },
{ "type": "EPluginType::Native", "path": "CryPerceptionSystem" }
]
},
"console_variables": [
{ "name": "ca_useIMG_CAF", "value": "0" },
{
"name": "sys_ime",
"value": "1"
},
{
"name": "sys_vr_support",
"value": "1"
},
{
"name": "r_stereomode",
"value": "1"
},
{ "name": "sys_target_platforms", "value": "pc,ps4,xboxone,linux" }
]
}
Re: how to connect htc vive with version CE5.4?
#5{
"version": 1,
"type": "CRYENGINE Project",
"info": { "name": "CRYENGINE SDK" },
"content": {
"assets": [ "Assets" ],
"code": [ "" ],
"libs": [
{
"name": "CRYENGINE",
"shared": { "any": "CryGameSDK", "win_x64": "", "win_x86": "" }
}
]
},
"require": {
"engine": "engine-5.4",
"plugins": [
{ "type": "EPluginType::Native", "path": "CryDefaultEntities" },
{
"type": "EPluginType::Native",
"path": "CrySensorSystem"
},
{ "type": "EPluginType::Native", "path": "CryOpenVR" },
{ "type": "EPluginType::Native", "path": "CryPerceptionSystem" }
]
},
"console_variables": [
{ "name": "ca_useIMG_CAF", "value": "0" },
{
"name": "sys_ime",
"value": "1"
},
{
"name": "sys_vr_support",
"value": "1"
},
{
"name": "r_stereomode",
"value": "1"
},
{ "name": "sys_target_platforms", "value": "pc,ps4,xboxone,linux" }
]
}
thank you!this is only method to connect OpenVR device for Cryengine V !
Unfortunately, the official document does not give this method.
Re: how to connect htc vive with version CE5.4?
#6Sorry I posted in the wrong section. post deleted.