Home Gallery Resources The Team Rules chat Login Register
Pages: [1]
Author Topic: Possible to have up to eight players...?  (Read 4993 times)
0 Members and 1 Guest are viewing this topic.
(specter)
Holy Kitten
*
Offline Offline

Posts: 1039


  • Awards KCMM Veteran Heart Container Active Contributor

  • View Profile Awards
    « on: November 27, 2010, 10:11:48 PM »


    I was browsing through this code list from Smash Boards

    http://www.smashboards.com/showpost.php?p=6049404&postcount=3

    And I noticed for some of the player modifier codes next to them they had (P5), (P6), (P7), and (P8); there can be up to eight players or am I misconstruing something?
    Logged


    Guamboy27
    Hyper Kitten
    ******
    Offline Offline

    Posts: 277


  • Awards Fiery Topic Tutorial Writer

  • View Profile Awards
    « Reply #1 on: November 28, 2010, 01:04:10 AM »


    I don't think that's what it means. You know how in multiman brawl you can be fighting more than just tree alloys at a time and how sometimes real characters pop up? I think that they're just referring to when a character pops up after 3 alloys are already in play.
    Logged


    (specter)
    Holy Kitten
    *
    Offline Offline

    Posts: 1039


  • Awards KCMM Veteran Heart Container Active Contributor

  • View Profile Awards
    « Reply #2 on: November 28, 2010, 01:09:51 PM »


    I don't think that's what it means. You know how in multiman brawl you can be fighting more than just tree alloys at a time and how sometimes real characters pop up? I think that they're just referring to when a character pops up after 3 alloys are already in play.

    Ah that makes sense.
    Logged


    Bush
    ALL YOUR PLANT ARE BELONG TO BUSH
    Special Access
    *****
    Offline Offline

    Posts: 994


  • Awards 2011 SSBB Tournament Winner Pin Collector Staff Helper Cookie Clicker!

  • View Profile WWW Awards
    « Reply #3 on: November 29, 2010, 11:35:31 AM »


    Yes, yes it is.

    <a href="http://www.youtube.com/watch?v=xdxa58jqHMo" target="_blank" class="aeva_link bbc_link new_win">http://www.youtube.com/watch?v=xdxa58jqHMo</a>
    Logged

    (specter)
    Holy Kitten
    *
    Offline Offline

    Posts: 1039


  • Awards KCMM Veteran Heart Container Active Contributor

  • View Profile Awards
    « Reply #4 on: November 29, 2010, 01:22:15 PM »




    Ah that's pretty cool. How do you do that?
    Logged


    Bush
    ALL YOUR PLANT ARE BELONG TO BUSH
    Special Access
    *****
    Offline Offline

    Posts: 994


  • Awards 2011 SSBB Tournament Winner Pin Collector Staff Helper Cookie Clicker!

  • View Profile WWW Awards
    « Reply #5 on: November 29, 2010, 01:25:32 PM »




    Nobody knows. When Phantom Wings finally retired, he took the secrets of this with him. =[
    Logged

    DarkPikachu
    Angel Kitten
    ***
    Offline Offline

    Posts: 3069


    complexity == fun

  • Awards Super Saiyan Topic Heart Container KCMM Veteran Tutorial Writer

  • View Profile Awards
    « Reply #6 on: November 29, 2010, 02:08:52 PM »


    Ah that's pretty cool. How do you do that?
    Nobody knows. When Phantom Wings finally retired, he took the secrets of this with him. =[

    I asked...

    you have to learn assembly code (basically the math that the cpu does)
    I'm good at the hex stuff and hope to start making codes of my own...

    all gecko does is read from an insertion point in a gct code
    (prbly that first bit of hex) and inset the following hex over the file being read...

    say something like:
    normal file:
    805c306f 5e304824
    00000000 00000000
    00000000 5c7f603c

    modded file:
    805c306f 5e304824
    80c040f0 60ffc340
    00000000 5c7f603c

    ___________________________________________

    wait a minute...
    I've just ranted about the wrong thing XDD
    umm...
    there was a link to some code posted before...
    I've copied all of it, but havn't used it all yet Tongue

    it may be in there...
    « Last Edit: November 29, 2010, 02:09:43 PM by Tcll » 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.

    Bush
    ALL YOUR PLANT ARE BELONG TO BUSH
    Special Access
    *****
    Offline Offline

    Posts: 994


  • Awards 2011 SSBB Tournament Winner Pin Collector Staff Helper Cookie Clicker!

  • View Profile WWW Awards
    « Reply #7 on: November 29, 2010, 02:13:59 PM »


    Could you find it? I have been intrigued by this my self.
    Even if the code is unfinished, im sure a hacker of your stature could work on it and perfect it.  Grin
    Logged

    (specter)
    Holy Kitten
    *
    Offline Offline

    Posts: 1039


  • Awards KCMM Veteran Heart Container Active Contributor

  • View Profile Awards
    « Reply #8 on: November 29, 2010, 02:22:12 PM »


    I asked...

    you have to learn assembly code (basically the math that the cpu does)
    I'm good at the hex stuff and hope to start making codes of my own...

    all gecko does is read from an insertion point in a gct code
    (prbly that first bit of hex) and inset the following hex over the file being read...

    say something like:
    normal file:
    805c306f 5e304824
    00000000 00000000
    00000000 5c7f603c

    modded file:
    805c306f 5e304824
    80c040f0 60ffc340
    00000000 5c7f603c

    ___________________________________________

    wait a minute...
    I've just ranted about the wrong thing XDD
    umm...
    there was a link to some code posted before...
    I've copied all of it, but havn't used it all yet Tongue

    it may be in there...

    Well only thing I know how to do in regards to coding is adding them lol. Whatever assembly code is it sure sounds intimidating and thus I don't think I would be able to use this code if it requires that.
    Logged


    scorcher9910
    Hyper Kitten
    ******
    Offline Offline

    Posts: 224


    Flippin' tables and takin' names.


    View Profile Awards
    « Reply #9 on: November 29, 2010, 05:56:13 PM »


    Nobody knows. When Phantom Wings finally retired, he took the secrets of this with him. =[

    ALL HOPE IS LOST.


    xD
    Logged


    Guamboy27
    Hyper Kitten
    ******
    Offline Offline

    Posts: 277


  • Awards Fiery Topic Tutorial Writer

  • View Profile Awards
    « Reply #10 on: November 29, 2010, 06:01:24 PM »


    Wow. I ges I was kind of correct. I did mention playing an alloy battle to do this. Lol. To bad only PhantomWings knows how to do this....
    Logged


    The Corrupted one
    Mega Kitten
    *****
    Offline Offline

    Posts: 131



    View Profile Awards
    « Reply #11 on: November 29, 2010, 07:42:40 PM »


    It would be sweet to fully implement this.
    Logged

    Feel teh powah of Phazon

    LCCoolJ95
    Supreme Kitten
    ********
    Offline Offline

    Posts: 563


    I'm BAAAAAAAAAAAAAAAAAAAACK :D

  • Awards Heart Container Renowned Hacker Starstormer Tutorial Writer

  • View Profile WWW Awards
    « Reply #12 on: November 30, 2010, 04:25:14 PM »


    I think it is possible to do this. I would say ask the big guy, Dantarion.
    Logged

    Quote from: Art Beins
    "The biggest obstacle in life is Yourself. Overcome it and you will achieve the greatest accomplishment of all."

    Tutorial on how to edit the intro: http://forums.kc-mm.com/index.php?topic=45302.msg925318#msg925318

    Never underestimate the power of the ass.

    Pages: [1]
    Print
    Jump to: