|
 |
« Reply #1770 on: July 03, 2011, 05:56:22 PM » |
|
Yeah FW's only changes the model data not the animation data.
I'll try to clarify what I would like to be able to do: What I would like to do is to have the ability to enlarge every single models animation data by a certain variable, within a .brres file.
Say for instance I have X amount of models I want enlarged in ModelData[101].brres, however each model's bone has a different name. I want to be able to make larger or smaller every bones (regardless of name) animation or model data at once if it's possible.
Edit: I agree that FW's method can seriously mess up the polygons of some models. >_< It seems the more intricate the model, the more it screws it up. :\
|
|
« Last Edit: July 03, 2011, 06:00:38 PM by TruePhilosopher »
|
Logged
|
Married: N/A | Dad: LenSho | Bros: dRage ~ Robz ~ Oizen ~ Vish | Nephew ~ Seraph 
|
|
|
|
|
 |
« Reply #1771 on: July 03, 2011, 06:12:10 PM » |
|
Oh I see what you want to do. The only problem with that is the program can't automatically determine which bone is the one that it needs to scale for each model, since each one has a different name. I'd have to build an interface to let you choose how many models you want to scale, and then require you to input each one's base bone name. If you were to scale up EVERY bone and not ONLY the base bone, well let's just say it definitely wouldn't be pretty...  I might add something like that later, but I've already added a lot of animation editing tools for now.
|
|
|
Logged
|
|
|
|
|
|
 |
« Reply #1772 on: July 03, 2011, 06:15:54 PM » |
|
Ah I see. Manual labor it is then! Haha. Anyways thank you very much for listening to my idea.  Good luck with finishing your Brawlbox and DAE converter! 
|
|
|
Logged
|
Married: N/A | Dad: LenSho | Bros: dRage ~ Robz ~ Oizen ~ Vish | Nephew ~ Seraph 
|
|
|
|
|
 |
« Reply #1773 on: July 03, 2011, 09:26:32 PM » |
|
well I'm back to my wii for a bit, because people are dumb
there's a possibility I may be on tomorrow, but it's not for certain though so don't get too excited...
yes I've just moved again DX
I'm gonna be here for nearly 2 weeks before I have to move again...
so yea... fun...
|
|
|
Logged
|
|
|
|
|
|
 |
« Reply #1774 on: July 04, 2011, 06:24:22 PM » |
|
well I'm back to my wii for a bit, because people are dumb
there's a possibility I may be on tomorrow, but it's not for certain though so don't get too excited...
yes I've just moved again DX
I'm gonna be here for nearly 2 weeks before I have to move again...
so yea... fun...
Hey Tcll, check out mai artificially created primitives :3  I actually have no clue if these are correct because I just followed VILE's notes and did the opposite of what Kryal did to extract the primitives, but they look normal. Plus it's really only one triangle primitive, and freaking tons of triangle points.
|
|
|
Logged
|
|
|
|
|
|
 |
« Reply #1775 on: July 04, 2011, 06:47:14 PM » |
|
Any closer to figuring out that mesh importing beg, then?
|
|
|
Logged
|
 FC: 2191-7379-6272
|
|
|
|
|
 |
« Reply #1776 on: July 04, 2011, 07:05:07 PM » |
|
Any closer to figuring out that mesh importing beg, then?
Yeah, I figured it out. It's because when a node with the NodeType NODE shows up in a dae before the nodes with the NodeType JOINT, Kryal tries to load the bones when they aren't parsed. In daes that are version 140, nodes with the NodeType NODE show up after the JOINTs. It's the other way around for daes that are version 141. I've tried a few different techniques, like parsing the JOINTs first, and it did work for a few models, but others it would lead to an "Overflow Error." I just have to add a little bit more code to the importer to parse some things that only dae 141s have in them. So importing models that were exported from 3ds Max 8 will be possible. I'll post the required export settings later.
|
|
|
Logged
|
|
|
|
|
|
|
 |
« Reply #1778 on: July 05, 2011, 04:13:10 PM » |
|
1st: I need to know how to write Triangles, Lines and Points. 2nd: I need to know how to write weights and the object defs. 3rd: In order to do the above, I need to do the exact opposite of what Kryal's extracting code does. Here's a very small clip of his code, which I just barely understand: Plus, Kryal clearly announces that he's processing the objects blindly >_> ...and I thought Brawlbox itself was hard to understand. Learning how Brawlbox worked was just the beginning of how tough this code is. That's probably why anyone who tried finishing it, quit.  Pointers are CONFUSING as HELL to work with. (They're the little asterisk * things) Don't worry, I'm not qutting, but this may take a LONG time to figure out... It sucks that I'm coding this stuff alone though DX *Cranks up music* LET'S DO THIS
|
|
« Last Edit: July 05, 2011, 04:25:21 PM by BlackJax96 »
|
Logged
|
|
|
|
|
|
 |
« Reply #1779 on: July 05, 2011, 04:29:36 PM » |
|
I see. This helps the outsiders like me grasp a better understanding of the situation. Take your time. I'm willing to have the demo update be a Christmas present if it means that all the bugs are fixed. 
|
|
|
Logged
|
|
|
|
|
|
 |
« Reply #1780 on: July 05, 2011, 04:37:36 PM » |
|
I see. This helps the outsiders like me grasp a better understanding of the situation. Take your time. I'm willing to have the demo update be a Christmas present if it means that all the bugs are fixed.  Phew thanks, that makes me feel better X) That's why I don't like setting release dates.
|
|
|
Logged
|
|
|
|
|
|
 |
« Reply #1781 on: July 05, 2011, 05:42:21 PM » |
|
Redid the Naruto rig with a better model: Figured out that the problem I have with importing is somehow caused by the bones. It may be caused by the Autodesk Collada exporter (as I tried to re-import it with the Autodesk Collada export plug-in and it was all messed up, while exporting it with OpenCollada and re-importing it with either OpenCollada or Autodesk Collada, it seems fine), so having support for more Collada exporters may help.
|
|
|
Logged
|
|
|
|
|
|
|
 |
« Reply #1783 on: July 05, 2011, 06:55:54 PM » |
|
a gloat is required here as I've known this about brbx  it just further complicates everything...
yeh... I'm trying to figure out a better way than that >_>
*sarcastic laughing*
|
|
|
Logged
|
|
|
|
|
|
 |
« Reply #1784 on: July 06, 2011, 01:00:46 AM » |
|
Redid the Naruto rig with a better model: Figured out that the problem I have with importing is somehow caused by the bones. It may be caused by the Autodesk Collada exporter (as I tried to re-import it with the Autodesk Collada export plug-in and it was all messed up, while exporting it with OpenCollada and re-importing it with either OpenCollada or Autodesk Collada, it seems fine), so having support for more Collada exporters may help. awesome 
|
|
|
Logged
|
I Dont Take Requests & Dont Do Brawl Mods anymore Maybe Sm4sh modz later
|
|
|
|
|