Announcement

Collapse
No announcement yet.

Re: FFV Code Request

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    Re: FFV Code Request

    Hey, just had a thought, and yes, I got an ice pack on the head to cool the ol' brain down again. There is another possibility, do a status hack, to keep the status as "Alive" instead of "Dead" "Poison" , etc ? Remember we did that for some other game I was playing ages and ages ago. <coughs up some dust as proof > Thanx dude, you are doing a good job dispite your limitations.

    BelGarion

    Originally posted by LiquidManZero:
    I'm starting to think, that the location for the actual hp values is going to be either in the 80000000 - 80010000 range, or not actually in the normal memory... Which is unfortunately, entirely possible. But, it does have to copy the value to change what the graphics are... So it might be possible anyway... This would be so much easier if I had a computer... Then I could disassemble the entire ram and probably find what I'm looking for immediately... Or get close to it. I'm going to keep trying to figure it out, it's kind of bugging me that I haven't yet...
    http://belgarion.i8.com
    <br />
    <br /> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
    <br />
    <br /> I've seen things you people wouldn't believe.
    <br /> Attack ships on fire off the shoulder of Orion.
    <br /> I watched C-beams glitter in the dark near the Tannhauser gate.
    <br /> All those moments will be lost in time, like tears in rain.
    <br /> Time to die.
    <br />
    <br /> -- Roy,
    <br /> Bladerunner.

    Comment


    • #17
      Re: FFV Code Request

      The question is, if being alive is a status, is it where the actual HP is recorded? Or is it somewhere else...

      Now I just had the idea to check what in battle codes gsccc has, and well, they match what Amy posted. And yet, it's pretty well impossible to tell exactly who really hacked those codes... Thanks to what gsccc did after they upgraded their site awhile back...

      FFV In Battle codes @ gsccc:
      http://www.cmgsccc.com/psx/index.php?multi=18&page=5

      Which, reminds me I ought to hack (again) the codes for stopping the death timers in battle (you know, the ones you get if you use the normal all items code, and 'optimize' your equipment...) Bleh, that'll probably take all of about three seconds...


      Helder: I can explain it, but I'm not doing it in this topic. As you are not the first person to ask me this, I think I will write up some sort of FAQ about it. I doubt it'll take me too long... Or so I think... For all I know, it'll end up being part of something else...

      Comment


      • #18
        Re: FFV Code Request

        Which I was using and still got my ass handed to me by Bahumat with out it ever changing from 9999 so they are not functional. Oh and I redid the All Item Code for FFV to take out the cursed crap. Its a bit more complex but it does allow you to Optimize with out worrying about taking out the Bone Mails and other junk. Let me see...

        All Items W/O Cursed Items

        5000dc01 0000
        3002e740 0063
        50000E01 0001
        3002E640 00E0
        50001001 0001
        3002E64E 00EF
        50005301 0001
        3002E65F 0002
        50000d01 0001
        3002E6b2 0056
        50000b01 0001
        3002E6BF 0064
        50003201 0001
        3002E6CA 0081
        50000b01 0001
        3002E6FC 00B4
        50000c01 0001
        3002E707 00C0
        3002E713 00CD
        3002E714 00CF
        3002E715 00D0

        So enjoy!

        BelGarion

        Originally posted by LiquidManZero:
        The question is, if being alive is a status, is it where the actual HP is recorded? Or is it somewhere else...

        Now I just had the idea to check what in battle codes gsccc has, and well, they match what Amy posted. And yet, it's pretty well impossible to tell exactly who really hacked those codes... Thanks to what gsccc did after they upgraded their site awhile back...

        FFV In Battle codes @ gsccc:
        http://www.cmgsccc.com/psx/index.php?multi=18&page=5

        Which, reminds me I ought to hack (again) the codes for stopping the death timers in battle (you know, the ones you get if you use the normal all items code, and 'optimize' your equipment...) Bleh, that'll probably take all of about three seconds...


        Helder: I can explain it, but I'm not doing it in this topic. As you are not the first person to ask me this, I think I will write up some sort of FAQ about it. I doubt it'll take me too long... Or so I think... For all I know, it'll end up being part of something else...
        http://belgarion.i8.com
        <br />
        <br /> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
        <br />
        <br /> I've seen things you people wouldn't believe.
        <br /> Attack ships on fire off the shoulder of Orion.
        <br /> I watched C-beams glitter in the dark near the Tannhauser gate.
        <br /> All those moments will be lost in time, like tears in rain.
        <br /> Time to die.
        <br />
        <br /> -- Roy,
        <br /> Bladerunner.

        Comment


        • #19
          Re: FFV Code Request

          Got around to hacking again, and ended up making the status modifier codes that probably should've been hacked by someone a long time ago... Took me less time to hack these codes than to login to the damned ubb...

          Status Modifiers
          Character 1
          8002001A ????
          Character 2
          8002009A ????
          Character 3
          8002011A ????
          Character 4
          8002019A ????

          The digits are:
          0000 - None/no status
          0001 - Darkness
          0002 - Zombie
          0004 - Poison
          0008 - Float
          0010 - Mini
          0020 - Frog
          0040 - Stoned
          0080 - Dead (Note: if you run out of hp, you're still dead... and the game WILL end if everybody has no hp, even if they're not statusly dead)
          0100 - Double
          0200 - same as 0100?
          0400 - Silent
          0800 - Berserk
          1000 - Confused
          2000 - Paralyzed
          4000 - Sleeping
          8000 - Aged

          And, I tried to make an asm-based infinite hp code, but the game's too weird to make one with what little equipment I have. It'll probably require doing a breakpoint on a current hp address to find where it leads to...

          Comment


          • #20
            Re: FFV Code Request

            Kewl! When will ya be getting a PC again LMZ? Thanx for what ya have done so far.

            BelGarion

            Originally posted by LiquidManZero:
            Got around to hacking again, and ended up making the status modifier codes that probably should've been hacked by someone a long time ago... Took me less time to hack these codes than to login to the damned ubb...

            Status Modifiers
            Character 1
            8002001A ????
            Character 2
            8002009A ????
            Character 3
            8002011A ????
            Character 4
            8002019A ????

            The digits are:
            0000 - None/no status
            0001 - Darkness
            0002 - Zombie
            0004 - Poison
            0008 - Float
            0010 - Mini
            0020 - Frog
            0040 - Stoned
            0080 - Dead (Note: if you run out of hp, you're still dead... and the game WILL end if everybody has no hp, even if they're not statusly dead)
            0100 - Double
            0200 - same as 0100?
            0400 - Silent
            0800 - Berserk
            1000 - Confused
            2000 - Paralyzed
            4000 - Sleeping
            8000 - Aged

            And, I tried to make an asm-based infinite hp code, but the game's too weird to make one with what little equipment I have. It'll probably require doing a breakpoint on a current hp address to find where it leads to...
            http://belgarion.i8.com
            <br />
            <br /> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
            <br />
            <br /> I've seen things you people wouldn't believe.
            <br /> Attack ships on fire off the shoulder of Orion.
            <br /> I watched C-beams glitter in the dark near the Tannhauser gate.
            <br /> All those moments will be lost in time, like tears in rain.
            <br /> Time to die.
            <br />
            <br /> -- Roy,
            <br /> Bladerunner.

            Comment

            Working...
            X