• Support
  • SLR/DeoVR and "interactive" subfolders

Howdy folks,

Does anyone know if the SLR app or DeoVR supports subfolders in \interactive? I really hate how messy it becomes and my OCD sees me crying myself to sleep at night when I'd far rather be doing "other things".

Cheers

    PewCat In windows you could try symbolic links (aka Junction) in the Interactive folder to wherever the actual files are. Not sure this is possible on Oculus devices though.

    It's kinda like shortcuts, but the system sees them as the actual file instead of a shortcut.
    https://docs.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-createsymboliclinka

    The easiest way would be to first make a system variable like this

    Then in the symbolic links for the file you could then point to
    %Interactive%\SLR_Originals\script-01.funscript

      Rakly3 First, you blew my mind that Windows actually supports symbolic and hardlinking. Thanks for the suggestions. Ill poke around, it may require a bit of scripting since adding a new script would require creation of said links and apart from being OCD, Im also lazy af 😆 Though that shouldnt be too difficult to automate.