{"id":29079617,"url":"https://github.com/octfx/scdatadumper","last_synced_at":"2025-06-27T17:08:22.383Z","repository":{"id":295679562,"uuid":"882467341","full_name":"octfx/ScDataDumper","owner":"octfx","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-31T09:59:00.000Z","size":232,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-20T21:21:13.112Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/octfx.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,"zenodo":null}},"created_at":"2024-11-02T21:14:10.000Z","updated_at":"2025-06-15T13:18:14.000Z","dependencies_parsed_at":"2025-05-29T15:04:26.825Z","dependency_job_id":null,"html_url":"https://github.com/octfx/ScDataDumper","commit_stats":null,"previous_names":["octfx/scdatadumper"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/octfx/ScDataDumper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octfx%2FScDataDumper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octfx%2FScDataDumper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octfx%2FScDataDumper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octfx%2FScDataDumper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/octfx","download_url":"https://codeload.github.com/octfx/ScDataDumper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octfx%2FScDataDumper/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262298771,"owners_count":23289603,"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":"2025-06-27T17:07:10.532Z","updated_at":"2025-06-27T17:08:22.366Z","avatar_url":"https://github.com/octfx.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ScDataDumper\n\n## Quickstart\nUnpack game data using [unp4k](https://github.com/dolkensp/unp4k):\n```shell\n./unp4k.exe 'C:\\Program Files\\Roberts Space Industries\\StarCitizen\\LIVE\\Data.p4k' *.xml\n./unp4k.exe 'C:\\Program Files\\Roberts Space Industries\\StarCitizen\\LIVE\\Data.p4k' *.ini\n./unforge.exe .\n```\n\nPut the unforged SC XML files (`Data` and `Engine` folders) in the `import` directory.\n\nStart the container with `docker compose up -d --build`\n\nDumping all files is done using:\n```shell\ndocker compose exec scdatadumper php cli.php load:data --scUnpackedFormat import export\n```\n\nAlternatively, when running commands for the first time separately, generate the cache files:\n```shell\ndocker compose exec scdatadumper php cli.php generate:cache import\n```\n\nDump items:\n```shell\ndocker compose exec scdatadumper php cli.php load:items --scUnpackedFormat import export\n```\n\nDump vehicles:\n```shell\ndocker compose exec scdatadumper php cli.php load:vehicles import export\n```\n\n## Advanced usage\n### Non-Docker installation\nInstall dependency with Composer\n```shell\ncomposer install --no-dev\n```\n\n## Commands\n### Generate cache\nThis is needed when you are running for the first time.\n```shell\nphp cli.php generate:cache Path/To/ScDataDir\n```\n\n## Dumping items\n```shell\nphp cli.php load:items --scUnpackedFormat Path/To/ScDataDir Path/To/Output\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foctfx%2Fscdatadumper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foctfx%2Fscdatadumper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foctfx%2Fscdatadumper/lists"}