• Welcome to Smashboards, the world's largest Super Smash Brothers community! Over 250,000 Smash Bros. fans from around the world have come to discuss these great games in over 19 million posts!

    You are currently viewing our boards as a visitor. Click here to sign up right now and start on your path in the Smash community!

Recent content by JoshuaMK

  1. JoshuaMK

    Important Melee, Hacks, and You -- New Hackers Start Here, in the OP!

    It is outdated as all heck. Use Dolphin Memory Engine which can be found on github and a new developer version of dolphin
  2. JoshuaMK

    Completed GeckoLoader v7.1.0 - The Ultimate Gecko Code Loader

    GeckoLoader v7.1.0 is out! I really hope this is the final release.. a bug was brought to my attention so I had to fix it ofc :P I did make some other changes while I was at it, which can be seen below: Removed LEGACY patching; it was buggy, a limitation, and loaders never enjoyed it. Oh...
  3. JoshuaMK

    Melee Gecko Codes + Guide and Discussion

    It's a simple dolphin emulation error, it is already known
  4. JoshuaMK

    Completed GeckoLoader v7.1.0 - The Ultimate Gecko Code Loader

    GeckoLoader v7.0.0 is out! This release was brought as an emergency fix for optimizing and legacy patching, but it also contains a few new upgrades: GUI with Dark Theme and Session open/save functionality Fancy installer Linux x64 support The GUI was a direct response to enough people...
  5. JoshuaMK

    Completed Heap Logger Tools

    Great explanation of Melee's memory management. Its interesting that the game does this with the standard arena.. I haven't seen heap usage like it before. GeckoLoader makes a non destructive allocation to OSArenaHi just as you described. This is how massive codespace is maintained in all...
  6. JoshuaMK

    Completed Heap Logger Tools

    I must note that OSArenaHi may not always be at that address, and should definitely never be assumed. If GeckoLoader gets integrated into MCM at some point to double the available code space, the Arena shall also shrink by that address change as well. Ultimately this doesnt matter too much...
  7. JoshuaMK

    Completed GeckoLoader v7.1.0 - The Ultimate Gecko Code Loader

    GeckoLoader v6.0.0 is out! This release brings awesome new features such as: The ability to hook the codehandler to almost any instruction The ability to choose between the VI, GX, and PAD hooks when auto searching a hook Optional codelist encryption* (sometimes you want to deter snoopers) The...
  8. JoshuaMK

    Completed GeckoLoader v7.1.0 - The Ultimate Gecko Code Loader

    I've been making those exact fixes, as I've been cleaning up and rewriting most everything. We will see, also I was using pyinstaller iirc
  9. JoshuaMK

    Completed GeckoLoader v7.1.0 - The Ultimate Gecko Code Loader

    Well, I can't test that game myself, so for a proper conclusion we need to make sure what you have set up is proper
  10. JoshuaMK

    Completed GeckoLoader v7.1.0 - The Ultimate Gecko Code Loader

    That's very interesting, I will need to see the dol file, for now tho, its not a good idea to use the online converter as it has parsing issues for gets, use Ocarina manager instead And to be clear this is for melee?
  11. JoshuaMK

    Completed GeckoLoader v7.1.0 - The Ultimate Gecko Code Loader

    Yes, I probably have overlooked something, if it's possible, send me your codelist so I can debug
  12. JoshuaMK

    Completed GeckoLoader v7.1.0 - The Ultimate Gecko Code Loader

    You can do 2 things for txt files, create a text file using Ocarina Manager, or you can create one using the dolphin format. You can also use Ocarina Manager to convert your codelist into a gct if you desire. There is one last option which is to pass a folder as the codelist, and have the...
  13. JoshuaMK

    Completed GeckoLoader v7.1.0 - The Ultimate Gecko Code Loader

    Basically, just do a pip install command for anymore that pop up, so for this do pip install bs4 Also thank you for the understanding
  14. JoshuaMK

    Completed GeckoLoader v7.1.0 - The Ultimate Gecko Code Loader

    I'm sorry lol, I keep forgetting that requests is not part of the standard library oof, just do: pip install requests I honestly am going to improve on this setup next time around lol
  15. JoshuaMK

    Completed GeckoLoader v7.1.0 - The Ultimate Gecko Code Loader

    Ah yes, I forgot this last thing In cmd, enter the commands: pip install chardet pip install colorama This will install chardet and colorama, thus GeckoLoader should become very happy I plan to integrate the code I need from chardet directly into GeckoLoader so that no module imports are...
Top Bottom