/YSAssetIdx

parsing assetindex

Primary LanguagePython

YSAssetIdx

A Parser of a certain anime game's asset index (WIP)

Current target version: 3.5

Requirements

  • Python 3

How to run

  • Clone this repository
git clone https://github.com/paimooon/YSAssetIdx
  • Place 0000006f.bin
  • Run main.py
python main.py

How to fill mapped-updated.json

  • Place new version of 0000006f.bin
  • Run main.py
  • output_mapped.json will be generated, fill it yourself
  • Run check_mapped.py to check if filled value is correct or not
  • Run output_to_updated.py, it will convert output_mapped.json to mapped-updated.json used in main.py

Credit