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 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.
WIP for plugin to change clothes to dissolve shader. Dissolve controllable and animatable through plugin controls. MacGruber logicbricks used to scale dissolve value.
@huz That was a challenge, turns out cloth vertex are calculated on gpu and the memory is shared with the shader so the shader needs to be aware and written for it. Had to reverse some other shader code to find it and rewrite the mosaic shader but it tracks now.
Clothing Censor
Turn clothing items into pixelation censors
Currently limited and broken for saving/loading and disabling/removing plugin. You will need to Force Reload clothing items.
Thanks to @huz for the idea
@huz Might be possible, played around with it a bit before I responded. I can change the shader to the mosaic but the clothing item stops updating it's position/reacting to anything.
v8:
Can now add a Face censor
Added Modes for attachment tracking
Fixed Scale mode was the old mode
Resizing mode will resize the censor as the model moves to different positions
@HideawayKiesza Thanks! It definitely has grown, but forcing me to really learn plugin/asset interaction.
I have tried both and think it will be another option in the config. I like the idea of option 3 more but it doesn't seem to have the same censor bar feel after it starts rotating, just...
@UJVAM No problem, also added the ability to change pixelation like @huz had shown, it was already in the shader asset just had to find the property name.
In a case like:
Should the bar
Adjust size to cover but state horizontally aligned
Get closer to the camera to cover (may be very weird in...
Add censor bars attached to characters
Censor bars track/change position to be between the camera and the character
Currently does not work at all angles
Version 6 includes:
Options for Mosaic thanks to Mosaic from @OrangePickle
Scalable X and Y dimensions
Lower censor is positioned and...
@HideawayKiesza Thanks for the links, awesome stuff
After learning a lot of ways to break the game entirely I think I have a solution that leverages @OrangePickle assets to apply the mosaic. I also was able to fix the positioning of the lower censor so it tracks much better. Now I just need to...