mirror of
https://github.com/encounter/rb3.git
synced 2026-03-30 11:35:38 -07:00
1.8 KiB
1.8 KiB
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%.- Also available from the Windows Store.
- (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 inPATH.
- Faster alternative: WiBo, a minimal 32-bit Windows binary wrapper.
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
- Resulting structure should be (for example)
- Using Dolphin Emulator, extract your game to
orig/SZBE69.

- Configure:
python configure.py - Build:
ninja