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

Quick question about .var .vac

Jean boisvert

New member
Joined
Jul 19, 2021
Messages
14
Reactions
3
Is it true that EVERY .vac should be placed in addon and EVERY .var in scenes?? I have a lot of look that have some .vac in the custom/.../... folder, should I place them in the addon folder? And If I'm not sure of where to put a .vac, can I just save it everywhere it might be usefull without problems? Thanks :)
 
I have a lot of look that have some .vac in the custom/.../... folder, should I place them in the addon folder?
no

.var goes inside AddonPackages ONLY

.vac is legacy type of compiling content (it usually contains required stuff: custom/import morphs, sounds, assets, etc...)
.vac should go inside saves/scene/whatever
.vac is extracted on "ExampleScene.vac" load (inside same folder you placed it)
leaving .vac behind so you have duplicates (compiled .vac and extracted content)
 
Back
Top Bottom