{"id":28642237,"url":"https://github.com/dbalatoni13/nfsug","last_synced_at":"2026-01-17T07:09:16.750Z","repository":{"id":293091238,"uuid":"982439279","full_name":"dbalatoni13/nfsug","owner":"dbalatoni13","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-31T15:13:33.000Z","size":1359,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-12T23:02:23.188Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dbalatoni13.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-12T22:18:31.000Z","updated_at":"2025-06-08T20:59:55.000Z","dependencies_parsed_at":"2025-06-12T23:02:10.884Z","dependency_job_id":"66c8a19e-8eb2-4591-86f4-418bcab6fe76","html_url":"https://github.com/dbalatoni13/nfsug","commit_stats":null,"previous_names":["dbalatoni13/nfsug"],"tags_count":0,"template":false,"template_full_name":"encounter/dtk-template","purl":"pkg:github/dbalatoni13/nfsug","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbalatoni13%2Fnfsug","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbalatoni13%2Fnfsug/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbalatoni13%2Fnfsug/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbalatoni13%2Fnfsug/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dbalatoni13","download_url":"https://codeload.github.com/dbalatoni13/nfsug/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbalatoni13%2Fnfsug/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28503086,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T06:57:29.758Z","status":"ssl_error","status_checked_at":"2026-01-17T06:56:03.931Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-12T23:00:59.312Z","updated_at":"2026-01-17T07:09:16.722Z","avatar_url":"https://github.com/dbalatoni13.png","language":"C","funding_links":[],"categories":["Nintendo Wii","Reverse Engineering"],"sub_categories":["Projects"],"readme":"Need for Speed: Underground (GC)\n[![Build Status]][actions] [![Code Progress]][progress] [![Data Progress]][progress] [![Discord Badge]][discord]\n=============\n\n\u003c!--\nReplace with your repository's URL.\n--\u003e\n\n[Build Status]: https://github.com/dbalatoni13/nsfug/actions/workflows/build.yml/badge.svg\n[actions]: https://github.com/dbalatoni13/nfsug/actions/workflows/build.yml\n[Code Progress]: https://decomp.dev/dbalatoni13/nsfug.svg?mode=shield\u0026measure=code\u0026label=Code\n[Data Progress]: https://decomp.dev/dbalatoni13/nsfug.svg?mode=shield\u0026measure=data\u0026label=Data\n[progress]: https://decomp.dev/zeldaret/tww\n[Discord Badge]: https://img.shields.io/discord/458389297192632330?color=%237289DA\u0026logo=discord\u0026logoColor=%23FFFFFF\n[discord]: https://discord.gg/bBEqpmSV\n\nA work-in-progress decompilation of the GameCube version of Need for Speed: Underground.\n\nThis repository does **not** contain any game assets or assembly whatsoever. An existing copy of the game is required.\n\nSupported versions:\n\n- `GNDP8P`: Sep 10, 2003 prototype\n\n# Dependencies\n\n## Windows\n\nOn Windows, it's **highly recommended** to use native tooling. WSL or msys2 are **not** required.  \nWhen running under WSL, [objdiff](#diffing) is unable to get filesystem notifications for automatic rebuilds.\n\n- Install [Python](https://www.python.org/downloads/) and add it to `%PATH%`.\n  - Also available from the [Windows Store](https://apps.microsoft.com/store/detail/python-311/9NRWMJP3717K).\n- Download [ninja](https://github.com/ninja-build/ninja/releases) and add it to `%PATH%`.\n  - Quick install via pip: `pip install ninja`\n\n## macOS\n\n- Install [ninja](https://github.com/ninja-build/ninja/wiki/Pre-built-Ninja-packages):\n\n  ```sh\n  brew install ninja\n  ```\n\n- Install [wine-crossover](https://github.com/Gcenx/homebrew-wine):\n\n  ```sh\n  brew install --cask --no-quarantine gcenx/wine/wine-crossover\n  ```\n\nAfter OS upgrades, if macOS complains about `Wine Crossover.app` being unverified, you can unquarantine it using:\n\n```sh\nsudo xattr -rd com.apple.quarantine '/Applications/Wine Crossover.app'\n```\n\n## Linux\n\n- Install [ninja](https://github.com/ninja-build/ninja/wiki/Pre-built-Ninja-packages).\n- For non-x86(\\_64) platforms: Install wine from your package manager.\n  - For x86(\\_64), [wibo](https://github.com/decompals/wibo), a minimal 32-bit Windows binary wrapper, will be automatically downloaded and used.\n\n# Building\n\n- Clone the repository:\n\n  ```sh\n  git clone https://github.com/dbalatoni13/nfsug.git\n  ```\n\n- Configure:\n\n  ```sh\n  python configure.py --debug\n  ```\n\n- Build:\n\n  ```sh\n  ninja\n  ```\n\n- Extract `Speed.elf`, copy it into `orig/GNDP8P` and convert it into a DOL:\n\n  ```sh\n  ./build/tools/dtk elf2dol ./orig/GNDP8P/Speed.elf ./orig/GNDP8P/sys/main.dol\n  ```\n\n# Diffing\n\nOnce the initial build succeeds, an `objdiff.json` should exist in the project root.\n\nDownload the latest release from [encounter/objdiff](https://github.com/encounter/objdiff). Under project settings, set `Project directory`. The configuration should be loaded automatically.\n\nSelect an object from the left sidebar to begin diffing. Changes to the project will rebuild automatically: changes to source files, headers, `configure.py`, `splits.txt` or `symbols.txt`.\n\n![](assets/objdiff.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbalatoni13%2Fnfsug","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdbalatoni13%2Fnfsug","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbalatoni13%2Fnfsug/lists"}