Home Gallery Resources The Team Rules chat Login Register
Pages:  1 ... 540 541 542 [543] 544 545 546 ... 1046
Author Topic: Brawlbox Resources & History  (Read 4519078 times)
0 Members and 6 Guests are viewing this topic.
DSX8
Stage/Character Importer
Never Gonna Give You Up
*
Offline Offline

Posts: 9288


meow~

  • Awards Good Citizen >9000 King for a Day Heart Container

  • View Profile Awards
    « Reply #8130 on: January 14, 2012, 02:23:17 PM »


    Well fixing the normals of model imports isn't as easy as I thought it would be. While I only have to multiply the normals by the vertex's influence's rotation matrix to fix models for viewing in Brawlbox, it's not exactly the opposite for actually getting the raw normals. I have to multiply it by the skin rotation matrix and then by the bone inverse bind rotation matrix, which is stored in a different location than where the normals are written...

    I'll have to overhaul the primitive manager again, but I knew I'd have to do it sometime anyway. It's kinda sloppy right now. :X
    so does that mean that if u fix it up, it'll be more organized? O.o
    Logged

    Follow me on facebook and Twitter!!!
    https://www.facebook.com/DMNSLYRX8              https://twitter.com/Demonslayerx8

    3DS Friend Code: 0705-6436-8834              NNID: Demonslayerx8              PSN: Demonslayerx8



    BlackJax96
    Brawl Mod God
    Moderator
    ****
    Offline Offline

    Posts: 4612


  • Awards KCMM Veteran Sniper King for a Day Featured

  • View Profile Awards
    « Reply #8131 on: January 14, 2012, 02:23:47 PM »


    so does that mean that if u fix it up, it'll be more organized? O.o

    Yeah and probably run faster too.
    Logged

    DSX8
    Stage/Character Importer
    Never Gonna Give You Up
    *
    Offline Offline

    Posts: 9288


    meow~

  • Awards Good Citizen >9000 King for a Day Heart Container

  • View Profile Awards
    « Reply #8132 on: January 14, 2012, 02:25:54 PM »


    Yeah and probably run faster too.
    hmm not bad then ill say.... do what u can do Tongue
    Logged

    Follow me on facebook and Twitter!!!
    https://www.facebook.com/DMNSLYRX8              https://twitter.com/Demonslayerx8

    3DS Friend Code: 0705-6436-8834              NNID: Demonslayerx8              PSN: Demonslayerx8



    Naruto200Man
    Badace Kitten
    *****
    Offline Offline

    Posts: 5100

    Guy: Go fourth and Brawl! Lee: Yes Guy Sensei!

  • Awards Hot Topic Heart Container Dedicated Hacker KCMM Veteran

  • View Profile WWW Awards
    « Reply #8133 on: January 14, 2012, 02:26:32 PM »


    Yeah and probably run faster too.

    ^This is always a good improvement! ALWAYS Cheesy

    Also, whenever I rotate a bone, even in max, the model like, stretches really weird :/
    For instance I rotate the arm bone forward, the whole side of the arm and hand stretches forward as you rotate it. I don't know if it's how I have it rigged or what.
    Logged


    DSX8
    Stage/Character Importer
    Never Gonna Give You Up
    *
    Offline Offline

    Posts: 9288


    meow~

  • Awards Good Citizen >9000 King for a Day Heart Container

  • View Profile Awards
    « Reply #8134 on: January 14, 2012, 02:29:06 PM »


    ^This is always a good improvement! ALWAYS Cheesy

    Also, whenever I rotate a bone, even in max, the model like, stretches really weird :/
    For instance I rotate the arm bone forward, the whole side of the arm and hand stretches forward as you rotate it. I don't know if it's how I have it rigged or what.
    its mostly how u have ur rig set up lol
    Logged

    Follow me on facebook and Twitter!!!
    https://www.facebook.com/DMNSLYRX8              https://twitter.com/Demonslayerx8

    3DS Friend Code: 0705-6436-8834              NNID: Demonslayerx8              PSN: Demonslayerx8



    DarkPikachu
    Angel Kitten
    ***
    Offline Offline

    Posts: 3069


    complexity == fun

  • Awards Super Saiyan Topic Heart Container KCMM Veteran Tutorial Writer

  • View Profile Awards
    « Reply #8135 on: January 14, 2012, 02:31:30 PM »


    Yeah and probably run faster too.
    heh...
    now try doing it w/o typing it
    and support every possible error

    reason I'm not typing anything yet is because I end up deleting it...
    so I'm trying to make sure every process will work before typing anything.

    ntm my program will NEVER crash
    (supporting every possible error)

    there's QUITE alot I got planned for it >_>
    Logged


    Quote: Friedslick6
    you have been through a lot of hassle. I've watched every topic you posted on this, and most of them seemed to disintegrate gradually.
    But the coolest part was that you didn't stop working on it despite that.

    Quote: Internet Explorer
    you're doing more with your life right now than probably most other people around you. You're a valuable asset to the Smash community. So yeah, you should be proud.

    quote: Greg
    You do have a gift which I've seen many developers use to their advantage. You can become a great coder, and with all of those ideas I think you can really build something great.

    BlackJax96
    Brawl Mod God
    Moderator
    ****
    Offline Offline

    Posts: 4612


  • Awards KCMM Veteran Sniper King for a Day Featured

  • View Profile Awards
    « Reply #8136 on: January 14, 2012, 02:35:19 PM »


    heh...
    now try doing it w/o typing it
    and support every possible error

    Already am.
    Logged

    DarkPikachu
    Angel Kitten
    ***
    Offline Offline

    Posts: 3069


    complexity == fun

  • Awards Super Saiyan Topic Heart Container KCMM Veteran Tutorial Writer

  • View Profile Awards
    « Reply #8137 on: January 14, 2012, 03:04:09 PM »


    Already am.
    how many exceptions you got covered per function??
    I've got (at most) 8

    srsly...
    if programming it ain't the hardest part,
    it's covering the errors

    I've even got infinite loop detection Grin

    actually...
    the hardest part in my area is defining functions for 'you' to use

    eg:

    StructArr(List,count):
    #returns an array of structures for the specified count
    #if count is 0, continue reading until a structure of 0's is reached.

    but that's not all...
    that's only if your file is in read binary mode.
    if it's in write binary mode:
    (since the function doesn't work with ASCII)

    StructArr(List,Template,ZeroStruct):
    #supply a list of numbers
    #the template sets the hex types
    #ZeroStruct (bool) adds a structure of 0's to the end

    I'll have more in the documentation

    sry if I sound a little agitated,
    and with everything being so abrupt...

    it's just life hitting me hard X(
    Logged


    Quote: Friedslick6
    you have been through a lot of hassle. I've watched every topic you posted on this, and most of them seemed to disintegrate gradually.
    But the coolest part was that you didn't stop working on it despite that.

    Quote: Internet Explorer
    you're doing more with your life right now than probably most other people around you. You're a valuable asset to the Smash community. So yeah, you should be proud.

    quote: Greg
    You do have a gift which I've seen many developers use to their advantage. You can become a great coder, and with all of those ideas I think you can really build something great.

    BlackJax96
    Brawl Mod God
    Moderator
    ****
    Offline Offline

    Posts: 4612


  • Awards KCMM Veteran Sniper King for a Day Featured

  • View Profile Awards
    « Reply #8138 on: January 14, 2012, 08:57:40 PM »


    After fixing up the primitive manager, fixing model import normals and doing a few other bugfixes from the beta, I'll see if I can release the stable v0.65b. I'll save complete SRT0 editing for the next release.
    Logged

    DSX8
    Stage/Character Importer
    Never Gonna Give You Up
    *
    Offline Offline

    Posts: 9288


    meow~

  • Awards Good Citizen >9000 King for a Day Heart Container

  • View Profile Awards
    « Reply #8139 on: January 14, 2012, 08:59:45 PM »


    After fixing up the primitive manager, fixing model import normals and doing a few other bugfixes from the beta, I'll see if I can release the stable v0.65b. I'll save complete SRT0 editing for the next release.
    D=

    aww me wanted SRT0 editing.... but will this be able to fix my other models? o.o
    Logged

    Follow me on facebook and Twitter!!!
    https://www.facebook.com/DMNSLYRX8              https://twitter.com/Demonslayerx8

    3DS Friend Code: 0705-6436-8834              NNID: Demonslayerx8              PSN: Demonslayerx8



    BlackJax96
    Brawl Mod God
    Moderator
    ****
    Offline Offline

    Posts: 4612


  • Awards KCMM Veteran Sniper King for a Day Featured

  • View Profile Awards
    « Reply #8140 on: January 14, 2012, 09:00:20 PM »


    D=

    aww me wanted SRT0 editing.... but will this be able to fix my other models? o.o

    mmmmyeah
    Logged

    DSX8
    Stage/Character Importer
    Never Gonna Give You Up
    *
    Offline Offline

    Posts: 9288


    meow~

  • Awards Good Citizen >9000 King for a Day Heart Container

  • View Profile Awards
    « Reply #8141 on: January 14, 2012, 09:01:27 PM »


    mmmmyeah
    ok cool
    Logged

    Follow me on facebook and Twitter!!!
    https://www.facebook.com/DMNSLYRX8              https://twitter.com/Demonslayerx8

    3DS Friend Code: 0705-6436-8834              NNID: Demonslayerx8              PSN: Demonslayerx8



    Don Jon Bravo
    Heroic Kitten
    **
    Offline Offline

    Posts: 2836


  • Awards Boo! Starstormer Super Saiyan Topic Famous Hacker

  • View Profile Awards
    « Reply #8142 on: January 14, 2012, 10:52:44 PM »


    Yo black Jax.  when u say "primitive manager", do you mean the check in stuff you get when you try to import a dae into a mdlo?(re-map, color nodes, etc,)
    Logged


    BlackJax96
    Brawl Mod God
    Moderator
    ****
    Offline Offline

    Posts: 4612


  • Awards KCMM Veteran Sniper King for a Day Featured

  • View Profile Awards
    « Reply #8143 on: January 14, 2012, 10:56:41 PM »


    Yo black Jax.  when u say "primitive manager", do you mean the check in stuff you get when you try to import a dae into a mdlo?(re-map, color nodes, etc,)

    No, there's a class that contains/manages all the asset buffers, vertices, primitive indices, etc for each object node.
    Logged

    Don Jon Bravo
    Heroic Kitten
    **
    Offline Offline

    Posts: 2836


  • Awards Boo! Starstormer Super Saiyan Topic Famous Hacker

  • View Profile Awards
    « Reply #8144 on: January 14, 2012, 11:00:42 PM »


    No, there's a class that contains/manages all the asset buffers, vertices, primitive indices, etc for each object node.
    oh Ok.
    Logged


    Pages:  1 ... 540 541 542 [543] 544 545 546 ... 1046
    Print
    Jump to: