Skip to content

Latest commit

 

History

History
63 lines (45 loc) · 2.21 KB

contents.md

File metadata and controls

63 lines (45 loc) · 2.21 KB

Getting started

  • What we are doing
  • Structure of the code

Pre-decompilation

  • Choosing a first actor (You want something small that has simple interactions with the environment. A simple NPC can also work, and is what we will use as an illustration for most of the tutorial. There is a collection of actors we think are suitable for beginners on the spreadsheet or Trello)

Decompilation

  • Object files
  • How we decompile objects

After Decompilation

  • See the CONTRIBUTING.md for most of the details for submitting PRs. Remember to format again after making adjustments from reviews!
  • More information about specific preparations is in this document.

Appendices

To be written, maybe

  • How we use git and GitHub
  • Some notes on the basic structure of N64 MIPS
  • Glossary
  • Conventions