whatisgithub

What is ssx3-gc-add-4th-grab?

somemmm/ssx3-gc-add-4th-grab — explained in plain English

Analysis updated 2026-05-18

1Audience · generalComplexity · 1/5Setup · easy

In one sentence

A small GameCube config patch for SSX 3 that restores eight cut grab tricks and a missing grind move by remapping controller inputs, no code hacking involved.

Mindmap

mindmap
  root((SSX3-GC-Add-4th-Grab))
    What it does
      Restores cut grabs
      Restores 4th grind
      Config only patch
    Tech stack
      Config files
      Dolphin emulator
    Use cases
      Play with restored tricks
      Diff against original
      Rebuild to ISO
    Audience
      SSX 3 fans
    Setup
      Extract disc image
      Copy two files

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Restore the missing 4th grab button tricks when playing SSX 3 on GameCube via Dolphin.

USE CASE 2

Compare the modified input.map against the original to see exactly what changed.

USE CASE 3

Rebuild the extracted game folder back into an ISO for use on real hardware.

How does it compare?

somemmm/ssx3-gc-add-4th-grab0xkinno/neuralvault0xlocker/d17-contracts
Stars111
LanguageTypeScriptSolidity
Setup difficultyeasyhardhard
Complexity1/54/55/5
Audiencegeneraldeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 30min

Requires the Dolphin emulator and your own legally obtained SSX 3 GameCube disc image.

So what is it?

This project is a small modification for the GameCube version of the racing game SSX 3, created by a modder going by Some in July 2026. Its purpose is to restore eight grab trick combinations and a fourth grinding trick that exist in the game's disc data but were switched off in the GameCube release, apparently because the GameCube controller has three shoulder buttons compared to four on the PlayStation 2 controller that the tricks were originally designed around. All of the animations, trick names, and scoring for these moves already exist on the GameCube disc, the mod does not add any new content or patch the game's executable. Instead, it changes 38 lines across two small text configuration files that map controller inputs to trick numbers, rebinding the previously disabled tricks so that holding the X button, alone or together with the shoulder buttons, now triggers them. The existing default combos are left working exactly as before. To use the mod, you need the Dolphin GameCube emulator and your own legally obtained disc image of SSX 3 for the USA region. The included instructions walk through extracting the disc image into a folder using Dolphin's built in tool, then copying the mod's two configuration files into the extracted files, overwriting the originals. From there, the game is launched directly from the extracted files inside Dolphin. The author notes the mod has been verified working in the Dolphin emulator but has not yet been tested on real GameCube hardware, though it is expected to work there too since it only uses the console's real X button rather than any code injection or cheat codes. The project does not state a software license, and it explicitly says not to redistribute the game's own files, only the small patch itself.

Copy-paste prompts

Prompt 1
Walk me through extracting my SSX 3 GameCube disc image and applying this patch in Dolphin.
Prompt 2
Explain what each of the 38 changed lines in input.map actually does.
Prompt 3
Help me figure out which physical button to bind as the fourth shoulder button in Dolphin.
Prompt 4
Show me how to diff the patched input.map against the original to verify the changes.

Frequently asked questions

What is ssx3-gc-add-4th-grab?

A small GameCube config patch for SSX 3 that restores eight cut grab tricks and a missing grind move by remapping controller inputs, no code hacking involved.

How hard is ssx3-gc-add-4th-grab to set up?

Setup difficulty is rated easy, with roughly 30min to a first successful run.

Who is ssx3-gc-add-4th-grab for?

Mainly general.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.