Obduction 1.8.0: Promising Update (PP no longer needed)

No it launches Steamvr on it’s own.

But looking in Obduction directory it has Openvr.dll & oculus dll files.

Do you have Oculus home running? (I don’t) it might be reading both vr platforms.

1 Like

Nope. No Oculus software installed.

Removed ReVive too.

Launched from Steam or SteamVR dashboard (Vive mode).

I’ll experiment some more tomorrow… :+1:

1 Like

So yours is Steam bought?

Have you tried cmdline Argument -openvr ?

Mine was the GoG version & it launches Steamvr on it’s own. Not using vive mode either in pitool.

1 Like

Yes it is, I’ll give that a go tomorrow… :wink:

Thanks.

1 Like

I had exactly the same problem as DrWilken, seems this workaround solves the problem:

Open Steam, but not SteamVR.
Got to ‘…\Steam\steamapps\common\Obduction\Obduction\Binaries\Win64’
Run ‘Obduction-Win64-Shipping.exe’
Obduction starts up, and also opens SteamVR.
Avoid moving your headset, so it stays in standby mode.
The following is shown on the main monitor:


Open a game using the menu on the monitor.
Don’t touch the headset, let it stay in standby mode!
After the game opens on the monitor, put on the headset, the game now runs in the headset as well.
If head tracking stutters, then close the game and SteamVR and try again.

I changed a lot of settings to get to this result, so maybe some of these changes also contributed to make it work, but it looks like the main thing is to follow the above procedure.

This must be the worlds best puzzle game, we are solving riddles even before the game has started :wink:

4 Likes

Thanks for the hint… :wink:

I’m trying here, but I’m not starting in “Standing by” state/mode (I just enabled “Pause rendering when headset is idle” again) … Guess I’l try to wait a few minutes to see if it goes to standby mode… :wink:

image

2 Likes

Tried this too.

Same result (I’m guess using that argument is the same as choosing “Launch Obduction in SteamVR mode”?).

Just came to think about it. You’re not using any basestations, so maybe the standby/proximity stuff works differently because in “gyro-mode”? :slight_smile:

1 Like

Yes, that might be it. I have no basestations or controllers, only the Pimax headset.

2 Likes

Judging by what You discovered it seems it has to have a switch from inactive to active after starting the game. It’s not enough to have it active at startup (if that’s what PiTool does now?).

2 Likes

Yes, it seems the headset must be inactive/standby when the rendering engine initializes. So when you move on to the next scene in the game, it stops rendering in the headset again. Guess we can save the game, put the headset in standby and restart the game, but its not the ideal solution. Anyway, it looks like it would be a quick fix for the devs to get it working properly with the Pimax.

2 Likes

Tried editing the PiTool/Pimax specific default.vrsettings file to enable the standby again.

It’s located here:

C:\Program Files\Pimax\SteamVRSupport\drivers\aapvr\resources\settings\default.vrsettings

Changed the “pauseCompositorOnStandby” from false to true and restarted PiServiceLauncher:

{
“steamvr” : {
“enableDistortion” : false,
“supersampleManualOverride” : true,
“supersampleScale” : 1.0,
“background” : “#FF000000”,
“maxRecommendedResolution”: 8192
},
“power”: {
“autoLaunchSteamVROnButtonPress”: false,
“pauseCompositorOnStandby”: true,
“powerOffOnExit”: false
}
}

My son just woke up, so I’ll look into it later tonight, but maybe that option isn’t being read by SteamVR any longer (I believe others have stated that the “maxRecommendedResolution” option wasn’t read/used any more either)?

2 Likes

Just checked my settings, they look like this:
{
“steamvr” : {
“enableDistortion” : false,
“supersampleManualOverride” : true,
“supersampleScale” : 1.0,
“background” : “#FF000000”,
“maxRecommendedResolution”: 8192
},
“power”: {
“autoLaunchSteamVROnButtonPress”: false,
“pauseCompositorOnStandby”: false,
“powerOffOnExit”: false
}
}

By the way, I am not using the latest PiTool, I’m on version V1.0.1.129

1 Like

Yeah, that’s what mine looked like too… :+1:

Tonight, I’ll look into faking the input in this .json file.

I’m guessing it’s a “boolean” (i.e. true/false) so if we can find an input variable that always returns true (there must be a built-in in Unreal Engine for that) we can change the input part to that… :+1::wink:

