ValveSoftware / openvr

OpenVR SDK
http://steamvr.com
BSD 3-Clause "New" or "Revised" License
6.02k stars 1.27k forks source link

Application Manifest documentation missing #530

Open LittleFinix opened 7 years ago

LittleFinix commented 7 years ago

There doesn't seem to be any documentation on the application manifest. A list of available keys, or at least a reference file would be nice.

Hoodad commented 7 years ago

Agree!

Edit: I have found an example at https://github.com/matzman666/OpenVR-AdvancedSettings/blob/master/bin/win64/manifest.vrmanifest but I don't know where that person got it from...

LittleFinix commented 7 years ago

Viveport and Steam install a few .vrmanifest-files on your computer where I found the same keys this guy was using. I also found out that if your file is encoded as "UTF8 with signature" then OpenVR won't load it.

Hoodad commented 7 years ago

Thanks for the tip!

I got it my thing to work yesterday. I had lots of various issues trying to register my manifest file. And as pointed out here there is a lack of documentation regarding manifest files. Through trial and error I managed to get through. For future reference I found the files appconfig.json and vrserver.txt to be useful for debugging all of which are found in the Steam folder.

gudenau commented 6 years ago

I was just looking into this stuff myself, would be great if there where documentation on this!