mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-25 05:07:24 +08:00
Add basic BGI unpack support
This commit is contained in:
@@ -217,6 +217,14 @@ pub enum ScriptType {
|
||||
#[value(alias("ethornell-bp"))]
|
||||
/// Buriko General Interpreter/Ethornell bp script (._bp)
|
||||
BGIBp,
|
||||
#[cfg(feature = "bgi-arc")]
|
||||
#[value(alias = "ethornell-arc-v1")]
|
||||
/// Buriko General Interpreter/Ethornell archive v1
|
||||
BGIArcV1,
|
||||
#[cfg(feature = "bgi-arc")]
|
||||
#[value(alias = "ethornell-arc-v2", alias = "bgi-arc", alias = "ethornell-arc")]
|
||||
/// Buriko General Interpreter/Ethornell archive v2
|
||||
BGIArcV2,
|
||||
#[cfg(feature = "escude-arc")]
|
||||
/// Escude bin archive
|
||||
EscudeArc,
|
||||
|
||||
Reference in New Issue
Block a user