EDIT: We probably “just” need to replace “/user/head/proximity” with some other boolean input which coincidentally always returns true… :slightly_smiling_face:

EDIT2: Or we can try to remove that specific binding.

EDIT3: We’re probably using the “generic_hmd.json” config placed in the same directory:

C:\Program Files (x86)\Steam\steamapps\common\Obduction\Obduction\Config\SteamVRBindings\generic_hmd.json

Contents are the same:

{
“name”: “Default bindings for Generic Headset”,
“controller_type”: “generic_hmd”,
“bindings”:
{
“/actions/main”:
{
“sources”: [
{
“mode”: “button”,
“path”: “/user/head/proximity”,
“inputs”:
{
“click”:
{
“output”: “/actions/main/in/SteamVR_Proximity”
}
}
}
]
}
},
“description”: “Obduction”
}

1 Like

Checking the SteamVR logs shows the following interesting entries:

Thu Aug 15 2019 20:43:50.048 - steam.app.306760 (aapvr_hmd) attempting to load default config from file:///C%3A%2FProgram%20Files%20%28x86%29%2FSteam%2Fsteamapps%2Fcommon%2FObduction%2FObduction%2FConfig%2FSteamVRBindings%2Fgeneric_hmd.json

Thu Aug 15 2019 20:43:50.048 - steam.app.306760 (vive_controller) attempting to load default config from file:///C%3A%2FProgram%20Files%20%28x86%29%2FSteam%2Fsteamapps%2Fcommon%2FObduction%2FObduction%2FConfig%2FSteamVRBindings%2Fvive_controller.json

Thu Aug 15 2019 20:43:50.048 - openvr.component.vrcompositor (aapvr_hmd) attempting to load default config from file:///C%3A%2FProgram%20Files%20%28x86%29%2FSteam%2Fsteamapps%2Fcommon%2FSteamVR%2Fresources%2Fconfig%2Fvrcompositor_bindings_generic_hmd.json

Thu Aug 15 2019 20:43:50.048 - openvr.component.vrcompositor (vive_controller) attempting to load default config from file:///C%3A%2FProgram%20Files%20%28x86%29%2FSteam%2Fsteamapps%2Fcommon%2FSteamVR%2Fresources%2Fconfig%2Fvrcompositor_bindings_vive_controller.json

Thu Aug 15 2019 20:43:50.049 - ovras-team.advancedsettings (aapvr_hmd) attempting to load default config from file:///C%3A%2FProgram%20Files%2FOpenVR-AdvancedSettings%2Fdefault_action_manifests%2Fovras-team.advancedsettings_default_hmd.json

Thu Aug 15 2019 20:43:50.049 - ovras-team.advancedsettings (vive_controller) attempting to load default config from file:///C%3A%2FProgram%20Files%2FOpenVR-AdvancedSettings%2Fdefault_action_manifests%2Fovras-team.advancedsettings_default_vive_controller.json

Thu Aug 15 2019 20:43:50.050 - system.generated.steam.exe (aapvr_hmd) attempting to load default config from file:///C%3A%2FProgram%20Files%20%28x86%29%2FSteam%2Fsteamapps%2Fcommon%2FSteamVR%2Fresources%2Fconfig%2Flegacy_bindings_generic_hmd.json

Thu Aug 15 2019 20:43:50.050 - system.generated.steam.exe (vive_controller) attempting to load default config from file:///C%3A%2FProgram%20Files%20%28x86%29%2FSteam%2Fsteamapps%2Fcommon%2FSteamVR%2Fdrivers%2Fhtc%2Fresources%2Finput%2Flegacy_bindings_vive_controller.json

Thu Aug 15 2019 20:43:50.050 - htc.vive.overlay (aapvr_hmd) attempting to load default config from file:///C%3A%2FProgram%20Files%20%28x86%29%2FSteam%2Fsteamapps%2Fcommon%2FSteamVR%2Fresources%2Fconfig%2Flegacy_bindings_generic_hmd.json

Thu Aug 15 2019 20:43:50.050 - htc.vive.overlay (vive_controller) attempting to load default config from file:///C%3A%2FProgram%20Files%20%28x86%29%2FSteam%2Fsteamapps%2Fcommon%2FSteamVR%2Fdrivers%2Fhtc%2Fresources%2Finput%2Flegacy_bindings_vive_controller.json

