Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

HereSphere VR Video Player (Meta Quest)

VR video player with immersion-enhancing algorithms, streaming, and media library features · By HereSphere

Order of scripts in multipart video

A topic by dmc2398 created Dec 02, 2022 Views: 1,059 Replies: 2
Viewing posts 1 to 2

I read this part of the update 0.73 multiple times but still cannot get the multipart videos and multipart script files to load in the right order even tough the filenames are the same ie vid1-A.mp4 paired with vid1-A.funscript , currently using xbvr.

  • If a multipart video has multiple funscripts, the index of the video encoding will be used to automatically load the correct funscript. Make sure to enable multipart encodings in the user settings, and then add placeholder funscripts if the number of funscripts doesn't match the number of multipart videos.

What does the index of the video encoding refer to?

Thanks!

Developer(+1)

Hi, I think there's an issue with XBVR where the script files are always sorted based on date modification time, rather than the  order that you add the files. A workaround is to open the file in notepad, change some stuff (and change it back), and then resave to update the file modification time.

XBVR doesn't provide video filenames to HereSphere, so there isn't a way for HereSphere to match it to the script, except based on the order that the videos and scripts are supplied to HereSphere. Multipart videos use a hacky method of overriding the encoding streams to provide multiple videos for what should be a single video.

Thank you! Got it working now, to get it to load in the correct order A-D etc, A has to be last modified so modify the modification time backwards D-A to get it loaded in the correct order.