Announcement

Collapse
No announcement yet.

rimsky82's codes

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

  • #61
    Originally posted by Unicode View Post
    Unfortunally, your code also have the same problem as @VisitntX code...
    Oh, that stinks. I tried the potion thing, couldn't find it right away. I really thought the code I came up with would work. I'll look at it again later, now that I know which door you're talking about.
    Please put all complaints in writing and submit them here.

    Above link not working? Try here.

    Comment


    • #62
      Added.

      Comment


      • #63
        @rimsky82, whether is possible you make a "Press Select To Switch Between All Available Characters" (General Hawk, Duke, Road Block, Wet Suit, Storm Shadow and Snake Eyes) and "Don't Lose Any Character After His Life Reached 0 Points" GameGenie codes for NES game "G.I. Joe: The Atlantis Factor"?
        Last edited by Unicode; 10-21-2011, 02:44:20 PM.

        Comment


        • #64
          Originally posted by Unicode View Post
          @rimsky82, whether is possible you make a "Press Select To Switch Between All Available Characters" (General Hawk, Duke, Road Block, Wet Suit, Storm Shadow and Snake Eyes) and "Don't Lose Any Character After His Life Reached 0 Points" GameGenie codes for NES game "G.I. Joe: The Atlantis Factor"?
          RT @Unicode Possibly. #ThisIsntTwitter

          Code:
          New Ghostbusters II (U) (Prototype) - NES
          
          Infinite Lives
          07CB 03
          or
          SXXKPUVK
          
          Infinite Credits
          07CE 03
          or
          SXXXGOVK
          
          Invincibility
          07BD 00
          or
          SZVIUVSE
          Please put all complaints in writing and submit them here.

          Above link not working? Try here.

          Comment


          • #65
            This code was requested by Sephiroth. Thanks be to nolberto82 for giving me some incite with the MESS debugger.

            Code:
            Defenders of Oasis (Europe, USA) [gamegear]
            
            No Random Battles
            C97-8FC-809
            Let me know if you run into some problems.

            EDIT: Here is a cheat file I made for MESS for this game. It has the No Random Battles, Inf. Energy, 999,999 Dinar (money), Inf. Items and Have All Items. Thanks again to nolberto82 for helping me learn the subtleties of MESS.

            Put the zip file in the same directory as MESS, then add "cheat_gamegear" to your cheat path.
            Attached Files
            Please put all complaints in writing and submit them here.

            Above link not working? Try here.

            Comment


            • #66
              Zelda - Wand of Gamelon (USA) (CD-I)

              Code:
                <cheat desc="Infinite Health">
                  <script state="run">
                    <action>:maincpu.ppb@00005055=00</action>
                  </script>
                </cheat>
              Please put all complaints in writing and submit them here.

              Above link not working? Try here.

              Comment


              • #67
                We should make a short guide of how to hack with MESS for the various systems so anyone can have the info at their finger tips.
                Spoiler Alert! Click to view...

                THE BAD GUY!!!!!!

                Comment


                • #68
                  That's a good idea, though I know Pugsy has already written a good guide using MAME, which uses the same debugger.
                  Please put all complaints in writing and submit them here.

                  Above link not working? Try here.

                  Comment


                  • #69
                    I was never able to get the cd-i games to work in mess. Tried different bios, etc..., but was never able to get any of them to get beyond the start up screen. Maybe one day I'll attempt it again when I feel like downloading the iso files for these again. Nice work rimsky.
                    Last edited by Abystus; 05-16-2012, 08:07:16 PM.
                    Not taking any requests at this time.

                    Bored? Watch some of my hacks here.

                    Comment


                    • #70
                      I had that problem too, but they fixed it today if you're able to compile the source from svn.
                      Please put all complaints in writing and submit them here.

                      Above link not working? Try here.

                      Comment


                      • #71
                        I'm starting to think we should write a good guide on using the mame/mess debugger, even if for myself. I'm having trouble getting it to break on some systems. Abystus, do you have write access to the wiki? You should. http://gamehacking.org/wiki/Main_Page
                        Please put all complaints in writing and submit them here.

                        Above link not working? Try here.

                        Comment


                        • #72
                          I had the same issues too but it ended up being that a RAM break would be "wp adresss,1,W/R" and on a Rom address it was "bp address" .
                          Spoiler Alert! Click to view...

                          THE BAD GUY!!!!!!

                          Comment


                          • #73
                            I know the difference between watchpoints and breakpoints, but I couldn't get the debugger to break with watchpoints on tg16 or segacd.
                            Please put all complaints in writing and submit them here.

                            Above link not working? Try here.

                            Comment


                            • #74
                              From my discussions with Nolberto about tg16 memory, he stated that you subtract $2000 from the ram address listed in the search results, then set a watchpoint on the new address. As for Sega CD, it may follow the same rules that apply to Genesis if the search results are returned in a E0 format instead of beginning with FF (more information on this here).

                              Also, I appear to have write access to the Wiki (responding to your previous post). Possibly we can get a few pages going that give detail on how to break on particular systems (formulas), along with other information about the commands and general setup.
                              Last edited by Abystus; 05-21-2012, 06:10:36 PM.
                              Not taking any requests at this time.

                              Bored? Watch some of my hacks here.

                              Comment


                              • #75
                                Would be a great asset to have such info, also the ram searching would be nice to include on how to get it going and if possible to edit RAM on the fly. I know you can edit the ROM values but I have been unable to edit the RAM, this is generally on the Genesis as I have not tried other systems in MESS.
                                Spoiler Alert! Click to view...

                                THE BAD GUY!!!!!!

                                Comment

                                Working...
                                X