Thu Aug 15 2019 20:43:50.051 - system.vrwebhelper.controllerbinding (aapvr_hmd) attempting to load default config from file:///C%3A%2FProgram%20Files%20%28x86%29%2FSteam%2Fsteamapps%2Fcommon%2FSteamVR%2Fresources%2Fconfig%2Flegacy_bindings_generic_hmd.json

Thu Aug 15 2019 20:43:50.051 - system.vrwebhelper.controllerbinding (vive_controller) attempting to load default config from file:///C%3A%2FProgram%20Files%20%28x86%29%2FSteam%2Fsteamapps%2Fcommon%2FSteamVR%2Fdrivers%2Fhtc%2Fresources%2Finput%2Flegacy_bindings_vive_controller.json

Thu Aug 15 2019 20:43:50.051 - steam.overlay.908520 (aapvr_hmd) attempting to load default config from file:///C%3A%2FProgram%20Files%20%28x86%29%2FSteam%2Fsteamapps%2Fcommon%2FSteamVR%2Fresources%2Fconfig%2Flegacy_bindings_generic_hmd.json

Thu Aug 15 2019 20:43:50.052 - steam.overlay.908520 (vive_controller) attempting to load default config from file:///C%3A%2FProgram%20Files%20%28x86%29%2FSteam%2Fsteamapps%2Fcommon%2FSteamVR%2Fdrivers%2Fhtc%2Fresources%2Finput%2Flegacy_bindings_vive_controller.json

Thu Aug 15 2019 20:43:50.132 - Invalid input type click for controller (/user/head/proximity)

Thu Aug 15 2019 20:43:50.133 - Invalid input type click for controller (/user/hand/right/input/b)

Thu Aug 15 2019 20:43:50.133 - Invalid input type click for controller (/user/hand/left/input/b)

Thu Aug 15 2019 20:43:50.133 - Invalid input type click for controller (/user/hand/right/input/b)

Thu Aug 15 2019 20:43:50.133 - Invalid input type click for controller (/user/hand/right/input/a)

Thu Aug 15 2019 20:43:50.133 - Invalid input type click for controller (/user/hand/left/input/b)

Thu Aug 15 2019 20:43:50.133 - Invalid input type click for controller (/user/hand/left/input/a)

Thu Aug 15 2019 20:43:50.133 - Invalid input type click for controller (/user/hand/left/input/thumbstick)

Thu Aug 15 2019 20:43:50.133 - Item /user/hand/left/input/skeleton/left in “skeleton” array missing path invalid device path for skeleton output

Thu Aug 15 2019 20:43:50.133 - Item /user/hand/right/input/skeleton/right in “skeleton” array missing path invalid device path for skeleton output

Thu Aug 15 2019 20:43:50.134 - Couldn’t find action /actions/lasermouse/in/TrackpadScroll. Ignoring it.

Thu Aug 15 2019 20:43:50.134 - Couldn’t find action /actions/lasermouse/in/TrackpadScroll. Ignoring it.

Thu Aug 15 2019 20:43:50.135 - Invalid input type click for controller (/user/head/proximity)

Thu Aug 15 2019 20:43:50.135 - Unknown action set /actions/main

Thu Aug 15 2019 20:43:50.136 - Invalid input type click for controller (/user/head/proximity)

Thu Aug 15 2019 20:43:50.137 - Invalid input type click for controller (/user/head/proximity)

Thu Aug 15 2019 20:43:50.137 - Invalid input type click for controller (/user/head/proximity)

Thu Aug 15 2019 20:43:50.138 - Invalid input type click for controller (/user/head/proximity)

Thu Aug 15 2019 20:43:50.146 - Couldn’t find action /actions/lasermouse/in/TrackpadScroll. Ignoring it.

Thu Aug 15 2019 20:43:50.147 - Couldn’t find action /actions/lasermouse/in/TrackpadScroll. Ignoring it.

Thu Aug 15 2019 20:43:50.150 - Invalid input type click for controller (/user/head/proximity)

Thu Aug 15 2019 20:43:50.152 - Invalid input type click for controller (/user/head/proximity)

Thu Aug 15 2019 20:43:50.152 - RendermodelManager: Reading data from C:\Program Files (x86)\Steam\steamapps\common\SteamVR\resources\rendermodels\vr_controller_vive_1_5\vr_controller_vive_1_5.json

