{"id":20850170,"url":"https://github.com/kambala-decapitator/mpqsimpleio","last_synced_at":"2026-04-26T14:31:19.920Z","repository":{"id":147273418,"uuid":"129639345","full_name":"kambala-decapitator/MpqSimpleIO","owner":"kambala-decapitator","description":"CLI to work with MPQ files (for Diablo 2)","archived":false,"fork":false,"pushed_at":"2024-11-04T10:52:31.000Z","size":4517,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-19T06:10:50.735Z","etag":null,"topics":["cpp","diablo2","mpq","stormlib"],"latest_commit_sha":null,"homepage":"","language":"C","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/kambala-decapitator.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":"2018-04-15T18:36:18.000Z","updated_at":"2024-11-04T10:52:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"7e3658b8-72ba-41f7-8dc3-9a1b06f03119","html_url":"https://github.com/kambala-decapitator/MpqSimpleIO","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/kambala-decapitator%2FMpqSimpleIO","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kambala-decapitator%2FMpqSimpleIO/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kambala-decapitator%2FMpqSimpleIO/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kambala-decapitator%2FMpqSimpleIO/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kambala-decapitator","download_url":"https://codeload.github.com/kambala-decapitator/MpqSimpleIO/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243215959,"owners_count":20255280,"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":["cpp","diablo2","mpq","stormlib"],"created_at":"2024-11-18T03:08:20.889Z","updated_at":"2025-12-25T14:32:40.534Z","avatar_url":"https://github.com/kambala-decapitator.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MpqSimpleIO\n\nCLI to work with old MPQ files. Tested only on Diablo 2.\n\nBased on the great [StormLib library](https://github.com/ladislav-zezula/StormLib).\n\n## Usage\n\n### List MPQ files\n\n    MpqSimpleIO -l \u003cMPQ path\u003e [mask] [path to additional listfile]\n    \n    # example\n    MpqSimpleIO -l /some/path/1.mpq\n\n- If you don't pass mask, `*` is implied (to list all files)\n- If you want to pass additional listfile, mask is required\n\n### Extract files to disk\n\n    MpqSimpleIO -r \u003cMPQ path\u003e \u003cmask\u003e \u003cpath to extract dir\u003e [path to additional listfile]\n    \n    # example\n    MpqSimpleIO -r /some/path/1.mpq 'data\\global\\excel\\*.bin' /some/extract/path\n\nThe directory where you want to extract files must exist.\n\n### Add files to MPQ\n\n    MpqSimpleIO -w \u003cMPQ path\u003e --prefix=\u003cinternal MPQ path prefix\u003e \u003cfiles...\u003e\n    \n    # example\n    MpqSimpleIO -w /some/path/1.mpq --prefix='data\\global\\excel\\' /path/to/file /path/to/another/file\n\nYou can also put multiple files under different prefixes:\n\n    MpqSimpleIO -w /some/path/1.mpq /path/to/file 'prefix\\for\\first\\file\\' /path/to/another/file 'prefix\\for\\second\\file\\'\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkambala-decapitator%2Fmpqsimpleio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkambala-decapitator%2Fmpqsimpleio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkambala-decapitator%2Fmpqsimpleio/lists"}