implemented 'LEAFPACK' archives and LFG images.

This commit is contained in:
morkt
2018-11-07 11:50:38 +04:00
parent 57399ff6eb
commit f787e608c9
10 changed files with 614 additions and 0 deletions

View File

@@ -777,5 +777,17 @@ namespace GameRes.Formats.Properties {
this["NOAEncodingCP"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string LEAFTitle {
get {
return ((string)(this["LEAFTitle"]));
}
set {
this["LEAFTitle"] = value;
}
}
}
}

View File

@@ -191,5 +191,8 @@
<Setting Name="NOAEncodingCP" Type="System.Int32" Scope="User">
<Value Profile="(Default)">932</Value>
</Setting>
<Setting Name="LEAFTitle" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
</Settings>
</SettingsFile>