Skip to content

Fuann-Kinoko/k7cn

Repository files navigation

Current Status

Currently, CJK text for CharaGeki can be processed successfully, but it's unclear how to configure them for EU/US versions.

This means only {stage}J.jmb files are guaranteed to be correctly handled.

TODO: Documentation

Related Projects

Requirements

Usage

Entry Point:

(reference paths are hardcoded in the script, so please read the code first)

python tasks.py

The .BIN file can be interpreted as a stTex struct (72-byte DDS header + DDS texture data), though this hasn't been thoroughly tested.

Notes

Translation

Typically, control codes are dynamically regenerated because their character mappings depend on when they first appear in the text stream.

However, certain special characters have to be manually coded.

"暴君で@0aを使い─"

In this case, the sequence @0a is interpreted as the control code FF 0A (big endian), regardless of its position in the text.

For this particular control code, it represents SPACE key for keyboard, or to say, R Trigger in gamepad.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors