Add Musica PAZ Writer (Not works)

This commit is contained in:
2025-11-01 22:48:42 +08:00
parent ecc3b4473f
commit 44c2f7600f
7 changed files with 560 additions and 31 deletions

View File

@@ -637,14 +637,50 @@ namespace GameRes.Formats.Properties {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string PAZTitle {
get {
return ((string)(this["PAZTitle"]));
}
set {
this["PAZTitle"] = value;
}
}
public string PAZTitle {
get {
return ((string)(this["PAZTitle"]));
}
set {
this["PAZTitle"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string PAZArchiveKey {
get {
return ((string)(this["PAZArchiveKey"]));
}
set {
this["PAZArchiveKey"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool PAZCompressContents {
get {
return ((bool)(this["PAZCompressContents"]));
}
set {
this["PAZCompressContents"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool PAZRetainStructure {
get {
return ((bool)(this["PAZRetainStructure"]));
}
set {
this["PAZRetainStructure"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]

View File

@@ -155,9 +155,18 @@
<Setting Name="GYUTitle" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="PAZTitle" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="PAZTitle" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="PAZArchiveKey" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="PAZCompressContents" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="PAZRetainStructure" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
<Setting Name="EAGLSEncryption" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
@@ -201,4 +210,4 @@
<Value Profile="(Default)">932</Value>
</Setting>
</Settings>
</SettingsFile>
</SettingsFile>