HonokaMiku v5.0.0 beta-2
Pre-releaseCommand-line system has been changed!
Some incompatibilities with previous command-line options:
-
There are no more double dash option (
--
). All command-line options now single dashed (-
). Example: from--basename
to-basename
and from--cross-encrypt
to-cross-encrypt
. -
Game options now defaults to V3 decryption/encryption if none is specificed. Example:
-sif-ww
or-w
will default to version 3 algorithm. However-sif-jp-v4
or-j4
will force it to version 4 (if supported by the game) -
Command-line options that requires parameter must be separated with space now. Example:
-ba.txt
is invalid, while-b a.txt
is valid.
Now changelog:
-
Complete API rewrite. No documentation atm
-
JP V4 encryption is now supported. Use
-sif-jp-v4
or-j4
with encrypt options to enable it.