From c3f5f9c327bc9d6cca9b04878530209838b3a201 Mon Sep 17 00:00:00 2001 From: Shad0wlife Date: Tue, 11 Oct 2022 17:11:12 +0200 Subject: [PATCH 1/2] Update map_Gamedata.xml Update map_Gamedata.xml to read all of the a7t's gamedata.data files. Tested with: - old (data5.rda) Old World Map - new (data12.rda) Old World Map - New World Map - Sunken Treasures/Cape Trelawney Map - Enbesa Map (both SP and MP) - Arctic Map Sparse Implementation based on Atria1234's interpreter from PR #22 --- FileFormats/map_Gamedata.xml | 58 ++++++++++++++++++++++++++++++------ 1 file changed, 49 insertions(+), 9 deletions(-) diff --git a/FileFormats/map_Gamedata.xml b/FileFormats/map_Gamedata.xml index e3078f1..1aa7d28 100644 --- a/FileFormats/map_Gamedata.xml +++ b/FileFormats/map_Gamedata.xml @@ -6,13 +6,26 @@ + + + + + + + - - + + + + + + + + @@ -21,25 +34,50 @@ + + + + + + - - - - - - + + + + + + + + - + + + + + + + + + + + + + + + + + + @@ -64,5 +102,7 @@ + + \ No newline at end of file From 4d0a12263ad8aef7b5d87a2ca7be4c4212bb0c00 Mon Sep 17 00:00:00 2001 From: Shad0wlife Date: Sun, 16 Oct 2022 17:26:40 +0200 Subject: [PATCH 2/2] Fix Items that are Int32 but should be Single Some Items were previously parsed as Int32 (-Lists) but should be Single (-Lists). --- FileFormats/map_Gamedata.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/FileFormats/map_Gamedata.xml b/FileFormats/map_Gamedata.xml index 1aa7d28..a02858a 100644 --- a/FileFormats/map_Gamedata.xml +++ b/FileFormats/map_Gamedata.xml @@ -55,7 +55,7 @@ - + @@ -78,6 +78,8 @@ + + @@ -89,9 +91,9 @@ - - - + + +