Skip to content

gangjun06/d4dj-crawler

Repository files navigation

d4dj-crawler

It only works on Windows due to multiple dependencies.

Getting Started

  1. Clone repository
git clone https://github.com/gangjun06/d4dj-crawler --recursive
cd d4dj-crawler
  1. Download VgmStream

Goto vgmstream and download

Unzip program and locate to [project-path]/vgmstream

  1. Download Asset Extractor Goto gangjun06/D4DJ-asset-extractor and download

Unzip program and locate to [project-path]/D4DJ-assets-extractor-bin

  1. Build D4DJ-Tool
cd D4DJ-Tool
dotnet build --configuration Release -o ../D4DJ-Tool-bin
  1. Add config.toml
  • Rename config.exam.toml to config.toml
  • Edit config file
  1. Build
go build
  1. Crawl Resource

You must input assetServerPath to config.toml. To get the asset url, you need to analyze the game packet.

d4dj-crawler.exe -crawl

6-1. Parse Resource

d4dj-crawler.exe [filename]

or just drag and drop your file to .exe

Credits

Used Tools

Special Thanks

  • KJHMAGIC: Helped with the overall game parsing.
  • GPLNature: Help to decrypt file in golang

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published