CelestialAmber / rb3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SZBE69

A decompilation of SZBE69.

This repository builds the following DOLs:

189b001188a2f8ab769e72364440022407fe09d2  build/SZBE69/main.dol 

Dependencies

Windows:

  • Install ninja and add it to %PATH%.
  • Install Python and add it to %PATH%.
  • (Optional) Run Add-Exclusion.ps1 (Right click -> "Run with PowerShell") to avoid degraded performance from Windows Defender scans.

macOS:

  • Install ninja:
    brew install ninja
    
  • Install wine-crossover:
    brew install --cask --no-quarantine gcenx/wine/wine-crossover
    

Linux:

  • Install ninja.
  • Install wine from your package manager.
    • Faster alternative: WiBo, a minimal 32-bit Windows binary wrapper.
      Ensure the binary is in PATH.

Building

  • Checkout the repository:
    git clone https://github.com/DarkRTA/rb3.git
    
  • Download GC_WII_COMPILERS.zip
  • Extract the contents of the zip file to tools/mwcc_compiler.
    • Resulting structure should be (for example) tools/mwcc_compiler/GC/1.3.2/mwcceppc.exe
  • Using Dolphin Emulator, extract your game to orig/SZBE69.
  • Configure:
    python configure.py
    
  • Build:
    ninja
    

About


Languages

Language:C 80.8%Language:Python 17.3%Language:C++ 1.7%Language:PowerShell 0.1%