- Mar 19, 2020
- 2,286
- 3,011
Interesting, I've never had that issue myself before. But according to the thread you linked, it is because of some incompatibility between the LipSync pluging and some morphs, and because those morphs could be in ANY downloaded *.var file, there's this Powershell script in the thread you should run. I just tested the script, and it works great -- it couldn't find the "bad" morph in any of my *.var files, so that's why I have no issues.basically when the char starts to talk the nodes separate from the model and move on their own and the body doesnt actually move.
You must be registered to see the links
ive tried using the script before but it didnt work.
To run the script from that thread:
- save the content of the script from the link you posted to a file called "
SearchFile.ps1
" - edit the script at line 4 to point to your actual
<VAM>/AddonPackages
directory - open a PowerShell window
- make sure that you are allowed to run scripts -- you can enable scripts by typing:
Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser
and then answer the question with "Y" (or whatever you have to type in your language for "yes" ;-) )
- now you should be able to run the script:
./SearchFile

EDIT: to check if the script is actually working, I also changed line 3 of the script to search for a morph that I do have, ran the script again, and it found the "culprit" *.var file!