Home Gallery Resources The Team Rules chat Login Register
Pages:  1 ... 496 497 498 [499] 500 501 502 ... 1046
Author Topic: Brawlbox Resources & History  (Read 3853307 times)
0 Members and 3 Guests are viewing this topic.
95Shade
Intermediate Kitten
**
Offline Offline

Posts: 14



View Profile Awards
« Reply #7470 on: December 21, 2011, 10:23:12 AM »


lol, this happened to me too, u'll have to start over, and save often
Oh, that's just great! XP Thanks for replying XD
Logged

Jesus said to him, "I am the way, the truth, and the life. No one comes to the Father except through Me." - John 14:6

Facebook: http://www.facebook.com/pages/95Shade/101179119981687
Youtube Channel: http://www.youtube.com/user/95Shade?feature=mhee
Gaming Channel: https://www.youtube.com/user/95ShadeZGamer

BlackJax96
Brawl Mod God
Moderator
****
Offline Offline

Posts: 4612


  • Awards KCMM Veteran Sniper King for a Day Featured

  • View Profile Awards
    « Reply #7471 on: December 21, 2011, 10:52:29 AM »


    Simple real-time VIS0 editing/viewing is done.

    Logged

    DoctorFlux(Mariodk)
    Never Gonna Give You Up
    *
    Offline Offline

    Posts: 9387


  • Awards Infinite Smash Team Heart Container KCMM 2012 Awards Winner >9000

  • View Profile Awards
    « Reply #7472 on: December 21, 2011, 10:56:56 AM »


    awesome Cheesy
    Logged

    I Dont Take Requests & Dont Do Brawl Mods anymore Maybe Sm4sh modz later

    DarkPikachu
    Angel Kitten
    ***
    Offline Offline

    Posts: 3069


    complexity == fun

  • Awards Super Saiyan Topic Heart Container KCMM Veteran Tutorial Writer

  • View Profile Awards
    « Reply #7473 on: December 21, 2011, 11:56:32 AM »


    BJ... I <3 U, but just rmbr not to talk about too much until you release Tongue

    and btw, you asked why you should reverse-engineer something that already works perfectly, a while back...
    well, it would compromize my work on UMC if you didn't :/
    I mean, right now, you're the only one that can help me with this... Im srs here

    I only need to know a few things before I'll be able to fully understand this. >_>

    Q1: is this right?
    (Python syntax with C# 'Byte'):
    pString = 'Nodetree'
    pChar = (Byte pString) # C# word used here

    would pChar return [82, 115, 104, 105, 88, 118, 105, 105]??


    Q2: what does eBits return?
    eIndex = len(pString) - 1
    eBits = pChar[eIndex].CompairBits(0)

    this also brings up the Q:
    how do you use CompairBits(), and what does it return?


    Q3: what does List return?
    List = group->_first
    (I'm trying to understand 'points to:')
    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 #7474 on: December 21, 2011, 12:10:39 PM »


    BJ... I <3 U, but just rmbr not to talk about too much until you release Tongue

    and btw, you asked why you should reverse-engineer something that already works perfectly, a while back...
    well, it would compromize my work on UMC if you didn't :/
    I mean, right now, you're the only one that can help me with this... Im srs here

    I only need to know a few things before I'll be able to fully understand this. >_>

    Q1: is this right?
    (Python syntax with C# 'Byte'):
    pString = 'Nodetree'
    pChar = (Byte pString) # C# word used here

    would pChar return [82, 115, 104, 105, 88, 118, 105, 105]??


    Q2: what does eBits return?
    eIndex = len(pString) - 1
    eBits = pChar[eIndex].CompairBits(0)

    this also brings up the Q:
    how do you use CompairBits(), and what does it return?


    Q3: what does List return?
    List = group->_first
    (I'm trying to understand 'points to:')

    q1 yes

    4E 6F 64 65 74 72 65 65 == Nodetree

    q2

            public static int CompareBits(this Byte b1, byte b2)
            {
                for (int i = 8, b = 0x80; i-- != 0; b >>= 1)
                    if ((b1 & b) != (b2 & b))
                        return i;
                return 0;
            }

    q3 it gets the first resource entry of that group, which is always empty.

    &list[index] returns the resource entry at that index.
    « Last Edit: December 21, 2011, 12:15:51 PM by BlackJax96 » Logged

    DarkPikachu
    Angel Kitten
    ***
    Offline Offline

    Posts: 3069


    complexity == fun

  • Awards Super Saiyan Topic Heart Container KCMM Veteran Tutorial Writer

  • View Profile Awards
    « Reply #7475 on: December 21, 2011, 12:34:45 PM »


    alright, thanx for Q1 and Q2. Smiley
    but I'll have to come back later on Q3...
    but at least I'm reassured on that, so thanx Smiley
    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.

    pikazz
    Heroic Kitten
    **
    Offline Offline

    Posts: 2286


    Machinimator!

  • Awards Renowned Hacker Pin Collector Good Citizen Helping Hand

  • View Profile Awards
    « Reply #7476 on: December 21, 2011, 12:40:19 PM »


    please release it soon ;_;

    wanna help about the SRT0 :3
    Logged

    Stupid Tinypic :C

    BlackJax96
    Brawl Mod God
    Moderator
    ****
    Offline Offline

    Posts: 4612


  • Awards KCMM Veteran Sniper King for a Day Featured

  • View Profile Awards
    « Reply #7477 on: December 21, 2011, 12:45:44 PM »


    please release it soon ;_;

    wanna help about the SRT0 :3

    I'm working on real-time PAT0 now, and finishing SHP0 and SRT0 so I can read and display them too. Grin

    I'm also working on reading the shader to get the correct texture coordinates for different material references (which is why eye iris coordinates display weird, I think) and applying the scale, rotation and translation settings. >:3
    Brawlbox may eventually be like an emulator that allows you to modify stuff at the same time. Im srs here
    Logged

    Xiggah
    Supreme Kitten
    ********
    Offline Offline

    Posts: 648

  • Awards Super Saiyan Topic Heart Container

  • View Profile WWW Awards
    « Reply #7478 on: December 21, 2011, 12:52:52 PM »


    I'm working on real-time PAT0 now, and finishing SHP0 and SRT0 so I can read and display them too. Grin

    I'm also working on reading the shader to get the correct texture coordinates for different material references (which is why eye iris coordinates display weird, I think) and applying the scale, rotation and translation settings. >:3
    Brawlbox may eventually be like an emulator that allows you to modify stuff at the same time. Im srs here

    Sounds like good progress to me!
    Logged


    DarkPikachu
    Angel Kitten
    ***
    Offline Offline

    Posts: 3069


    complexity == fun

  • Awards Super Saiyan Topic Heart Container KCMM Veteran Tutorial Writer

  • View Profile Awards
    « Reply #7479 on: December 21, 2011, 12:57:36 PM »


    hey, BJ, can you explain the code for Q2 to me??

    C-type FOR loops confuse the crap outta me... :S
    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.

    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 #7480 on: December 21, 2011, 02:05:10 PM »


    Simple real-time VIS0 editing/viewing is done.


    I'm working on real-time PAT0 now, and finishing SHP0 and SRT0 so I can read and display them too. Grin

    I'm also working on reading the shader to get the correct texture coordinates for different material references (which is why eye iris coordinates display weird, I think) and applying the scale, rotation and translation settings. >:3
    Brawlbox may eventually be like an emulator that allows you to modify stuff at the same time. Im srs here

    omg... i love u now! no-homo
    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 #7481 on: December 21, 2011, 03:34:06 PM »


    I'm also working on reading the shader to get the correct texture coordinates for different material references (which is why eye iris coordinates display weird, I think) and applying the scale, rotation and translation settings. >:3


    I was right, and I got it to work.

    All of the eyes display correctly on every model I've tested. The only problem is that the normal eyes don't show up, probably because the previous primitives for the eye yellow material rendered over it. I'll see if I can fix that now.
    Logged

    pikazz
    Heroic Kitten
    **
    Offline Offline

    Posts: 2286


    Machinimator!

  • Awards Renowned Hacker Pin Collector Good Citizen Helping Hand

  • View Profile Awards
    « Reply #7482 on: December 21, 2011, 03:44:22 PM »


    I'm working on real-time PAT0 now, and finishing SHP0 and SRT0 so I can read and display them too. Grin

    I'm also working on reading the shader to get the correct texture coordinates for different material references (which is why eye iris coordinates display weird, I think) and applying the scale, rotation and translation settings. >:3
    Brawlbox may eventually be like an emulator that allows you to modify stuff at the same time. Im srs here
    stop being awesome! D:<
    but dont stop! you need to be awesome Im srs here

    but if you need help about PAT0 and SRT0, I can gladly help :3
    « Last Edit: December 21, 2011, 03:45:40 PM by pikazz » Logged

    Stupid Tinypic :C

    BlackJax96
    Brawl Mod God
    Moderator
    ****
    Offline Offline

    Posts: 4612


  • Awards KCMM Veteran Sniper King for a Day Featured

  • View Profile Awards
    « Reply #7483 on: December 21, 2011, 03:57:58 PM »


    stop being awesome! D:<
    but dont stop! you need to be awesome Im srs here

    but if you need help about PAT0 and SRT0, I can gladly help :3

    Mmmmmmk.

    Anyway, I figured out that you can view the normal eyes by disabling the eye yellow object. Mario Facepalm
    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 #7484 on: December 21, 2011, 04:02:54 PM »


    Mmmmmmk.

    Anyway, I figured out that you can view the normal eyes by disabling the eye yellow object. Mario Facepalm
    ... Im srs here
    guessing the ol' mighty master has forgotten bout that xD
    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



    Pages:  1 ... 496 497 498 [499] 500 501 502 ... 1046
    Print
    Jump to: