You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I got a small e2 that utilizes some holoAnimations to make simple movement to characters such as kleiner, I had the animations work but few gmod updates back this became broken as the same indexes and names don't seem to work for same animations as before but result in t-posing. I'd imagine the enum values are now out of place as the chip can still animate characters but when I look for certain animation from pac3 and try to use its string value as the lookup value for the animation it results in entirely different animation to play... I can paste example stuff if needed, but this should be semi-easy to replicate by anyone who has past used holos with model set to any character, I've also limited the use to the animations that are marked to work under all npcs specifically, and it did work in past and I've not changed the code since then.
Hope someone here has better idea what is broken, and thanks.
The text was updated successfully, but these errors were encountered:
Hey, sorry for the long duration on answer, I basically engaged with different stuff in projects and forgot this. But I had this chip with silly characters running after you. And basically before the animations worked just fine but after I think a certain recent gmod update it has stopped working for me atleast. Heres the extremely crude version I tested to see if it's working... this is supposed to be a running animation that loops, but its not working. And I checked other anims too and they all seem to be somehow not working right. If the animations seem right for you it may be a server issue, but timing-wise it seems to overlap with like gmod update and i recall someone saying there was some changes to how source handles animations or something... Sadly I can't pinpoint the event much better than this.
Hey, I got a small e2 that utilizes some holoAnimations to make simple movement to characters such as kleiner, I had the animations work but few gmod updates back this became broken as the same indexes and names don't seem to work for same animations as before but result in t-posing. I'd imagine the enum values are now out of place as the chip can still animate characters but when I look for certain animation from pac3 and try to use its string value as the lookup value for the animation it results in entirely different animation to play... I can paste example stuff if needed, but this should be semi-easy to replicate by anyone who has past used holos with model set to any character, I've also limited the use to the animations that are marked to work under all npcs specifically, and it did work in past and I've not changed the code since then.
Hope someone here has better idea what is broken, and thanks.
The text was updated successfully, but these errors were encountered: