• 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.

Solved Eosin_VRRenderer plugin how to change the save path

choand76

New member
Joined
Oct 2, 2025
Messages
2
Reactions
0
Eosin_VRRenderer plugin's save path is set to the vam installation folder.
I tried opening the source file to set it to a directory on a different drive.
but i keep getting an error.
Can someone help me with the script coding?


public static readonly string SCREENSHOT_DIRECTORY = "Saves/VR_Renders/"; <<<<<<<<<<<<<<<<<<<
string myLilyRenderBundleURL = null;
string myDownsampleBundleURL = null;

public static readonly string SCREENSHOT_DIRECTORY = "h:/VR_Renders/"; <<<<< error
string myLilyRenderBundleURL = null;
string myDownsampleBundleURL = null;
 
Solution
Vam has security features that prevent it from writing to anyplace other than its own installation folder. You can move the video to h: after it's done.
Vam has security features that prevent it from writing to anyplace other than its own installation folder. You can move the video to h: after it's done.
 
Upvote 0
Solution
I'm having trouble recording because my vam installation drive is running low on space.
 
Upvote 0
If you have a 40x or 50x Nvidia GPU, then you can try the Nvidia App to record video. It only does flat, not VR180, but it works without slowing the scene down. It writes to Videos on the C: drive.
 
Upvote 0
Back
Top Bottom