{"id":19544520,"url":"https://github.com/ank1036official/game_exporter","last_synced_at":"2026-05-05T10:35:58.635Z","repository":{"id":203625519,"uuid":"710045222","full_name":"ANK1036Official/game_exporter","owner":"ANK1036Official","description":"A game decryption tool, for extracting things like images, code, sound, etc from lots of different common game types.","archived":false,"fork":false,"pushed_at":"2023-10-26T05:02:46.000Z","size":28,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-08T19:19:54.965Z","etag":null,"topics":["electronjs","extractor","games","rpgmakermv","unity","unity3d"],"latest_commit_sha":null,"homepage":"","language":"Python","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/ANK1036Official.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":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-25T22:44:16.000Z","updated_at":"2024-11-24T03:52:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"9c2f22e5-a567-409b-a2ce-ed56896f13ad","html_url":"https://github.com/ANK1036Official/game_exporter","commit_stats":null,"previous_names":["ank1036official/game_exporter"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ANK1036Official%2Fgame_exporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ANK1036Official%2Fgame_exporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ANK1036Official%2Fgame_exporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ANK1036Official%2Fgame_exporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ANK1036Official","download_url":"https://codeload.github.com/ANK1036Official/game_exporter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240801038,"owners_count":19859727,"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":["electronjs","extractor","games","rpgmakermv","unity","unity3d"],"created_at":"2024-11-11T03:29:23.424Z","updated_at":"2026-05-05T10:35:58.630Z","avatar_url":"https://github.com/ANK1036Official.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Introduction\n`game_exporter` is a game decryption tool designed for extracting assets such as images, code, sound, and more from various common game types.\nCurrently, this is `Linux only`, but there are future plans to add Windows support.\n\nNote: If the 2025 version does not work properly, please downgrade to the 0.0.3 release, which only supports:\n- RPGMaker MV\n- Electron based games\n- RenPy\n- Unity\n\n## Installation\nInstructions for how to install the tool.\n```bash\n# First install asar\nnpm install -g asar\n# Then download the repo.\ngit clone https://github.com/yourusername/game_exporter.git\ncd game_exporter\n# Lastly, install the requirements.txt dependencies\npip install -r requirements.txt\n```\n\n## Usage\n```bash\n# Check the help\npython3 game_exporter.py --help\n# Do the thing\npython3 game_exporter.py -d ./some_game/ -o decrypt --type type_here\n```\n\n## Supported Game Types\n- [x] RPGMaker MV\n- [x] RPGMaker MZ\n- [x] RPGMaker VX/VX Ace\n- [x] Electron based games\n- [x] RenPy\n- [x] Unity\n- [x] Unreal Engine 3\n- [x] Unreal Engine 4\n- [ ] Unreal Engine 5\n- [x] Wolf RPG\n- [x] Godot\n- [x] Construct 2/3\n- [x] GameMaker Studio\n\n## Roadmap\n- Add GUI interface\n- Add Windows support\n- Add macOS support\n\n## Acknowledgments\nThe RPGMaker code in this project is based off of Petschko's RPG Maker Decryption tool.\n\n### Tools that cannot be installed via pip:\n\n1. **asar** (for Electron games): `npm install -g asar`\n\n2. **rvpacker** (for RPGMaker VX/VX Ace) - Install with Ruby: `gem install rvpacker`\n\n3. **umodel** (for Unreal Engine 3/4) - Manual download from: https://www.gildor.org/en/projects/umodel\n\n4. **arc_unpacker** (for Wolf RPG) - Build from source:\n   ```bash\n   git clone https://github.com/vn-tools/arc_unpacker\n   cd arc_unpacker\n   mkdir build \u0026\u0026 cd build\n   cmake ..\n   make\n   sudo make install\n   ```\n\nNote: The script will auto-download some tools like AssetRipper (for Unity) and godotpcktool (for Godot) when needed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fank1036official%2Fgame_exporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fank1036official%2Fgame_exporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fank1036official%2Fgame_exporter/lists"}