Code Monkey home page Code Monkey logo

sneshax's Introduction

SNES Hax

Collection of small hax for various SNES games, a result of me just learning how it all works.

I use OSX, so the following instructions are for that.

  1. Have an emulator and a clean ROM that you can play.

  2. Download Maxkas. This contains a GUI for patching ROMs and some command line utilities. I use the latter.

  3. Make a copy of the ROM to patch and patch it

     cp smw.sfc smw-hacked.sfc
     asar smw-coinlife.asm smw-hacked.sfc
    
  4. Load the hacked ROM into your emulator and enjoy!

Note that by default OpenEmu will copy your ROM into it's own library when you import it. You can disable this in Preferences -> Library. If patch your ROM, you can refresh it by stopping emulation and starting it again. Quick save/load persist through this, so you don't need to run from the start every time!

Tools

Debugger

I've been using Geiger's Snes9x Debugger under wine.

brew install wine winetricks
winetricks vcrun2005
wine Snes9X1.51.ep10r2.exe

Enjoy2

For controlling above debugger with a gamepad, I used Enjoy2 to map gamepad inputs to the keyboard. The 1.2 release was broken for me, I needed to compile it myself with a revert of the broken code.

ROM Headers

NSRT can add or strip headers to ROMs, which you might need when creating compatible binary patch files.

./nsrt -addhead headerless-rom.sfc

Creating IPS files

Use bin/create-ips, which I wrote because I couldn't get any other OSX utility to work. It's pretty dirty. bin/apply-patch is also included, though I didn't write that.

Useful links

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.