implemented 'vff' archives and GAL images.

This commit is contained in:
morkt
2016-06-10 04:39:29 +04:00
parent 9b04f39738
commit cb04b322f2
14 changed files with 989 additions and 0 deletions

View File

@@ -549,5 +549,17 @@ namespace GameRes.Formats.Properties {
this["MEDScriptScheme"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("0")]
public uint GALKey {
get {
return ((uint)(this["GALKey"]));
}
set {
this["GALKey"] = value;
}
}
}
}

View File

@@ -134,5 +134,8 @@
<Setting Name="MEDScriptScheme" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="GALKey" Type="System.UInt32" Scope="User">
<Value Profile="(Default)">0</Value>
</Setting>
</Settings>
</SettingsFile>