Add support to create script file. Add bgi ._bsi file support

This commit is contained in:
2025-06-07 22:06:33 +08:00
parent afd7dc5674
commit f7554f5969
8 changed files with 296 additions and 24 deletions

View File

@@ -209,6 +209,10 @@ pub enum ScriptType {
#[value(alias("ethornell"))]
/// Buriko General Interpreter/Ethornell Script
BGI,
#[cfg(feature = "bgi")]
#[value(alias("ethornell-bsi"))]
/// Buriko General Interpreter/Ethornell bsi script (._bsi)
BGIBsi,
#[cfg(feature = "escude-arc")]
/// Escude bin archive
EscudeArc,