Vel W Posted August 17, 2022 Posted August 17, 2022 Hello, For dev-test and other personal purposes i’d like to know if there’s a way to enable setPos x or setPos y commands during AAF animations involving furnitures. These commands adjust actors positions around the furniture according to input parameters During animations, setAngle z command works just fine. I can change where the actors are facing in the middle of any animation. Using setPos on furniture also works, but has no effect when used on actors. Numpad buttons (2, 4, 6, 8, etc) work, but their adjustments are too big for me. So, there’s my question. Thoughts and comments are welcome. Thanks in advance ?
EgoBallistic Posted August 17, 2022 Posted August 17, 2022 AAF locks the actors in place with a TranslateTo() using very small values. So if you want to move them, do akActor.StopTranslation(). 1
Voltanis Posted January 2, 2023 Posted January 2, 2023 (edited) On 8/17/2022 at 8:21 AM, EgoBallistic said: AAF locks the actors in place with a TranslateTo() using very small values. So if you want to move them, do akActor.StopTranslation(). Sorry to necro this but I'm having alignment issues on certain furniture. How can I use this command ? akActor.StopTranslation() Edit: Found a much easier solution to make small tweaks. SAM and SAMFormer if you haven't looked into those. Edited January 4, 2023 by Voltanis
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now