Can any of you fine Commanders help me get this working properly please?
I have my 2d and 3d profiles set as I would like them to work: 3d display windowed, 2d fullscreen - and would like the audio to follow suit.
Problem I get is that when I select 2d and launch, the Rift boots up and it reverts to windowed and audio is through the HMD.
Fantastic though VR is, there ain't much to drink in from a starport menu, and I'd rather get a drink in!
Would be perfect if the game would react to taking off the HMD and revert to old stylee. Yeah, maybe I'm just a "can't understand new technology" type.
(will be impressed if the sweary filter picks up on that)
OK, the thing with the Rift (and Oculus Home) booting up when you run ED, irrespective of whether you're using a profile with 3D set to Oculus or not can be prevented by stopping the Oculus runtime service (called OVRService).
The easiest way to do this is to create two desktop shortcuts labelled "Stop Oculus" and "Start Oculus". When you create these shortcuts enter the following commands into their respective shortcut boxes (confusingly labelled "location of the item" in Windows 10) ..
net stop OVRService
net start OVRService
Once you've created the shortcuts, right-click each one, pick Properties, click the "Advanced" button and tick the "Run as administrator" button.
Having done that, prior to starting ED with a 2D profile, run your "Stop Oculus" shortcut and when you want to start ED for VR, run your "Start Oculus" shortcut.
Note: I'm not sure that Oculus Home starting up should actually prevent you from running 2D Elite so this may not be your actual problem.
As for the audio issue, you need to manually change the default audio playback device prior to starting Elite. In Windows 10 this is really easy, just click the speaker icon in your Windows system tray, click on the top where it shows the current audio device and pick the one you want. If you're pre-Windows 10 you need to right-click the speaker icon, pick Playback devices, select the appropriate device and click the 'Set default' button.
Note: it's possible to use a DOS batch command to pick the appropriate audio source by downloading and installing a neat little tool called nircmd.
http://www.nirsoft.net/utils/nircmd.html
For my "Start/Stop Oculus shortcuts" I actually have two batch files which execute both the appropriate 'net start/stop' command above and also the 'nircmd setdefaultsounddevice' to pick the appropriate audio device.
Sorry, this is all getting a bit technical, feel free to pm me if you need more help.