Giter VIP home page Giter VIP logo

starfoxadventures's Introduction

StarFoxAdventures

Reverse engineering notes for SFA.

Most of the information is in the wiki pages. This repository mainly contains code for patches, scripts, and extracted data.

Amethyst Edition mod

Moved to: https://github.com/RenaKunisaki/SFA-Amethyst

Directory Listing

data

Contains a lot of information extracted from the game and/or written by hand, as well as a script that presents it in a web browser.

debugger

A script that connects to a modified Gecko code handler (source included) to communicate with the game and read out state information, call functions, etc. Probably won't work on real hardware, but could be adapted to. (Modified code handler is because the original is painfully slow due to hardware limitations.)

extractor

Old script for extracting various resources.

isobuilder

Program for extracting, building, and patching GameCube ISOs.

misc-scripts

Various small scripts I've used. Some are obsolete.

modelviewer

Old, crude model viewer.

  • Doesn't extract the model itself (use the Extractor program for that)
  • Doesn't decode textures (loads them from a PNG file)
  • Doesn't support animations
  • Does display the model's geometry and skeleton
  • Navigate by dragging the mouse buttons, arrow keys, A, and S
  • Very likely to not work on any machine besides my own without a bit of hacking
  • Also includes a nifty GLSL Python framework I made which can be useful for other projects (and in fact was ripped from one)

notes

Unsorted notes, largely out of date.

GSAE01.map

Symbol map automatically exported from Ghidra. Symbol names made up by me for the most part.

makeRelease.sh

Script to build Amethyst patch.

SFA.gpr, SFA.rep

Ghidra project files.

starfoxadventures's People

Contributors

renakunisaki avatar

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.