|
 |
« Reply #2280 on: July 26, 2011, 03:22:45 PM » |
|
Maybe in the future, may i get assistance with my Gatchaman stuff later?
only when it's necessary, i really want to make them playable.
|
|
|
Logged
|
|
|
|
|
|
 |
« Reply #2281 on: July 26, 2011, 03:28:10 PM » |
|
lolno it has nothing to do with the Mewtwo videos. These videos are up to date and actually show you how to fix DOA4 models in particular. I'll send you Helena and Alpha 152 sometime later today, are you sure those are the only two characters you want? Cuz I'd rather just send you all the characters you want at once.
Hmm, a list would be better right? XD LaMariposa: either her scientists outfit or her first costume, IDK which one. Christie: All costumes LeiFang: First and Second costumes Hellena: First and Third Costume Alpha 152: um does she have alternates? O-o or is she only unlockable in DOA Dimentions? And yeah, links to those vids in the pms would actually be nice XD
|
|
|
Logged
|
|
|
|
|
|
 |
« Reply #2282 on: July 26, 2011, 03:32:08 PM » |
|
Maybe in the future, may i get assistance with my Gatchaman stuff later?
only when it's necessary, i really want to make them playable.
Maybe, if I have time. Hmm, a list would be better right? XD
LaMariposa: either her scientists outfit or her first costume, IDK which one. Christie: All costumes LeiFang: First and Second costumes Hellena: First and Third Costume Alpha 152: um does she have alternates? O-o or is she only unlockable in DOA Dimentions?
And yeah, links to those vids in the pms would actually be nice XD
I'm just going to send you all the costumes for each character. You can tell which costume it is by looking at the textures before you start extracting the model. Alpha-152 is a boss in DOA4 and isn't playable.
|
|
|
Logged
|
|
|
|
|
|
 |
« Reply #2283 on: July 26, 2011, 03:37:40 PM » |
|
Heh, well you need to get DOA: Dimentions, cause Alpha pwns as a playable character O_o I got over 10,000,000 points in stamina mode for cryin out loud!
Kay, guess that'd be a good idea to send them all ^_^
|
|
|
Logged
|
|
|
|
|
|
 |
« Reply #2284 on: July 26, 2011, 05:01:20 PM » |
|
thanx BJ
I really need to figure this out so I can finally ditch this old read method for my converter
|
|
|
Logged
|
|
|
|
|
|
 |
« Reply #2285 on: July 26, 2011, 05:14:30 PM » |
|
BlackJax96, is there any possibilities for this: do you think that Brawlbox 64 could include automatic .Str0 file fixing?
|
|
|
Logged
|
|
|
|
|
|
 |
« Reply #2286 on: July 26, 2011, 05:17:29 PM » |
|
BlackJax96, is there any possibilities for this:
Oh yeah I saw that, sorry I forgot to respond. It should be easy to add.
|
|
|
Logged
|
|
|
|
|
|
 |
« Reply #2287 on: July 26, 2011, 05:20:21 PM » |
|
Oh yeah I saw that, sorry I forgot to respond. It should be easy to add. Awesome. 
|
|
|
Logged
|
|
|
|
|
|
 |
« Reply #2288 on: July 27, 2011, 01:54:35 PM » |
|
Ok so I've been trying to figure out why the weights aren't being written correctly, and so far I've had no luck at all. I've compared a rebuilt MDL0 to the original MDL0 and the node table is the exact same, so it's not that. The objects are being moved straight over to the rebuilt MDL0 for now, so it's not that. I've been looking at how Kryal extracts the influences and weights from NodeMix and comparing it to how he writes them, and I can't find anything that doesn't match up. I can't find anything wrong with the code... Good news is though, I found some code that Kryal started on to write primitives/facepoints to an object, but never implemented. Hopefully I'll be able to finish the code he started (if it isn't finished already). It looks a lot cleaner and easier to understand than the code he's using to read. Edit: I directly exported NodeMix from both MDL0s using Brawlbox. Comparing them in a hex editor, they are somewhat different. They're the same length though, so I'll try replacing the NodeMix in the rebuilt MDL0 with the regular MDL0's NodeMix and see if that fixes the problem. Edit2: It fixed the problem.  Now I know exactly what I need to work on fixing. I fixed the weight problem. The MDL0 rebuilder is done. 
|
|
« Last Edit: July 27, 2011, 02:48:29 PM by BlackJax96 »
|
Logged
|
|
|
|
|
|
 |
