Emulation & ROMs 
GameCube Dolphin Emulator Launcher
This script facilitates the launching of GameCube ROMs using the Dolphin emulator on a Linux system. It automates the process of setting up and running Dolphin, handling both standalone ISO files and those contained within ZIP or 7z archives.
Requirements
flatpak
: If not installed, the script will attempt to install it along with Dolphin emulator.p7zip-full
: Required for extracting ROMs from ZIP or 7z archives.
Installation
- Clone or download the script to your system.
- Ensure executable permissions are set:
chmod +x gamecube_dolphin.sh
. - Run the script with the path to your GameCube ROM as an argument, e.g.,
./gamecube_dolphin.sh /path/to/your/rom.iso
.
Usage
./gamecube_dolphin.sh /path/to/your/rom.iso
Features
- Automatically installs necessary dependencies if missing.
- Handles ROMs in ZIP, 7z, ISO, and rvz formats.
- Extracts ROMs from archives before launching Dolphin.
- Cleans up extracted files after running Dolphin.
- Install libray
sudo pip install -y libray
- Decrypt with:
libray -i file_in.iso -o file_out.iso -k dkey
Description
Languages
Shell
100%