paimooon / YSAssetIdx

parsing assetindex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YSAssetIdx

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

Current target version: 5.0 beta

392952 unmatched
252082/645034 39.08%

Requirements

  • Python 3

How to run

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

How to fill mapped-updated.json

  • Place new version of 0000006f
  • Run main.py
  • output_mapped.json will be generated, fill it yourself
  • Type the Excel name in the match.txt, it will automatically find the map
  • 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
  • Run main.py again to get assetindex

Credit

About

parsing assetindex


Languages

Language:Python 75.0%Language:Kaitai Struct 25.0%