Skip to content

Commit

Permalink
v1.2 update: logic, tracker overhaul, options, scoutable logic
Browse files Browse the repository at this point in the history
  • Loading branch information
ladybunne committed Dec 10, 2024
1 parent a1c80d8 commit 60aea74
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Metroid: Zero Mission - Archipelago",
"game_name": "Metroid: Zero Mission",
"package_version": "1.1",
"package_version": "1.2",
"package_uid": "MetroidZeroMission-Archipelago",
"platform": "Windows",
"author": "Ladybunne",
Expand Down
13 changes: 13 additions & 0 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
{
"versions": [
{
"package_version": "1.2",
"download_url": "https://github.com/ladybunne/MetroidZeroMission_PopTrackerPack/releases/download/v1.2/MetroidZeroMission_PopTrackerPack.zip",
"sha256": "ed58887edbbe28fd40e7041a214aa4b05ed4e8b6b9ca47dff9ef1cd564117d92",
"changelog": [
"Added up-to-date logic as of v0.2.2 of the apworld.",
"Added images for each option.",
"Added scoutability logic to some locations (all areas except Chozodia).",
"Added minor out-of-logic indicators to show post-Kraid and post-Ridley locations are accessible if they can be beaten out of logic.",
"Added two new layouts: items on left and items only.",
"General design and polish pass of all layouts."
]
},
{
"package_version": "1.1",
"download_url": "https://github.com/ladybunne/MetroidZeroMission_PopTrackerPack/releases/download/v1.1/MetroidZeroMission_PopTrackerPack.zip",
Expand Down
2 changes: 1 addition & 1 deletion zip-pack.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
del MetroidZeroMission_PopTrackerPack.zip
del output\* -Recurse

$files = "images\", "items\", "layouts\", "locations\", "maps\", "scripts\", "manifest.json", "settings.json"
$files = "images\", "items\", "layouts\", "locations\", "maps\", "scripts\", "variant_items_on_left\", "variant_items_only\", "manifest.json", "settings.json"
foreach($file in $files) {
Copy-Item $file -Destination output\ -Recurse
}
Expand Down

0 comments on commit 60aea74

Please sign in to comment.