Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
Hi Guest!
Please be aware that we have released a critical security patch for VaM. We strongly recommend updating to version 1.22.0.7 using the VaM_Updater found in your installation folder.
Details about the security patch can be found here.
Having many .vars with preloadMorphs set can slow down VAM and make it difficult to find specific morphs. This function creates the package preference file to disable the preload morphs function on any .var that has this set.
Added function to disable the preloadMorphs setting on all vars. This will create/update the .prefs file in the \AddonPackagesUserPrefs folder setting preloadMorphs to false.
DOES NOT ALTER VARS IN ANY WAY
Added function to revert the preload morphs settings which will remove the .prefs files in \AddonPackagesUserPrefs
Actually will rename the files .prefs.bak instead of deleting anything
Thanks to RandomVAMUserpointing out some specifics on how the dependencies are built.
I realized the dependencies are really focused on the file name more than anything, so I change the code back to try parsing the filename first and then fall back to reading the meta.json for the creator/packagename if the file is named incorrectly.