Feature/Bug: Add prefix to section headings in vrsettings file
noob247365 opened this issue · comments
As a vrsettings file is simply section and key lookups, we should prefix our sections to avoid name conflicts with other developers.
I am in the process of implementing this with opengloves.
as the prefix. Will also be updating the LucidVR/opengloves-ui project's sidecar application accordingly.
The logic I was implementing to be backwards compatible has a fatal flaw. There is no way to check if a setting is listed only in the steamvr.vrsettings
file (aka, not the default value). We would need to manually compare the value and attempt to fallback if it was equal to the value from the file, which is a bit messy.
For now, this can be put on hold or closed, along with both PR #130 and LucidVR/opengloves-ui#6