Skip to content

Commit

Permalink
Update for 6.05
Browse files Browse the repository at this point in the history
  • Loading branch information
xeropresence committed Jan 5, 2022
1 parent d6e3860 commit ba059b7
Show file tree
Hide file tree
Showing 6 changed files with 116 additions and 8 deletions.
2 changes: 1 addition & 1 deletion DFAssist/Helpers/OpCodeHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public static string ByteArrayToString(byte[] ba)

public ushort GetAlertOpCode()
{
var jumpTableIndexOffset = patternscanner.FindSingle("8D 42 9B 3D ? ? ? ?", ptr =>
var jumpTableIndexOffset = patternscanner.FindSingle("8D 42 ? 3D ? ? ? ? 0F 87 ? ? ? ? 4C 8D 05 ? ? ? ? 48 98 48", ptr =>
{
byte value = memhelper.Read<byte>(ptr + 0x2);
_logger.Write($"raw offset {value}", LogLevel.Warn);
Expand Down
31 changes: 29 additions & 2 deletions DFAssist/Resources/data/de-de.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "20214311.1",
"version": "20221905.1",
"instances": {
"1": {
"name": "Tausend Löcher von Toto-Rak"
Expand Down Expand Up @@ -1742,11 +1742,17 @@
"name": "Lustiges Bankett"
},
"798": {
"name": "Das Ende der Morgenröte"
"name": "Endschreiter"
},
"799": {
"name": "Im Hafen des Friedens"
},
"800": {
"name": "Asphodelos - Vierter Kreis"
},
"801": {
"name": "Asphodelos - Vierter Kreis (episch)"
},
"802": {
"name": "Prophetie - Zodiark"
},
Expand All @@ -1759,6 +1765,24 @@
"805": {
"name": "Offen für neue Wege"
},
"806": {
"name": "Asphodelos - Dritter Kreis"
},
"807": {
"name": "Asphodelos - Dritter Kreis (episch)"
},
"808": {
"name": "Asphodelos - Erster Kreis"
},
"809": {
"name": "Asphodelos - Erster Kreis (episch)"
},
"810": {
"name": "Asphodelos - Zweiter Kreis"
},
"811": {
"name": "Asphodelos - Zweiter Kreis (episch)"
},
"812": {
"name": "Ein frostiger Empfang"
},
Expand All @@ -1780,6 +1804,9 @@
"818": {
"name": "Domanisches Begräbnis"
},
"819": {
"name": "Euphoratron"
},
"820": {
"name": "Trauer und Hoffnung"
}
Expand Down
29 changes: 28 additions & 1 deletion DFAssist/Resources/data/en-us.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "20214311.1",
"version": "20221905.1",
"instances": {
"1": {
"name": "The Thousand Maws of Toto–Rak"
Expand Down Expand Up @@ -1747,6 +1747,12 @@
"799": {
"name": "To Calmer Seas"
},
"800": {
"name": "Asphodelos: The Fourth Circle"
},
"801": {
"name": "Asphodelos: The Fourth Circle (Savage)"
},
"802": {
"name": "The Dark Inside"
},
Expand All @@ -1759,6 +1765,24 @@
"805": {
"name": "A Path Unveiled"
},
"806": {
"name": "Asphodelos: The Third Circle"
},
"807": {
"name": "Asphodelos: The Third Circle (Savage)"
},
"808": {
"name": "Asphodelos: The First Circle"
},
"809": {
"name": "Asphodelos: The First Circle (Savage)"
},
"810": {
"name": "Asphodelos: The Second Circle"
},
"811": {
"name": "Asphodelos: The Second Circle (Savage)"
},
"812": {
"name": "A Frosty Reception"
},
Expand All @@ -1780,6 +1804,9 @@
"818": {
"name": "Laid to Rest"
},
"819": {
"name": "The Excitatron 6000"
},
"820": {
"name": "The Gift of Mercy"
}
Expand Down
29 changes: 28 additions & 1 deletion DFAssist/Resources/data/fr-fr.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "20214311.1",
"version": "20221905.1",
"instances": {
"1": {
"name": "Les Mille Gueules de Toto-Rak"
Expand Down Expand Up @@ -1747,6 +1747,12 @@
"799": {
"name": "Cap sur la paix"
},
"800": {
"name": "Les Limbes du Pandæmonium - Abîme"
},
"801": {
"name": "Les Limbes du Pandæmonium - Abîme (sadique)"
},
"802": {
"name": "Le Cratère des Martyrs"
},
Expand All @@ -1759,6 +1765,24 @@
"805": {
"name": "Des esprits et des hommes"
},
"806": {
"name": "Les Limbes du Pandæmonium - Fournaise"
},
"807": {
"name": "Les Limbes du Pandæmonium - Fournaise (sadique)"
},
"808": {
"name": "Les Limbes du Pandæmonium - Parvis"
},
"809": {
"name": "Les Limbes du Pandæmonium - Parvis (sadique)"
},
"810": {
"name": "Les Limbes du Pandæmonium - Cloaque"
},
"811": {
"name": "Les Limbes du Pandæmonium - Cloaque (sadique)"
},
"812": {
"name": "Un accueil glacial"
},
Expand All @@ -1780,6 +1804,9 @@
"818": {
"name": "Des adieux domiens"
},
"819": {
"name": "Le Ludodrome"
},
"820": {
"name": "Acceptation"
}
Expand Down
29 changes: 28 additions & 1 deletion DFAssist/Resources/data/ja-jp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "20214311.1",
"version": "20221905.1",
"instances": {
"1": {
"name": "監獄廃墟 トトラクの千獄"
Expand Down Expand Up @@ -1747,6 +1747,12 @@
"799": {
"name": "融和への船出"
},
"800": {
"name": "万魔殿パンデモニウム:辺獄編4"
},
"801": {
"name": "万魔殿パンデモニウム零式:辺獄編4"
},
"802": {
"name": "ゾディアーク討滅戦"
},
Expand All @@ -1759,6 +1765,24 @@
"805": {
"name": "開かれた道の先へ"
},
"806": {
"name": "万魔殿パンデモニウム:辺獄編3"
},
"807": {
"name": "万魔殿パンデモニウム零式:辺獄編3"
},
"808": {
"name": "万魔殿パンデモニウム:辺獄編1"
},
"809": {
"name": "万魔殿パンデモニウム零式:辺獄編1"
},
"810": {
"name": "万魔殿パンデモニウム:辺獄編2"
},
"811": {
"name": "万魔殿パンデモニウム零式:辺獄編2"
},
"812": {
"name": "霜雪を踏みしめて"
},
Expand All @@ -1780,6 +1804,9 @@
"818": {
"name": "ドマの弔い"
},
"819": {
"name": "宝物庫 エキサイトロン"
},
"820": {
"name": "僕たちは還り、君を見送ろう"
}
Expand Down
4 changes: 2 additions & 2 deletions SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
// to distinguish one build from another. AssemblyFileVersion is specified
// in AssemblyVersionInfo.cs so that it can be easily incremented by the
// automated build process.
[assembly: AssemblyVersion("2.5.0")]
[assembly: AssemblyVersion("2.5.1")]

// By default, the "Product version" shown in the file properties window is
// the same as the value specified for AssemblyFileVersionAttribute.
// Set AssemblyInformationalVersionAttribute to be the same as
// AssemblyVersionAttribute so that the "Product version" in the file
// properties window matches the version displayed in the GAC shell extension.
[assembly: AssemblyInformationalVersion("2.5.0")] // a.k.a. "Product version"
[assembly: AssemblyInformationalVersion("2.5.1")] // a.k.a. "Product version"

0 comments on commit ba059b7

Please sign in to comment.