Anyone know about wired faceposer? Please? I really could use some help. Thanks.
Hello, I am currently trying to make a machinima and I am pretty savvy when it comes to these kind of things but I just can't seem to find out how to make the wired faceposer work. Anyone who knows how to code the wired faceposer, can someone please enlighten me? I've read the readme and it doesn't really tell very well how to make this work. Thanks.
Anyone know about wired faceposer? Please? I really could use some help. Thanks.
What problems are you having? The readme explains it all.
EDIT: You can't really expect anyone to help you with your problem... when you don't even care to mention what that problem is.
SVN Tutorial
My SVN:Get dropbox and get 250 MB extra space: DropboxCode:http://divranspack.googlecode.com/svn/trunk/%20divranspack/
Every time I try to code it then try to validate it I either get stuff like "No such function: normal:facePose(normal, normal) at line X, char X." Or Variable (Entity) does not exist.
First problem: You are not using the function right.
Second problem: Do you have an Entity variable?
I do not have the Entity Variable. Can I get an example, if you don't mind? Thanks for the help.
I don't know face poser e2 functions so you may have to look them up.Code:@inputs Entity:entity Entity:facePose(1,2)
Try reading an E2 tutorial before doing complex stuff.
I've tried looking everywhere for a tutorial for this or something similar but I can't find any. Which is why I asked you guys. Do any of you happen to know where I can find one? That worked by the way. Thanks.
What should I put in the command console to make it go from one face posed position to the next and how would I go about making it wired to a button?
Wire Button to a toggle'd button.Code:if(Button&~Button){ Entity:facePose(1,2) }else{ Entity:facePose(2,2) }
Get out. Seriously, do it.
Bookmarks