Perzival12 Posted September 29 Report Share Posted September 29 Hey so for my Hyrule Conquest: Revival mod, I contacted TUN and he sent me his original 3d models. I was hoping to be able to make some variants, as the Deku Kingdom is kind of repetitive, but when I tried to add a model to the game, I got this error: "ERROR: art/meshes/units/deku/deku_baba_spike.dae: assertion not satisfied (line 394): failed requirement 'recognised skeleton structure'". I followed all of the instructions, unwrapping the mesh, selecting the mesh, then the armature, and exporting as a .dae file. Is it because it is not a cached.pmd, or is it some other problem? Quote Link to comment Share on other sites More sharing options...
Classic-Burger Posted September 29 Report Share Posted September 29 @Stan` @wowgetoffyourcellphone Quote Link to comment Share on other sites More sharing options...
Stan` Posted September 30 Report Share Posted September 30 Hey @Perzival12 The game automatically detects the skeleton of a DAE, using the files in art/skeleton. If there isn't any matching the structure from your new mesh, it will fail. I have a python script to generate the skeleton from a given DAE file. https://github.com/StanleySweet/0AD-Skeleton-Generator Quote Link to comment Share on other sites More sharing options...
Perzival12 Posted September 30 Author Report Share Posted September 30 4 hours ago, Stan` said: Hey @Perzival12 The game automatically detects the skeleton of a DAE, using the files in art/skeleton. If there isn't any matching the structure from your new mesh, it will fail. I have a python script to generate the skeleton from a given DAE file. https://github.com/StanleySweet/0AD-Skeleton-Generator Thanks, that should help. Quote Link to comment Share on other sites More sharing options...
Perzival12 Posted 2 hours ago Author Report Share Posted 2 hours ago Hey, so I fixed that error, but now I have a new problem: all of my new unit models are lying on their backs, half in, half out of the ground. Why? I tried rotating them, but it didn’t change anything. What did I do wrong? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.