« Reply #2289 on: July 27, 2011, 02:50:41 PM » |
|
Ok so I've been trying to figure out why the weights aren't being written correctly, and so far I've had no luck at all. I've compared a rebuilt MDL0 to the original MDL0 and the node table is the exact same, so it's not that. The objects are being moved straight over to the rebuilt MDL0 for now, so it's not that. I've been looking at how Kryal extracts the influences and weights from NodeMix and comparing it to how he writes them, and I can't find anything that doesn't match up. I can't find anything wrong with the code... Good news is though, I found some code that Kryal started on to write primitives/facepoints to an object, but never implemented. Hopefully I'll be able to finish the code he started (if it isn't finished already). It looks a lot cleaner and easier to understand than the code he's using to read. Edit: I directly exported NodeMix from both MDL0s using Brawlbox. Comparing them in a hex editor, they are somewhat different. They're the same length though, so I'll try replacing the NodeMix in the rebuilt MDL0 with the regular MDL0's NodeMix and see if that fixes the problem. Edit2: It fixed the problem.  Now I know exactly what I need to work on fixing. I fixed the weight problem. The MDL0 rebuilder is done.   I am proud of you.
|
|
|
Logged
|
|
|
|
|
|
 |
« Reply #2290 on: July 27, 2011, 02:53:40 PM » |
|
Ok so I've been trying to figure out why the weights aren't being written correctly, and so far I've had no luck at all. I've compared a rebuilt MDL0 to the original MDL0 and the node table is the exact same, so it's not that. The objects are being moved straight over to the rebuilt MDL0 for now, so it's not that. I've been looking at how Kryal extracts the influences and weights from NodeMix and comparing it to how he writes them, and I can't find anything that doesn't match up. I can't find anything wrong with the code... Good news is though, I found some code that Kryal started on to write primitives/facepoints to an object, but never implemented. Hopefully I'll be able to finish the code he started (if it isn't finished already). It looks a lot cleaner and easier to understand than the code he's using to read. Edit: I directly exported NodeMix from both MDL0s using Brawlbox. Comparing them in a hex editor, they are somewhat different. They're the same length though, so I'll try replacing the NodeMix in the rebuilt MDL0 with the regular MDL0's NodeMix and see if that fixes the problem. Edit2: It fixed the problem.  Now I know exactly what I need to work on fixing. I fixed the weight problem. The MDL0 rebuilder is done. hype hype hype hype hype finnaly i can add that one more bone on lucas for Gotenks psa
|
|
|
Logged
|
I Dont Take Requests & Dont Do Brawl Mods anymore Maybe Sm4sh modz later
|
|
|
|
|
 |
« Reply #2291 on: July 27, 2011, 02:55:52 PM » |
|
I fixed the weight problem. The MDL0 rebuilder is done.  Yes.
|
|
|
Logged
|
As you may have noticed, I don't answer PMs with problems anymore.
|
|
|
|
|
 |
« Reply #2292 on: July 27, 2011, 02:56:06 PM » |
|
does this mean that we can import daes and save? *shot*
|
|
|
Logged
|
|
|
|
|
|
 |
« Reply #2293 on: July 27, 2011, 02:56:34 PM » |
|
That's cool =O Epic work, BlackJax! 
|
|
|
Logged
|
3ds FC: 1134-7732-2469
|
|
|
|
|
 |
« Reply #2294 on: July 27, 2011, 02:57:13 PM » |
|
does this mean that we can import daes and save? *shot*
Not yet lolWell technically yes, but the objects will throw errors when you try to preview the exported model in Brawlbox.
|
|
|
Logged
|
|
|
|
|
|