1
0
mirror of https://github.com/XProger/OpenLara.git synced 2025-02-24 07:22:58 +01:00
openlara/bin/TombRaidervr_actions.json
mrhatkat f5213e31f6 OpenVR Action Support (Platform Agnostic Controller Support) and HMD Based Rotation (#154)
* Initial OpenVr Testing

* Enabled headtracked movement for Lara, working on fusion of manual movement and headtracked

* Added reconfigurable action mapping support via SteamVR Input Bindings

* More intuitive controlscheme for WMR, should work on all headsets and controllers compatible with OpenVR/SteamVR

* Removed debugging output and fixed formatting, did I remove all the right files?

*  Did I remove the files correctly?

* Removed unwanted files

* Delete .gitignore

* Delete OpenLara.exp

* Delete OpenLara.lib

* Delete .suo~dcb08bfe01cc839fce41c7dcf9ff7088af2fedb7

* reverted/fixed .gitignore

* Update input.h

* Update lara.h

* Update lara.h

* Update level.h

* Update OpenLara.vcxproj

* Update OpenLara.vcxproj.user

* Update main.cpp

* Update camera.h

* Update lara.h

* reverting vcxproj* and .gitignore

* Update main.cpp

* Update main.cpp

* Update main.cpp
2019-01-31 09:34:56 +03:00

76 lines
2.0 KiB
JSON

{
"actions" : [
{
"name" : "/actions/demo/in/Left",
"type" : "boolean"
},
{
"name" : "/actions/demo/in/Right",
"type" : "boolean"
},
{
"name" : "/actions/demo/in/Up",
"type" : "boolean"
},
{
"name" : "/actions/demo/in/Down",
"type" : "boolean"
},
{
"name" : "/actions/demo/in/Jump",
"type" : "boolean"
},
{
"name" : "/actions/demo/in/Walk",
"type" : "boolean"
},
{
"name" : "/actions/demo/in/Action",
"type" : "boolean"
},
{
"name" : "/actions/demo/in/Weapon",
"type" : "boolean"
},
{
"name" : "/actions/demo/in/Roll",
"type" : "boolean"
},
{
"name" : "/actions/demo/in/Inventory",
"type" : "boolean"
},
{
"name" : "/actions/demo/in/Start",
"type" : "boolean"
}
],
"default_bindings" : [
{
"binding_url" : "system_generated_openlara_exe_binding_holographic_controller.json",
"controller_type" : "holographic_controller"
}
],
"localization" : [
{
"/actions/demo/in/Action" : "Action",
"/actions/demo/in/AnalogInput" : "Analog Input",
"/actions/demo/in/Down" : "MoveDown",
"/actions/demo/in/Hand_Left" : "Left Hand Pose",
"/actions/demo/in/Hand_Right" : "Right Hand Pose",
"/actions/demo/in/Inventory" : "Inventory",
"/actions/demo/in/Jump" : "Jump",
"/actions/demo/in/Left" : "MoveLeft",
"/actions/demo/in/Right" : "MoveRight",
"/actions/demo/in/Roll" : "Roll",
"/actions/demo/in/Start" : "Start",
"/actions/demo/in/Up" : "MoveUp",
"/actions/demo/in/Walk" : "Walk",
"/actions/demo/in/Weapon" : "Weapon",
"/actions/demo/out/haptic_left" : "Left Haptic Feedback",
"/actions/demo/out/haptic_right" : "Right Haptic Feedback",
"language_tag" : "en_US"
}
]
}