mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-08 05:48:46 +08:00
Add mdf decompress support when unpack xp3 archive
This commit is contained in:
@@ -484,6 +484,14 @@ pub struct Arg {
|
||||
#[arg(long, global = true, visible_alias = "softpal-idx")]
|
||||
/// Whether to add message index to Softpal src script when exporting.
|
||||
pub softpal_add_message_index: bool,
|
||||
#[cfg(feature = "kirikiri-arc")]
|
||||
#[arg(long, global = true)]
|
||||
/// Disable decrypt SimpleCrypt files in Kirikiri XP3 archive when extracting.
|
||||
pub xp3_no_simple_crypt: bool,
|
||||
#[cfg(feature = "kirikiri-arc")]
|
||||
#[arg(long, global = true)]
|
||||
/// Disable decompressing mdf files in Kirikiri XP3 archive when extracting.
|
||||
pub xp3_no_mdf_decompress: bool,
|
||||
#[command(subcommand)]
|
||||
/// Command
|
||||
pub command: Command,
|
||||
|
||||
Reference in New Issue
Block a user