2024-04-28 05:13:01 +02:00
2024-04-28 03:07:04 +02:00
2024-04-28 05:12:11 +02:00
2024-04-28 04:32:34 +02:00
2024-04-28 03:07:04 +02:00
2024-04-25 17:00:11 +02:00
2024-04-28 05:13:01 +02:00

pacman Emulation & ROMs ghost

gamecube

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

  1. Clone or download the script to your system.
  2. Ensure executable permissions are set: chmod +x gamecube_dolphin.sh.
  3. 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.

ps3

PS3 ISO Decrypt

  • Install libray
    sudo pip install -y libray
    
  • Decrypt with:
    libray -i file_in.iso -o file_out.iso -k dkey
    
Description
No description provided
Readme 824 KiB
Languages
Shell 100%