implemented Yu-Ris archives creation.

This commit is contained in:
morkt
2014-08-16 04:42:20 +04:00
parent 26526a97bb
commit dc30eb0083
12 changed files with 344 additions and 28 deletions

View File

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

View File

@@ -41,5 +41,8 @@
<Setting Name="PDScrambleContents" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="YPFVersion" Type="System.UInt32" Scope="User">
<Value Profile="(Default)">290</Value>
</Setting>
</Settings>
</SettingsFile>