{"id":23659595,"url":"https://github.com/nazdridoy/rpgmtool","last_synced_at":"2025-12-01T08:30:15.244Z","repository":{"id":268143367,"uuid":"903449824","full_name":"nazdridoy/rpgmtool","owner":"nazdridoy","description":"A Python 3 command-line tool for working with RPG Maker archives(RGSS Archives). Supports RPG Maker XP, VX, VX Ace, and MV formats.","archived":false,"fork":false,"pushed_at":"2024-12-14T16:36:20.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-29T02:55:07.219Z","etag":null,"topics":["rgss","rgss3","rpg-maker","rpgmaker","rpgmakermv","rpgmakervx","rpgmakervxace","rpgmakerxp"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nazdridoy.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}},"created_at":"2024-12-14T16:28:34.000Z","updated_at":"2024-12-14T16:38:02.000Z","dependencies_parsed_at":"2024-12-14T17:36:38.074Z","dependency_job_id":null,"html_url":"https://github.com/nazdridoy/rpgmtool","commit_stats":null,"previous_names":["nazdridoy/rpgmtool"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nazdridoy%2Frpgmtool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nazdridoy%2Frpgmtool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nazdridoy%2Frpgmtool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nazdridoy%2Frpgmtool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nazdridoy","download_url":"https://codeload.github.com/nazdridoy/rpgmtool/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239647416,"owners_count":19674158,"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":["rgss","rgss3","rpg-maker","rpgmaker","rpgmakermv","rpgmakervx","rpgmakervxace","rpgmakerxp"],"created_at":"2024-12-29T02:55:10.863Z","updated_at":"2025-12-01T08:30:15.186Z","avatar_url":"https://github.com/nazdridoy.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rpgmtool\nA Python 3 command-line tool for working with RPG Maker archives(RGSS Archives). Supports RPG Maker XP, VX, VX Ace, and MV formats.\n\n## Features\n- List contents of RGSS archives\n- Extract files from archives\n- Create new archives\n- Support for encrypted RPG Maker MV files\n- Configurable encryption keys\n- Verbose debug output\n\n![2024-12-14_22-35](https://github.com/user-attachments/assets/e2f80f46-2b23-44e9-a69e-3f54b563b009)\n\nTo extract (or decrypt) files from an archive (`file.rgss3a`) to the current directory, use:\n```bash\n    rpgmtool.py -x file.rgss3a\n```\nTo create an archive (`file.rgss3a`, RPG Maker VX Ace by default) from the contents of a directory (`Data/`), use:\n```bash\n    rgsstool.py -c -d Data file.rgss3a\n```\nFor RPG Maker XP format, use the -1 flag:\n```bash\n    rgsstool.py -c -1 file.rgssad Data/ Graphics/\n```\nFor RPG Maker MV games, specify the game directory to extract encrypted files:\n```bash\n    rgsstool.py --rpgmv game_directory/\n```\nAdditional options:\n- `-l, --list`: List files in archive (default mode)\n- `-x, --extract`: Extract files from archive  \n- `-c, --create`: Create new archive from files\n- `-d DIR, --dir DIR`: Directory to extract to or add files from\n- `-k KEY, --key KEY`: Encryption key in hexadecimal (default: deadcafe)\n- `-v, --verbose`: Show detailed debug information\n- `--exts`: Comma-separated list of encrypted file extensions for RPG Maker MV \n  (default: .rpgmvp,.rpgmvm,.rpgmvo,.png_,.m4a_,.ogg_)\n\nUse `--help` for full usage details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnazdridoy%2Frpgmtool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnazdridoy%2Frpgmtool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnazdridoy%2Frpgmtool/lists"}