Squashed commit of the following:

commit 47c4c806dd
Author: Fanixtar <96950043+Fanixtar@users.noreply.github.com>
Date:   Fri Jul 15 23:00:04 2022 +0700

    Add Golden Apple Archipelago interactive map data
This commit is contained in:
Miya 2022-07-16 02:22:36 +08:00
parent 6cdc615444
commit 00d9921f20
8 changed files with 2071 additions and 0 deletions

View File

@ -206,6 +206,7 @@
<None Include="res\map_enkanomiya.json" /> <None Include="res\map_enkanomiya.json" />
<None Include="res\map_teyvat.json" /> <None Include="res\map_teyvat.json" />
<None Include="res\map_undeground_mines.json" /> <None Include="res\map_undeground_mines.json" />
<None Include="res\map_golden_apple_archipelago.json" />
<None Include="res\signatures.json" /> <None Include="res\signatures.json" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
@ -278,6 +279,7 @@
<Image Include="res\iconsHD\Dendrobium.png" /> <Image Include="res\iconsHD\Dendrobium.png" />
<Image Include="res\iconsHD\DivdaRay.png" /> <Image Include="res\iconsHD\DivdaRay.png" />
<Image Include="res\iconsHD\Domain.png" /> <Image Include="res\iconsHD\Domain.png" />
<Image Include="res\iconsHD\EchoingConch.png" />
<Image Include="res\iconsHD\EightStoneTablets.png" /> <Image Include="res\iconsHD\EightStoneTablets.png" />
<Image Include="res\iconsHD\ElectricConduction.png" /> <Image Include="res\iconsHD\ElectricConduction.png" />
<Image Include="res\iconsHD\ElectroCrystal.png" /> <Image Include="res\iconsHD\ElectroCrystal.png" />
@ -333,6 +335,7 @@
<Image Include="res\iconsHD\Horsetail.png" /> <Image Include="res\iconsHD\Horsetail.png" />
<Image Include="res\iconsHD\HydroHypostasis.png" /> <Image Include="res\iconsHD\HydroHypostasis.png" />
<Image Include="res\iconsHD\Illusion.png" /> <Image Include="res\iconsHD\Illusion.png" />
<Image Include="res\iconsHD\ImagingConch.png" />
<Image Include="res\iconsHD\InazumaShrineofDepths.png" /> <Image Include="res\iconsHD\InazumaShrineofDepths.png" />
<Image Include="res\iconsHD\IronChunk.png" /> <Image Include="res\iconsHD\IronChunk.png" />
<Image Include="res\iconsHD\JadeChamber.png" /> <Image Include="res\iconsHD\JadeChamber.png" />
@ -561,6 +564,7 @@
<Image Include="res\icons\Dendrobium.png" /> <Image Include="res\icons\Dendrobium.png" />
<Image Include="res\icons\DivdaRay.png" /> <Image Include="res\icons\DivdaRay.png" />
<Image Include="res\icons\Domain.png" /> <Image Include="res\icons\Domain.png" />
<Image Include="res\icons\EchoingConch.png" />
<Image Include="res\icons\EightStoneTablets.png" /> <Image Include="res\icons\EightStoneTablets.png" />
<Image Include="res\icons\ElectricConduction.png" /> <Image Include="res\icons\ElectricConduction.png" />
<Image Include="res\icons\ElectroCrystal.png" /> <Image Include="res\icons\ElectroCrystal.png" />
@ -616,6 +620,7 @@
<Image Include="res\icons\Horsetail.png" /> <Image Include="res\icons\Horsetail.png" />
<Image Include="res\icons\HydroHypostasis.png" /> <Image Include="res\icons\HydroHypostasis.png" />
<Image Include="res\icons\Illusion.png" /> <Image Include="res\icons\Illusion.png" />
<Image Include="res\icons\ImagingConch.png" />
<Image Include="res\icons\InazumaShrineofDepths.png" /> <Image Include="res\icons\InazumaShrineofDepths.png" />
<Image Include="res\icons\IronChunk.png" /> <Image Include="res\icons\IronChunk.png" />
<Image Include="res\icons\JadeChamber.png" /> <Image Include="res\icons\JadeChamber.png" />

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

File diff suppressed because it is too large Load Diff

View File

