• Hi Guest!

    Please be aware that we have released another critical security patch for VaM. We strongly recommend updating to version 1.22.0.12 using the VaM_Updater found in your installation folder.

    Details about the security patch can be found here.

Question preload preferences etc

Thorozar

Member
Messages
46
Reactions
20
Points
8
I have a scene I am creating where the models change clothing and skin presets a few times. Right before each is triggered the loading of those happens. I would like to know if there is a way that all this stuff is preloaded into memory when the scene is loaded so that we dont see the loading screen every time this happens.
 
It might require some "behind the scene" pre-start voodoo trickery.

example:
-at initial start load/equip all clothes at once
- load all used skin presets once (so they are cached)
-unequip unused clothes (or adjust material alpha)
-load initial skin preset
-start scene (maybe add light intensity transition)
 
Upvote 0
Back
Top Bottom