• Hi Guest!

    We are extremely excited to announce the release of our first Beta1.1 and the first release of our Public AddonKit!
    To participate in the Beta, a subscription to the Entertainer or Creator Tier is required. For access to the Public AddonKit you must be a Creator tier member. Once subscribed, download instructions can be found here.

    Click here for information and guides regarding the VaM2 beta. Join our Discord server for more announcements and community discussion about VaM2.
  • Hi Guest!

    VaM2 Resource Categories have now been added to the Hub! For information on posting VaM2 resources and details about VaM2 related changes to our Community Forums, please see our official announcement here.

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;
 
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
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