Thu Aug 15 2019 20:43:50.152 - RendermodelManager: name=base inputRouting=0 filename=

Thu Aug 15 2019 20:43:50.152 - RendermodelManager: name=body inputRouting=0 filename=body.obj

Thu Aug 15 2019 20:43:50.152 - RendermodelManager: name=button inputRouting=1 filename=button.obj

Thu Aug 15 2019 20:43:50.152 - RendermodelManager: name=gdc2015 inputRouting=0 filename=

Thu Aug 15 2019 20:43:50.152 - RendermodelManager: name=handgrip inputRouting=0 filename=

Thu Aug 15 2019 20:43:50.152 - RendermodelManager: name=led inputRouting=0 filename=led.obj

Thu Aug 15 2019 20:43:50.152 - RendermodelManager: name=lgrip inputRouting=1 filename=l_grip.obj

Thu Aug 15 2019 20:43:50.152 - RendermodelManager: name=rgrip inputRouting=1 filename=r_grip.obj

Thu Aug 15 2019 20:43:50.152 - RendermodelManager: name=scroll_wheel inputRouting=2 filename=scroll_wheel.obj

Thu Aug 15 2019 20:43:50.152 - RendermodelManager: name=status inputRouting=0 filename=status.obj

Thu Aug 15 2019 20:43:50.152 - RendermodelManager: name=sys_button inputRouting=1 filename=sys_button.obj

Thu Aug 15 2019 20:43:50.152 - RendermodelManager: name=tip inputRouting=0 filename=

Thu Aug 15 2019 20:43:50.152 - RendermodelManager: name=trackpad inputRouting=2 filename=trackpad.obj

Thu Aug 15 2019 20:43:50.152 - RendermodelManager: name=trackpad_scroll_cut inputRouting=0 filename=trackpad_scroll_cut.obj

Thu Aug 15 2019 20:43:50.152 - RendermodelManager: name=trackpad_touch inputRouting=2 filename=trackpad_touch.obj

Thu Aug 15 2019 20:43:50.152 - RendermodelManager: name=trigger inputRouting=2 filename=trigger.obj

Thu Aug 15 2019 20:43:50.154 - Invalid input type click for controller (/user/head/proximity)

Thu Aug 15 2019 20:43:50.156 - Invalid input type click for controller (/user/hand/right/input/b)

Thu Aug 15 2019 20:43:50.156 - Invalid input type click for controller (/user/hand/left/input/b)

Thu Aug 15 2019 20:43:50.156 - Invalid input type click for controller (/user/hand/right/input/b)

Thu Aug 15 2019 20:43:50.157 - Invalid input type click for controller (/user/hand/right/input/a)

Thu Aug 15 2019 20:43:50.157 - Invalid input type click for controller (/user/hand/left/input/b)

Thu Aug 15 2019 20:43:50.157 - Invalid input type click for controller (/user/hand/left/input/a)

Thu Aug 15 2019 20:43:50.157 - Invalid input type click for controller (/user/hand/left/input/thumbstick)

Digging deeper and deeper… :smiley:

Which leads to:

WHILE I did not test on an hmd w/o a prox sensor, I broke the json file so it would not load… giving us the same result? (i.e. ideally gets tested on a pimax hmd or another one w/o prox sensor)

And the latest OpenVR-AdvancedSettings:

Haptics:

  • Proximity Sensor - Allows us to communicate with prox sensor, IS AUTOMATICALLY BOUND DO NOT ASSIGN

I think I might need to try uninstalling Advanced Settings (though I use it a lot!)… :slight_smile:

EDIT: No dice either… :thinking:

1 Like

Maybe. But key difference of mine is Gog. Might be game directory structure. I have steamvr in the obduction game directory. (Ie steam settings & openvr.dll)

Maybe try launching with LH tracking off.

1 Like

Tried that too. Didn’t work either.

1 Like

Might also be possible to do something with Controller Bindings in SteamVR as “SteamVR_Proximity” can be found as a shortcut.

1 Like

Making a “chord” in Controller Bindings SteamVR_Proximity on Left Touchpad Touch for example didn’t work either.

I’ve sent the SteamVR logs to Cyan and asked them if they could create a config file for “aapvr_hmd” which disables proximity sensor checking… :wink: