Skip to content

Commit 89e8ab6

Browse files
authored
CCBot mod: mw-rando (#492)
* CCBot stable: ccbot/0 * CCBot: Fill 'mw-rando' info
1 parent 9b40432 commit 89e8ab6

4 files changed

Lines changed: 20 additions & 8 deletions

File tree

input-locations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
{ "url": "https://github.com/CookieSalesman/CrossCode-HADOUKEN-v1.0/archive/refs/tags/v1.1.0.zip" },
4242
{ "url": "https://github.com/ZeikJT/CrossCodeCheats/archive/refs/tags/1.4.2.zip", "source": "" },
4343
{ "url": "https://github.com/XenonA7/clean-title-screen/archive/refs/tags/1.0.1.zip" },
44-
{ "url": "https://github.com/CodeTriangle/CCMultiworldRandomizer/releases/download/0.7.7/CCMultiworldRandomizer-0.7.7.ccmod", "source": "" },
44+
{ "url": "https://github.com/CodeTriangle/CCMultiworldRandomizer/releases/download/0.7.8/CCMultiworldRandomizer-0.7.8.ccmod", "source": "" },
4545
{ "url": "https://github.com/canbora/cc-named-saves/releases/download/v1.0.1/cc-named-saves.ccmod" },
4646
{ "url": "https://github.com/CCDirectLink/CCModManager/releases/download/v1.1.3/ccmodmanager-1.1.3.ccmod", "source": "" },
4747
{ "url": "https://github.com/buanjautista/cc-open-world/releases/download/0.4.3/cc-open-world-v0.4.3.ccmod", "source": "" },

input-locations.old.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
{ "url": "https://github.com/CookieSalesman/CrossCode-HADOUKEN-v1.0/archive/refs/tags/v1.1.0.zip" },
4242
{ "url": "https://github.com/ZeikJT/CrossCodeCheats/archive/refs/tags/1.4.2.zip", "source": "" },
4343
{ "url": "https://github.com/XenonA7/clean-title-screen/archive/refs/tags/1.0.1.zip" },
44-
{ "url": "https://github.com/CodeTriangle/CCMultiworldRandomizer/releases/download/0.7.7/CCMultiworldRandomizer-0.7.7.ccmod", "source": "" },
44+
{ "url": "https://github.com/CodeTriangle/CCMultiworldRandomizer/releases/download/0.7.8/CCMultiworldRandomizer-0.7.8.ccmod", "source": "" },
4545
{ "url": "https://github.com/canbora/cc-named-saves/releases/download/v1.0.1/cc-named-saves.ccmod" },
4646
{ "url": "https://github.com/CCDirectLink/CCModManager/releases/download/v1.1.3/ccmodmanager-1.1.3.ccmod", "source": "" },
4747
{ "url": "https://github.com/buanjautista/cc-open-world/releases/download/0.4.3/cc-open-world-v0.4.3.ccmod", "source": "" },

npDatabase.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5520,7 +5520,7 @@
55205520
"mw-rando": {
55215521
"metadataCCMod": {
55225522
"id": "mw-rando",
5523-
"version": "0.7.7",
5523+
"version": "0.7.8",
55245524
"title": "Multiworld randomizer",
55255525
"description": "Client for CrossCode Archipelago Integration",
55265526
"repository": "https://github.com/CodeTriangle/CCMultiworldRandomizer",
@@ -5543,16 +5543,22 @@
55435543
"installation": [
55445544
{
55455545
"type": "zip",
5546-
"url": "https://github.com/CodeTriangle/CCMultiworldRandomizer/releases/download/0.7.7/CCMultiworldRandomizer-0.7.7.ccmod",
5546+
"url": "https://github.com/CodeTriangle/CCMultiworldRandomizer/releases/download/0.7.8/CCMultiworldRandomizer-0.7.8.ccmod",
55475547
"source": "",
55485548
"hash": {
5549-
"sha256": "180ac72eb947dd7e5336c041963d3f96fb34eedf4c6c17ffe1c6b08219b86d78"
5549+
"sha256": "4a2690768e02b0bc47ed701d2290922e88ec2bad6a5c4b167c63b85b29f90b29"
55505550
}
55515551
}
55525552
],
55535553
"stars": 12,
55545554
"lastUpdateTimestamp": 1769928869000,
55555555
"releasePages": [
5556+
{
5557+
"body": "## Changes to Generation\r\n\r\n* Modified the pre-fill process to reduce the incidence of generation errors when `element_shuffle`, `,small_key_shuffle`, and `master_key_shuffle` are set to options other than `any_world` (@Mysteryem).\r\n* Stabilized the order in which items and locations are added to the world, eliminating remaining situations where generation is nondeterministic (@Mysteryem}.\r\n* Update several other aspects of generation to ensure future stability.",
5558+
"version": "0.7.8",
5559+
"timestamp": 1771812187000,
5560+
"url": "https://github.com/CodeTriangle/CCMultiworldRandomizer/releases/tag/0.7.8"
5561+
},
55565562
{
55575563
"body": "## Fixes to Logic\r\n\r\n* Regions of certain chests in Gaia's Garden when Closed Gaia is enabled have been changed back to their behavior before 0.8.0-pre.2. (@FuyumiSogeki)\r\n* **Mushroom Kingdom** now requires access to the **Infested Region** of Gaia's Garden. (@CodeTriangle)\r\n\r\n## Fixes to Mod\r\n\r\n* The info screen will no longer report the goal as \"UNKNOWN LABEL\" when running a world generated on APWorlds version 0.7.x or below. (@CodeTriangle)\r\n\r\n## Changes to APWorld\r\n\r\n* Fixed an issue preventing unit tests from running correctly.\r\n * This should mean that third-party sites who pulled support for CrossCode due to failing tests should be able to reintegrate CrossCode support. (@CodeTriangle)\r\n* Fixed an issue where the downloadable `.apworld` file would not be compressed. (@CodeTriangle)",
55585564
"version": "0.8.0-pre.3",

npDatabase.min.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5520,7 +5520,7 @@
55205520
"mw-rando": {
55215521
"metadataCCMod": {
55225522
"id": "mw-rando",
5523-
"version": "0.7.7",
5523+
"version": "0.7.8",
55245524
"title": "Multiworld randomizer",
55255525
"description": "Client for CrossCode Archipelago Integration",
55265526
"repository": "https://github.com/CodeTriangle/CCMultiworldRandomizer",
@@ -5543,16 +5543,22 @@
55435543
"installation": [
55445544
{
55455545
"type": "zip",
5546-
"url": "https://github.com/CodeTriangle/CCMultiworldRandomizer/releases/download/0.7.7/CCMultiworldRandomizer-0.7.7.ccmod",
5546+
"url": "https://github.com/CodeTriangle/CCMultiworldRandomizer/releases/download/0.7.8/CCMultiworldRandomizer-0.7.8.ccmod",
55475547
"source": "",
55485548
"hash": {
5549-
"sha256": "180ac72eb947dd7e5336c041963d3f96fb34eedf4c6c17ffe1c6b08219b86d78"
5549+
"sha256": "4a2690768e02b0bc47ed701d2290922e88ec2bad6a5c4b167c63b85b29f90b29"
55505550
}
55515551
}
55525552
],
55535553
"stars": 12,
55545554
"lastUpdateTimestamp": 1769928869000,
55555555
"releasePages": [
5556+
{
5557+
"body": "## Changes to Generation\r\n\r\n* Modified the pre-fill process to reduce the incidence of generation errors when `element_shuffle`, `,small_key_shuffle`, and `master_key_shuffle` are set to options other than `any_world` (@Mysteryem).\r\n* Stabilized the order in which items and locations are added to the world, eliminating remaining situations where generation is nondeterministic (@Mysteryem}.\r\n* Update several other aspects of generation to ensure future stability.",
5558+
"version": "0.7.8",
5559+
"timestamp": 1771812187000,
5560+
"url": "https://github.com/CodeTriangle/CCMultiworldRandomizer/releases/tag/0.7.8"
5561+
},
55565562
{
55575563
"body": "## Fixes to Logic\r\n\r\n* Regions of certain chests in Gaia's Garden when Closed Gaia is enabled have been changed back to their behavior before 0.8.0-pre.2. (@FuyumiSogeki)\r\n* **Mushroom Kingdom** now requires access to the **Infested Region** of Gaia's Garden. (@CodeTriangle)\r\n\r\n## Fixes to Mod\r\n\r\n* The info screen will no longer report the goal as \"UNKNOWN LABEL\" when running a world generated on APWorlds version 0.7.x or below. (@CodeTriangle)\r\n\r\n## Changes to APWorld\r\n\r\n* Fixed an issue preventing unit tests from running correctly.\r\n * This should mean that third-party sites who pulled support for CrossCode due to failing tests should be able to reintegrate CrossCode support. (@CodeTriangle)\r\n* Fixed an issue where the downloadable `.apworld` file would not be compressed. (@CodeTriangle)",
55585564
"version": "0.8.0-pre.3",

0 commit comments

Comments
 (0)