Hexenv88

Newbie
Mar 2, 2022
17
24
45
Does anyone know how to prevent genitals from glitching out during penetration?
proper alignment is the key. take the time to make sure your penetration animation maintains the correct alignment in all steps of the process, this is as close to perfect you will get in VAM.
 

gghhoosstt123

Member
Oct 9, 2022
358
438
177
is there a plug-in that can help in managing atoms in a scene?
one which enables you to delete or add atoms efficiently
Highly recommend this one, its far better then scene stripper imo since you can have indivisual choice as well instead of removing all at once.
 

Tomboy Enjoyer

Active Member
Aug 4, 2021
515
570
236
Hey guys, do you know this exact look or scene?
View attachment 4748722
Could be this scene but maybe Iam wrong
Help! looking for femdom scenes with multiple animations. Preferably not to the degree of BDSM.
It's a good femdom scene if you are into that. Fully voiced and free.
When you swap out the female, check her exact height on the control tab before switching
because she is like +6'5 feet at least :oops:
 
  • Like
Reactions: Chief_Master

onik4

Member
Oct 1, 2022
227
108
144
I always wanted a auto-way to delete old versions of .VAR files) So i've made these two .bat files.

You just need to create 1.bat and 2.bat and place them both in "AddonPackages" folder. Then you start 1.bat and wait (it can take a while). That will move ALL old files to "C:\games\delete". Remember to change C:\games\ for YOUR game folder. And create "delete" folder too.



Thats for 1.bat:
Code:
@echo off
setlocal enableextensions enabledelayedexpansion
C:
cd "C:\games\VAM\AddonPackages\"
color 11& cls

for %%i in (*.*) do (call "C:\games\VAM\AddonPackages\2.bat" %%i)
Thats for 2.bat:
Code:
@echo off
setlocal enableextensions enabledelayedexpansion
cd "C:\games\VAM\AddonPackages"
color 11& cls


rem set char=aaa.bbbb.1.txt
echo i=%1
set char=%1
echo char=!char!
set de=!char:.= !
for %%h in (!de!) do (set /a n+=1& set m!n!=%%h)
set /a VR=1
for /l %%h in (1,1,!n!) do (set B!VR!=!m%%h!&set /a VR+=1)

echo 1=%B1%
echo 2=%B2%
echo 3=%B3%
echo 4=%B4%
echo BB3=%B3%

set FNM=%B1%.%B2%.%B3%.%B4%
echo FNM=%FNM%
Set /a BB3=%B3%+1
rem echo BB3new=%BB3%

:crutch
set NFN=%B1%.%B2%.%BB3%.%B4%
rem echo NFN=%NFN%
if exist %NFN% move /Y  %FNM% C:\games\delete\
Set /a BB3=%BB3%+1
if not %BB3%==999 goto :crutch
cd ..
endlocal
Hope that helps anyone.
 

Tomboy Enjoyer

Active Member
Aug 4, 2021
515
570
236
I always wanted a auto-way to delete old versions of .VAR files) So i've made these two .bat files.

You just need to create 1.bat and 2.bat and place them both in "AddonPackages" folder. Then you start 1.bat and wait (it can take a while). That will move ALL old files to "C:\games\delete". Remember to change C:\games\ for YOUR game folder. And create "delete" folder too.



Thats for 1.bat:
Code:
@echo off
setlocal enableextensions enabledelayedexpansion
C:
cd "C:\games\VAM\AddonPackages\"
color 11& cls

for %%i in (*.*) do (call "C:\games\VAM\AddonPackages\2.bat" %%i)
Thats for 2.bat:
Code:
@echo off
setlocal enableextensions enabledelayedexpansion
cd "C:\games\VAM\AddonPackages"
color 11& cls


rem set char=aaa.bbbb.1.txt
echo i=%1
set char=%1
echo char=!char!
set de=!char:.= !
for %%h in (!de!) do (set /a n+=1& set m!n!=%%h)
set /a VR=1
for /l %%h in (1,1,!n!) do (set B!VR!=!m%%h!&set /a VR+=1)

echo 1=%B1%
echo 2=%B2%
echo 3=%B3%
echo 4=%B4%
echo BB3=%B3%

set FNM=%B1%.%B2%.%B3%.%B4%
echo FNM=%FNM%
Set /a BB3=%B3%+1
rem echo BB3new=%BB3%

:crutch
set NFN=%B1%.%B2%.%BB3%.%B4%
rem echo NFN=%NFN%
if exist %NFN% move /Y  %FNM% C:\games\delete\
Set /a BB3=%BB3%+1
if not %BB3%==999 goto :crutch
cd ..
endlocal
Hope that helps anyone.
Var browser already can do that with moving stuff to a different folder.
Also the "uninstall all" is like a fresh start with just one click if your addonpackages get's too bloated in general.
Nothing get's deleted, just moved to "AllPackages" again.
 
Last edited:
  • Like
Reactions: theblackestguy

EdGuy69

Member
Jun 28, 2022
430
1,287
266
Hey folks. What's up with the updater? Is it safe? Also, is downloading the latest version and then copying relevant files viable? (Addons, saves, etc)
 

amubot

Member
Jun 7, 2023
199
390
196
hello i have a question, how to use this expression? i've seen someone already asking in the hub but no answer, so anyone can please help? thanks in advance
 

Tomboy Enjoyer

Active Member
Aug 4, 2021
515
570
236
hello i have a question, how to use this expression? i've seen someone already asking in the hub but no answer, so anyone can please help? thanks in advance
These are called "morphs" and have to be used with their sliders from the female or male morphs tab of a person atom.
When you favourite a morph, you can then link it to actions or plugins like bodylanguage.
 
  • Like
Reactions: amubot
Dec 21, 2022
61
45
132
hello i have a question, how to use this expression? i've seen someone already asking in the hub but no answer, so anyone can please help? thanks in advance
Those are morphs, you need something to set those morphs when you want to. Easy ways you can do it is via timeline if you are doing a whole animation, or trigger via body language, or just let it play randomly via expression randomizer, plus probably ten other ways
 
  • Like
Reactions: amubot

CowOwCW

Newbie
Mar 25, 2020
43
33
78
hello i have a question, how to use this expression? i've seen someone already asking in the hub but no answer, so anyone can please help? thanks in advance


Most things in VAM can be done with the plugin scripts from the many programmers there.

Try to avoid doing things by hand if possible.

There's 5+ years of scripts and plugins that can do almost anything you can think of.
EXPPlus03.gif
 
Last edited:
  • Like
Reactions: amubot and fbass
4.50 star(s) 24 Votes