TridleWork 93feea590d Improved design of
- Credits.md
- Downloads.md
- index.md
- Requirements.md
- RoadMap.md
- RunningOnMac.md
2024-07-26 07:51:48 -07:00

2.8 KiB

Running AssetRipper on macOS

⚠️ Disclaimer: The project developer does not have access to a Mac. This guide is community-contributed.

This guide will help you run AssetRipper on macOS. Before proceeding, ensure you have all the necessary requirements.

Running the GUI Version

Step 1: Download AssetRipper

  1. Download the GUI release from the AssetRipper releases page.

  2. Choose the AssetRipperGUI_mac64.zip file.

    Download AssetRipper

Step 2: Extract the Archive

  1. Right-click the downloaded file and select "Open" to extract its contents.

    Extract AssetRipper

  2. You should now see a folder named AssetRipperGUI_mac64.

    AssetRipper folder

  3. Inside this folder, you'll find various files, including the AssetRipper executable.

    AssetRipper contents AssetRipper executable

Step 3: Open Terminal in the AssetRipper Folder

  1. Select the AssetRipperGUI_mac64 folder.

  2. Go to Finder > Services > New Terminal at Folder.

    Open Terminal

Step 4: Run AssetRipper

  1. In the Terminal, enter the following command:
./AssetRipper
  1. You may encounter a "Permission denied" error.

Permission denied

  1. To fix this, enter the following command:
chmod +x AssetRipper
  1. Now, try running AssetRipper again:
./AssetRipper

Step 5: Handle Security Prompts

  1. You may see a security prompt. Click "Cancel" for now.

Security prompt

  1. Open System Preferences (⌘ + Space, search for "System Preferences").
  2. Go to "Security & Privacy" > "General" tab.
  3. At the bottom, click "Allow Anyway" for AssetRipper.

Allow AssetRipper

  1. Run the ./AssetRipper command again in Terminal.
  2. Click "Open" when prompted.

Open AssetRipper

  1. You may see additional security prompts. Click "OK" and allow them as needed.

Additional prompts More prompts

Step 6: AssetRipper GUI

After completing these steps, the AssetRipper GUI should open:

AssetRipper GUI

Reopening AssetRipper

Once you've gone through the initial setup, you can easily reopen AssetRipper:

  1. Navigate to the AssetRipperGUI_mac64 folder.
  2. Double-click the AssetRipper file to launch the application.

Reopen AssetRipper

Congratulations! You've successfully set up and run AssetRipper on macOS.

AssetRipper running