diff --git a/ootrando_overworldmap_hamsda.zip b/ootrando_overworldmap_hamsda.zip index 10b4d88d..89c6a439 100644 Binary files a/ootrando_overworldmap_hamsda.zip and b/ootrando_overworldmap_hamsda.zip differ diff --git a/ootrando_overworldmap_hamsda/changelog.md b/ootrando_overworldmap_hamsda/changelog.md index f7fd51a5..ddf53f0d 100644 --- a/ootrando_overworldmap_hamsda/changelog.md +++ b/ootrando_overworldmap_hamsda/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 3.0.1.0 + +- fixed missing connection between GV Stream and LH +- changed spawns and warps to show on both ER maps + ## 3.0.0.0 - reworked the Entrance Randomizer variants entirely: diff --git a/ootrando_overworldmap_hamsda/locations/overworld_entrance.json b/ootrando_overworldmap_hamsda/locations/overworld_entrance.json index ed1c08d7..d9b40b3b 100644 --- a/ootrando_overworldmap_hamsda/locations/overworld_entrance.json +++ b/ootrando_overworldmap_hamsda/locations/overworld_entrance.json @@ -24,6 +24,11 @@ } ], "map_locations": [ + { + "map": "entrances", + "x": 175, + "y": 1421 + }, { "map": "connectors", "x": 175, @@ -47,6 +52,11 @@ } ], "map_locations": [ + { + "map": "entrances", + "x": 244, + "y": 1421 + }, { "map": "connectors", "x": 244, @@ -69,6 +79,11 @@ } ], "map_locations": [ + { + "map": "entrances", + "x": 37, + "y": 1497 + }, { "map": "connectors", "x": 37, @@ -91,6 +106,11 @@ } ], "map_locations": [ + { + "map": "entrances", + "x": 106, + "y": 1497 + }, { "map": "connectors", "x": 106, @@ -113,6 +133,11 @@ } ], "map_locations": [ + { + "map": "entrances", + "x": 175, + "y": 1497 + }, { "map": "connectors", "x": 175, @@ -135,6 +160,11 @@ } ], "map_locations": [ + { + "map": "entrances", + "x": 244, + "y": 1497 + }, { "map": "connectors", "x": 244, @@ -157,6 +187,11 @@ } ], "map_locations": [ + { + "map": "entrances", + "x": 313, + "y": 1497 + }, { "map": "connectors", "x": 313, @@ -179,6 +214,11 @@ } ], "map_locations": [ + { + "map": "entrances", + "x": 382, + "y": 1497 + }, { "map": "connectors", "x": 382, diff --git a/ootrando_overworldmap_hamsda/manifest.json b/ootrando_overworldmap_hamsda/manifest.json index e9cc430f..bf2e7964 100644 --- a/ootrando_overworldmap_hamsda/manifest.json +++ b/ootrando_overworldmap_hamsda/manifest.json @@ -1,7 +1,7 @@ { "name": "OoT Randomizer - Map and Item Tracker", "game_name": "Ocarina of Time Randomizer", - "package_version": "3.0.0.0", + "package_version": "3.0.1.0", "package_uid": "ootrando_overworldmap_hamsda", "author": "Hamsda", "variants": { diff --git a/ootrando_overworldmap_hamsda/maps/maps_entrance.json b/ootrando_overworldmap_hamsda/maps/maps_entrance.json index 69e76ab6..43eb3036 100644 --- a/ootrando_overworldmap_hamsda/maps/maps_entrance.json +++ b/ootrando_overworldmap_hamsda/maps/maps_entrance.json @@ -3,7 +3,7 @@ "name": "entrances", "location_size": 35, "location_border_thickness": 5, - "img": "images/overworld_map.png" + "img": "images/overworld_entrance.png" }, { "name": "connectors", diff --git a/ootrando_overworldmap_hamsda/scripts/regions.lua b/ootrando_overworldmap_hamsda/scripts/regions.lua index 6eebd156..6ad90d3c 100644 --- a/ootrando_overworldmap_hamsda/scripts/regions.lua +++ b/ootrando_overworldmap_hamsda/scripts/regions.lua @@ -1097,7 +1097,16 @@ target_functions_per_regions = { end }, }, - ["GV Stream"] = {}, + ["GV Stream"] = { + ["Lake Hylia"] = { + function() + return AccessibilityLevel.Normal + end, + function() + return AccessibilityLevel.Normal + end + }, + }, ["GV Crate Ledge"] = {}, ["GV Fortress Side"] = { ["GV Stream"] = { diff --git a/repository.json b/repository.json index 41d25371..10cd9ea2 100644 --- a/repository.json +++ b/repository.json @@ -10,7 +10,7 @@ "pins", "chathud" ], - "version": "3.0.0.0", + "version": "3.0.1.0", "uid": "ootrando_overworldmap_hamsda", "link": "https://hamsda.github.io/EmoTrackerPacks/ootrando_overworldmap_hamsda.zip", "documentation_url": "https://github.com/Hamsda/EmoTrackerPacks/blob/master/ootrando_overworldmap_hamsda/README.md",