Unpack game data using unp4k:
./unp4k.exe 'C:\Program Files\Roberts Space Industries\StarCitizen\LIVE\Data.p4k' *.xml
./unp4k.exe 'C:\Program Files\Roberts Space Industries\StarCitizen\LIVE\Data.p4k' *.ini
./unforge.exe .Put the unforged SC XML files (Data and Engine folders) in the import directory.
Start the container with docker compose up -d --build --force-recreate
Dumping all files is done using:
docker compose exec scdatadumper php cli.php load:data --scUnpackedFormat import exportAlternatively, when running commands for the first time separately, generate the cache files:
docker compose exec scdatadumper php cli.php generate:cache importDump items:
docker compose exec scdatadumper php cli.php load:items --scUnpackedFormat import exportDump vehicles:
docker compose exec scdatadumper php cli.php load:vehicles import exportInstall dependency with Composer
composer install --no-devThis is needed when you are running for the first time.
php cli.php generate:cache Path/To/ScDataDirphp cli.php load:items --scUnpackedFormat Path/To/ScDataDir Path/To/Output