mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-11 07:28:49 +08:00
Add BGI Audio extract support
This commit is contained in:
@@ -304,6 +304,10 @@ pub enum ScriptType {
|
||||
#[value(alias("ethornell-dsc"))]
|
||||
/// Buriko General Interpreter/Ethornell compressed file (DSC)
|
||||
BGIDsc,
|
||||
#[cfg(feature = "bgi-audio")]
|
||||
#[value(alias("ethornell-audio"))]
|
||||
/// Buriko General Interpreter/Ethornell audio file (Ogg/Vorbis)
|
||||
BGIAudio,
|
||||
#[cfg(feature = "bgi-img")]
|
||||
#[value(alias("ethornell-img"))]
|
||||
/// Buriko General Interpreter/Ethornell image (Image files in sysgrp.arc)
|
||||
|
||||
Reference in New Issue
Block a user