Skip to content

adsf0427/nekosdk_tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NekoSdk toolkit

Overview

This repository contains scripts for extracting text script from nekosdk engine.

Contents

  • 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.

Requirements

  • Python 3.x
  • Required Python packages (can be installed via requirements.txt)

Installation

  1. Clone the repository:

    git clone https://github.com:adsf0427/nekosdk_tools.git
    cd nekosdk_tools
  2. Install the required packages:

    pip install -r requirements.txt

Usage

This project provides scripts for extracting and recompiling text from a bin file. The main script accepts different commands to perform various operations.

Commands

  • 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.

Running the Script

To run the script, use the following command format:

python neko_tool <command>

Replace <command> with one of the available commands (extract, recompile, test).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published