{"id":10215887,"url":"https://github.com/aki-club/vpw2","last_synced_at":"2025-09-04T11:32:15.537Z","repository":{"id":49310870,"uuid":"476578739","full_name":"AKI-Club/vpw2","owner":"AKI-Club","description":"Virtual Pro-Wrestling 2 decompilation project.","archived":false,"fork":false,"pushed_at":"2024-03-06T21:22:14.000Z","size":20664,"stargazers_count":14,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-03-06T22:33:41.968Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Assembly","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AKI-Club.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":"docs/roadmap.txt","authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-01T04:57:28.000Z","updated_at":"2024-06-14T02:29:00.934Z","dependencies_parsed_at":"2024-01-05T00:12:36.572Z","dependency_job_id":"4a921341-57e4-41c0-a1f3-603dd5130f53","html_url":"https://github.com/AKI-Club/vpw2","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AKI-Club%2Fvpw2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AKI-Club%2Fvpw2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AKI-Club%2Fvpw2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AKI-Club%2Fvpw2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AKI-Club","download_url":"https://codeload.github.com/AKI-Club/vpw2/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231957845,"owners_count":18451820,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2024-05-24T06:38:48.313Z","updated_at":"2024-12-31T07:31:07.974Z","avatar_url":"https://github.com/AKI-Club.png","language":"Assembly","funding_links":[],"categories":["Nintendo Wii","Reverse Engineering"],"sub_categories":["Projects"],"readme":"# Virtual Pro-Wrestling 2\nThis is a decompilation project for AKI Corporation's *Virtual Pro-Wrestling 2*\n(バーチャル・プロレス2 〜王道継承〜), a Nintendo 64 wrestling game.\n\nLike most other N64 decomp projects, this is very much a work in progress.\n\nAlso like other N64 decomp projects, you will need a ROM of the game to extract\nthe necessary assets, as they are not included in this repository.\n\n## Table of Contents\n\n 1. [Introduction](#introduction)\n 2. [Requirements](#requirements)\n 3. [Setup](#setup)\n 4. [Building](#building)\n 5. [Further Steps](#further-steps)\n\n## Introduction\n\nSome crazy person spends over a decade or two of his life trying to hack a video game.\n\nThis repository has two main purposes:\n 1. Document game information for any interested hackers.\n 2. Serve as a base for future hacks requiring non-trivial changes.\n\n## Requirements\n\n- a Linux environment (native, virtual machine, WSL2 on Windows 10)\n- GNU `make` (and probably the other stuff from `build-essential` if your distro has that)\n- `binutils-mips-linux-gnu`\n- `gcc-mips-linux-gnu`\n- `gcc-multilib`\n- Python 3.x\n- an **unmodified** Virtual Pro-Wrestling 2 ROM in **Z64 format**, legally obtained\n\nWhile [`qemu-irix`](https://github.com/n64decomp/qemu-irix/releases) was previously\nlisted here, it is currently not used. It may or may not be used in the future.\n\nThis has only been tested on Linux using a VM, and WSL2 on Windows 10.\n\nAn unmodified VPW2 ROM in Z64 format should have the SHA-1 hash `82dd25a044689eab57ab362fe10c0da6388c217a`.\n\nIf you need help verifying your ROM, use the [VPW2 ROM ID](https://github.com/AKI-Club/vpw2romid)\nprogram.\n\n## Setup\n\n### Step 1: Set up prerequisites\nFor Debian (and Debian-based systems), this should handle most of it:\n\n```bash\nsudo apt-get update\nsudo apt-get install binutils-mips-linux-gnu gcc-mips-linux-gnu gcc-multilib make git\n```\n\nIf you don't already have host/native development tools set up, you'll also\nneed 'build-essential':\n\n```bash\nsudo apt-get install build-essential\n```\n\n### Step 2: Clone and set up the git repository\n```bash\ngit clone --recurse-submodules https://github.com/AKI-Club/vpw2\n```\n\nIf you are manually cloning the repository (i.e. without `--recurse-submodules`),\nyou *need* to initialize the submodules as well.\n\n### Step 3: Perform setup\nPlace an unmodified copy of your existing ROM inside the root of this repository\nwith the name `baserom.z64`, then run the following command:\n\n```bash\nmake setup\n```\n\nThis will build the necessary tools, extract the binary files from the ROM,\nand extract the data from the file table (this will take a while).\n\nFurther tasks (such as converting the file table data to human-editable assets)\nare still to-do.\n\n## Building\n\nRun `make` in the main directory.\n\n## Further Steps\n\ntodo: the next steps (a.k.a. ~~draw~~ disassemble the rest of the fucking ~~owl~~ game)\n\n## Notice\n\nNone of the contributors are affiliated with AKI Corporation (now known as syn sophia)\nor Nintendo.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faki-club%2Fvpw2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faki-club%2Fvpw2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faki-club%2Fvpw2/lists"}