Skip to content

wlt233/hunex_script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hunex Script

several wheels for Hunex Engine games, only tested on Nijigasaki VN (にじちず) (Switch Demo) and Steam ver

remember to pip install pylzss before use

hdlg: text translate file

.hdlg (dialog binary lzss-compressed) -> .hdgl (dialog binary) -> .txt (text lines)

heslnk: scene script bundle file

.heslnk (script link bundle) -> .hese (script binary) -> .dasm (disassembled) -> .txt (dialog content)

you may change code below in hese_dasm.py before use on other Hunex games (Meikoi etc.):

  • opcode (hunex.UNAS.ADV.unas_code.eUNAS_CODE)
  • function code (hunex.UNAS.ADV.Script.eUNAS_SCRIPT_CODE)
  • name tag, select dialog function offset (or param)

hpb/hph: assetbundles' bundle and header file

.hpb/hph -> index.filename(replaced / to __) (assetbundle)

hese_maker: messy code to make a fanmade scene script

credit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published