-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Animal Documentation? #58
Comments
The best source at the moment would be copying over the animals from the example package and replacing their meshes. Unfortunately they are not very customizable (basically only the mesh), and undocumented. |
Replacing the meshes doesn't work it would seem, it destroys the models. I got it working by remaking it myself with all of the source files and it does this. Cycles between idle, glance, and eat then just loops the eat infinitely and never moves. bandicam.2021-05-05.06-24-39-995.mp4 |
If you can send the Client.log file after that happens there is probably an error message. Most likely the skeleton naming is different. |
I am at a point where either the animal functions and the animations don't, or vice versa. Would it be possible to add support for Blender 2.9 animations? They already are functioning and working in-game on the animals, the hierarchy just has to go If there could be a way for animals to recognize the animations with armature present, all animals would work just fine, the ai just doesn't work with the armature folder and the animations don't work without it. |
IIRC Skeleton is how the Armature is named in the vanilla animal blender files. I would like to upgrade the animation support, especially for player characters, but it is a relatively low priority. |
I am trying to replace/recreate the files to make custom animals and everything I seem to be doing breaks. Is there any way you can make some sort of guide/documentation? I can't find any information of them anywhere and almost nobody seems to be doing them or even knows how to do them.
The text was updated successfully, but these errors were encountered: