|
|
#1 |
|
User
Join Date: Dec 2006
Posts: 257
|
As you can probably tell from the progression of my last 2 posts, I've been working up to a more complex model editing than what each of my individual posts might suggest...and this is the finale.
I have my Skeleton model (from War3.mpq minus the weapon and shield): ![]() I have my backpack model (stripped from Guldan's .mdx) ![]() And I have two problems: Problem #1 ) When the skeleton dies in game, it just disappears. Problem #2 ) When I attach the backpack to the skeleton and the skeleton runs around, the backpack doesn't move with it (obviously, because its got different animations, or whatever) but I don't know how to fix that. Any help? .Mdxs are attached Note: All I did was literally delete the vertexs that correlated to the items I didn't want...which means all the bones and other stuff are in there..If someone can help me remove those as well (to remove the useless stuff in the .mdx) I would greatly appreciate it. |
|
|
|
| Sponsored Links - Login to hide this ad! |
|
|
|
|
#2 |
|
User
Join Date: Mar 2006
Posts: 301
![]() ![]()
|
NOTE: You have been redirected in order for our attachments to be made available to you. This will only last two minutes; these measures where taken to avoid hotlinking and bandwidth theft. To avoid these restrictions Log in or Register Deleting the second geoset messes up the GeosetAnims, which control when geosets are visible or invisible. At least in Wc3Viewer. I have no idea why, and I have pondered it for quite a while. Did you confirm that it also works incorrectly in game?
2. Are you using the geoset merger program? It will give you an option for what bone it should follow. Set it up as shown in the attachment. You might want to get rid of that geoset with the shoulderpads in it first. |
|
|
|
|
|
#3 |
|
User
Join Date: Dec 2006
Posts: 257
|
Yea, I fiddled with the geoset merger, I don't remember how I did it though...it was likely incorrect.
Edit: I tried to duplicate what you had in that picture, but it resulted in the attached model. Perhaps I should just go through the process of actually attaching the backpack to the skeleton model, reworking the bones, and redoing the animations? Yes? No? Last edited by WNxCryptic : 11-27-2007 at 04:16 AM. |
|
|
|
|
|
#4 |
|
User
Join Date: Mar 2006
Posts: 301
![]() ![]()
|
No, there is no need to reanimate stuff, since the bones are already moving around fine. Did you solve your first problem? You should do that one first. I guess I forgot to tell you how to fix it. The way I did was to instead of removing geoset 2, replacing it with an empty geoset. Also, leave its GeosetAnim alone.
JASS:Geoset { Vertices 8 { 0,0,0 }, { 0,0,0 }, { 0,0,0 }, Normals 8 { 0,0,0 }, { 0,0,0 }, { 0,0,0 }, TVertices 8 { 0,0 }, { 0,0 }, { 0,0 }, VertexGroup 0, 0, 0, Faces 1 27 Triangles { 0, 1, 2 , } Groups 1 1 Matrices { 21 }, MinimumExtent 0,0,0 , MaximumExtent 0,0,0 , BoundsRadius 0, MaterialID 1, SelectionGroup 0, } I'm not sure what is wrong with that model besides the same old GeosetAnim problem (#1) and an incorrectly specified texture. The geoset merger can work here; I did it myself before writing that last post. I can post my edited skeleton if you want to compare yours with it. Last edited by Guesst : 12-05-2007 at 07:39 PM. |
|
|
|
|
|
#5 |
|
User
Join Date: Dec 2006
Posts: 257
|
I actually have it fixed now, the textures weren't loading because I didn't have the path to the Guldan model correct.
__________________I'm not sure about the death animation. Edit: nope, death animation doesn't work. Last edited by WNxCryptic : 11-27-2007 at 02:32 PM. |
|
|
|
|
|
#6 |
|
User
Join Date: Mar 2006
Posts: 301
![]() ![]()
|
What about it doesn't work?
|
|
|
|
|
|
#7 |
|
User
Join Date: Dec 2006
Posts: 257
|
The actual death animation doesn't execute in game...the unit just disappears.
__________________In WC3 Viewer, however, the death animation plays as it should. |
|
|
|
|
|
#8 |
|
User
Join Date: Dec 2006
Posts: 257
|
Quick (related) question: How do you create an empty geoset?
__________________Last edited by WNxCryptic : 11-27-2007 at 08:05 PM. |
|
|
|
|
|
#9 |
|
User
Join Date: Mar 2006
Posts: 301
![]() ![]()
|
I posted an empty geoset above. Just paste it over the one you want to make empty.
So the death animation thing sounds like it's still part of #1. I can't be very helpful, since I only have the viewer to see these things in. If you post the model I might be able to do something. |
|
|
|
|
|
#10 |
|
User
Join Date: Dec 2006
Posts: 257
|
Just a quick notification: I get an error code on the line for your Tvertices in the "empty geoset" code that you posted.
__________________I noticed that other Tvertices are a set of 2 numbers seperated by a comma, but yours is { 0,0,0 } so I shortened it down to { 0,0 } and it worked after that..figured I'd mention that to you. Edit: The problems I was experiencing with the death animations were where I went through and actually deleted entire geosets instead of replacing them with empty ones. This threw the animations out of sync with one another and caused the death animation to be lost in the process, which is why they just disappeared when they were killed. Fixed now though, thanks again Guesst, +rep. Last edited by WNxCryptic : 11-28-2007 at 01:44 PM. |
|
|
|
|
|
#11 |
|
User
Join Date: Mar 2006
Posts: 301
![]() ![]()
|
Ok, glad it worked. There was no reason for having 3 numbers there, that was just sloppy copying and pasting.
|
|
|
|
|
|
#12 |
|
User
Join Date: Dec 2006
Posts: 257
|
Figured I'd add to this: I went back and re-used the pasted code you had above for the empty geoset and found another error:
__________________TVertices 8 { { 0,0 }, <----- { 0,0 }, { 0,0 }, } Missing that bold comma. |
|
|
|
![]() |
| Thread Tools | Search this Thread |
|
|
|
Donate |