This repository contains scripts for extracting text script from nekosdk engine.
neko_tool.py: Script for extracting and recompile texts from nekoskd script bin file.nekosdk_advscript2.py: # This is edited from file generated by kaitai-struct-compiler.
- Python 3.x
- Required Python packages (can be installed via
requirements.txt)
-
Clone the repository:
git clone https://github.com:adsf0427/nekosdk_tools.git cd nekosdk_tools -
Install the required packages:
pip install -r requirements.txt
This project provides scripts for extracting and recompiling text from a bin file. The main script accepts different commands to perform various operations.
extract: Extracts text from the bin file and generates JSON output.recompile: Recompiles the text from JSON into the bin file.test: Runs tests to verify the extraction and recompilation processes.
To run the script, use the following command format:
python neko_tool <command>Replace <command> with one of the available commands (extract, recompile, test).