• Hi Guest!

    We have posted a new VaM2 dev log on Patreon, starting a monthly cadence of written progress updates between Beta releases. Highlights include the new Gizmos System, Selection Carousel, and Modes System with Context-Specific Editing. Beta1.2 is 15 of 21 items complete.

    Read the full post on Patreon, or follow progress on the public Trello roadmap.

VaM 1.x Is there a way to play a video file from inside the scene?

Threads regarding the original VaM 1.x

ShinyAndroid

Well-known member
Featured Contributor
Joined
Oct 14, 2020
Messages
75
Reactions
394
I feel like I'm missing something fairly obvious here, but I've tried several methods and different plugins and I can't seem to figure it out.

I'm making a scene that has a video playing in it. I can use all the VAM built in tools to play the video, easy.

But I'd really like to make it easy for a user to be able to change the video inside the scene.

Ideally a UI button that opens up the VAM file browser and lets the user select the video (or videos) they want to play.

Is this possible? It seems like it should be.
 
It's not possible to play videos outside of VAM's folder.

It's possible to code the UI for this, and code something that would do the job to update a video player atom... but the limitation is for the source, which would require manual user setups ( creating a symlink for instance ). Or asking the player to move the video files.
 
Upvote 0
It's not possible to play videos outside of VAM's folder.

It's possible to code the UI for this, and code something that would do the job to update a video player atom... but the limitation is for the source, which would require manual user setups ( creating a symlink for instance ). Or asking the player to move the video files.
Thanks for the quick reply!

It would be okay telling the user to move video files into a VAM folder that could then be accessed by the video player. But I can't seem to find a way to make a UI button that will even open the VAM folder browser.

I've seen other plugins (I can't remember the name) that lets people change appearances of characters, when the UI button is clicked it opens up the appearances folder directly (instead of having to go into edit mode). Something like this would be ideal for video, but I can't seem to figure out how to make it work.
 
Upvote 0
It would be okay telling the user to move video files into a VAM folder that could then be accessed by the video player. But I can't seem to find a way to make a UI button that will even open the VAM folder browser.

Yup Appearance Swapper. This is something that needs to be hacked and coded like I did. Nothing is provided to access the file system without plugin.
 
Upvote 0
Note: beyond the logic of the plugin you would also need to code the "in world" UI :p
 
Upvote 0
Did you try this?
 
Upvote 0
Back
Top Bottom