![]() |
[ART] How to get dae_anim file? - Printable Version +- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum) +-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html) +--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html) +---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html) +---- Thread: [ART] How to get dae_anim file? (/thread-53927.html) |
How to get dae_anim file? - Buchka123 - 10-30-2017 Hello again ![]() RE: How to get dae_anim file? - Mudbill - 10-30-2017 I believe the .dae_anim files are basic .dae files but with a renamed extension. Try exporting your animation and renaming it to .dae_anim. Export your normal object (or another animated one, which should also work) and use it as your main model. That way you will have 1 .dae (with or without animation) and 1 .dae_anim (animation only). RE: How to get dae_anim file? - Buchka123 - 10-30-2017 (10-30-2017, 03:48 PM)Mudbill Wrote: I believe the .dae_anim files are basic .dae files but with a renamed extension. Try exporting your animation and renaming it to .dae_anim. Export your normal object (or another animated one, which should also work) and use it as your main model. That way you will have 1 .dae (with or without animation) and 1 .dae_anim (animation only). Thanks it's working! ![]() |