Phillip Stephens 569b210e37 Match and link CMaterialList, nearly match CMaterialFilter
Former-commit-id: e25205bd6979f36be0eb6e6f64cee993ca306af2
2022-10-06 10:00:27 -07:00
2022-08-22 23:54:30 -04:00
2022-10-06 07:24:38 -07:00
2022-10-06 02:23:45 -07:00
2022-08-22 10:18:31 -04:00
2022-03-23 17:22:48 -04:00
2022-10-03 20:00:46 -04:00
2022-10-04 23:46:30 -07:00
2022-10-06 08:36:53 -07:00
2022-09-22 13:51:13 -04:00

Metroid Prime

A decompilation of Metroid Prime.

This repository builds the following DOLs:

949c5ed7368aef547e0b0db1c3678f466e2afbff  build/mp1.0/main.dol (USA 0-00)
860141f9671fc141ce8f55448643f713bc64b349  build/mp1.1/main.dol (USA 0-01)
52316d2a71c0d18c84f054fd6f1e58bdd7bf0ded  build/mp1.kor/main.dol (KOR)

If you'd like to contribute, see CONTRIBUTING.md.

Dependencies

Windows:

  • Install devkitPro with GameCube development package.
  • Open C:\devkitPro\msys2\msys2.exe
  • Run the following:
    pacman -Sy --noconfirm --needed msys2-keyring
    pacman -Su --noconfirm --needed gcc git gamecube-dev
    

macOS:

  • Install wine:
    brew tap gcenx/wine
    brew install wine-crossover
    sudo xattr -r -d com.apple.quarantine "/Applications/Wine Crossover.app"
    
  • Install devkitPro.
  • Run the following:
    sudo dkp-pacman -Syu --noconfirm --needed gamecube-dev
    

Linux:

  • Install wine from your package manager.
    • Faster alternative: WiBo, a minimal 32-bit Windows binary wrapper.
      Ensure the binary is in PATH.
  • Install devkitPro.
  • Run the following:
    sudo dkp-pacman -Syu --noconfirm --needed gamecube-dev
    

Building

  • Checkout the repository:
    git clone https://github.com/PrimeDecomp/prime.git
    
  • Download GC_WII_COMPILERS.zip
  • Extract the contents of the GC directory to tools/mwcc_compiler
  • Build:
    make -j
    
Description
A decompilation of Metroid Prime brought to you by fans of the series.
Readme 65 MiB
Languages
C++ 62.9%
C 31.7%
Python 3.6%
Assembly 0.8%
Pascal 0.4%
Other 0.3%