@ -62,6 +62,8 @@ MAPTEYVATDATA RCDATA "map_teyvat.json"
MAPUNDEGROUNDMINESDATA RCDATA "map_undeground_mines.json" MAPUNDEGROUNDMINESDATA RCDATA "map_undeground_mines.json"
MAPGOLDENAPPLEARCHIPELAGODATA RCDATA "map_golden_apple_archipelago.json"
AssemblyChecksums RCDATA "assembly_checksum.json" AssemblyChecksums RCDATA "assembly_checksum.json"
@ -206,6 +208,8 @@ HDDIVDARAY PNG "iconsHD\\DivdaRay.png"
HDDOMAIN PNG "iconsHD\\Domain.png" HDDOMAIN PNG "iconsHD\\Domain.png"
HDECHOINGCONCH PNG "iconsHD\\EchoingConch.png"
HDEIGHTSTONETABLETS PNG "iconsHD\\EightStoneTablets.png" HDEIGHTSTONETABLETS PNG "iconsHD\\EightStoneTablets.png"
HDELECTRICCONDUCTION PNG "iconsHD\\ElectricConduction.png" HDELECTRICCONDUCTION PNG "iconsHD\\ElectricConduction.png"
@ -316,6 +320,8 @@ HDHYDROHYPOSTASIS PNG "iconsHD\\HydroHypostasis.png"
HDILLUSION PNG "iconsHD\\Illusion.png" HDILLUSION PNG "iconsHD\\Illusion.png"
HDIMAGINGCONCH PNG "iconsHD\\ImagingConch.png"
HDINAZUMASHRINEOFDEPTHS PNG "iconsHD\\InazumaShrineofDepths.png" HDINAZUMASHRINEOFDEPTHS PNG "iconsHD\\InazumaShrineofDepths.png"
HDIRONCHUNK PNG "iconsHD\\IronChunk.png" HDIRONCHUNK PNG "iconsHD\\IronChunk.png"
@ -776,6 +782,8 @@ DIVDARAY PNG "icons\\DivdaRay.png"
DOMAIN PNG "icons\\Domain.png" DOMAIN PNG "icons\\Domain.png"
ECHOINGCONCH PNG "icons\\EchoingConch.png"
EIGHTSTONETABLETS PNG "icons\\EightStoneTablets.png" EIGHTSTONETABLETS PNG "icons\\EightStoneTablets.png"
ELECTRICCONDUCTION PNG "icons\\ElectricConduction.png" ELECTRICCONDUCTION PNG "icons\\ElectricConduction.png"
@ -886,6 +894,8 @@ HYDROHYPOSTASIS PNG "icons\\HydroHypostasis.png"
ILLUSION PNG "icons\\Illusion.png" ILLUSION PNG "icons\\Illusion.png"
IMAGINGCONCH PNG "icons\\ImagingConch.png"
INAZUMASHRINEOFDEPTHS PNG "icons\\InazumaShrineofDepths.png" INAZUMASHRINEOFDEPTHS PNG "icons\\InazumaShrineofDepths.png"
IRONCHUNK PNG "icons\\IronChunk.png" IRONCHUNK PNG "icons\\IronChunk.png"

View File

@ -1212,6 +1212,7 @@ namespace cheat::feature
LoadSceneData(nlohmann::json::parse(ResourceLoader::Load("MapTeyvatData", RT_RCDATA)), 3); LoadSceneData(nlohmann::json::parse(ResourceLoader::Load("MapTeyvatData", RT_RCDATA)), 3);
LoadSceneData(nlohmann::json::parse(ResourceLoader::Load("MapEnkanomiyaData", RT_RCDATA)), 5); LoadSceneData(nlohmann::json::parse(ResourceLoader::Load("MapEnkanomiyaData", RT_RCDATA)), 5);
LoadSceneData(nlohmann::json::parse(ResourceLoader::Load("MapUndegroundMinesData", RT_RCDATA)), 6); LoadSceneData(nlohmann::json::parse(ResourceLoader::Load("MapUndegroundMinesData", RT_RCDATA)), 6);
LoadSceneData(nlohmann::json::parse(ResourceLoader::Load("MapGoldenAppleArchipelagoData", RT_RCDATA)), 9);
LOG_INFO("Interactive map data loaded successfully."); LOG_INFO("Interactive map data loaded successfully.");
} }
@ -1280,6 +1281,10 @@ namespace cheat::feature
APPLY_SCENE_OFFSETS(6, APPLY_SCENE_OFFSETS(6,
"Medaka", -649.27f, 776.9f, "Medaka", -649.27f, 776.9f,
"SweetFlowerMedaka", -720.16f, 513.55f); "SweetFlowerMedaka", -720.16f, 513.55f);
APPLY_SCENE_OFFSETS(9,
"PaleRedCrab", -396.38f, -253.75f,
"GoldenCrab", 145.89f, 215.34f);
#undef APPLY_SCENE_OFFSETS #undef APPLY_SCENE_OFFSETS
} }