diff --git a/worlds/AM2R/__init__.py b/worlds/AM2R/__init__.py index 84ea8195f500..6657328b7bad 100644 --- a/worlds/AM2R/__init__.py +++ b/worlds/AM2R/__init__.py @@ -9,17 +9,14 @@ class AM2RWeb(WebWorld): theme = "partyTime" - tutorials = [ - Tutorial( - tutorial_name="Multiworld Setup Tutorial", - description="A guide to setting up the Archipelago AM2R software on your computer. This guide covers " - "single-player, multiworld, and related software.", - language="English", - file_name="AM2R_en.md", - link="AM2R/en", - authors=["Zed"] + setup = Tutorial( + "Multiworld Setup Tutorial", + "A guide to setting up the Archipelago AM2R software on your computer. This guide covers single-player, multiworld, and related software.", + "English", + "setup_en.md", + "setup/en", + ["Zed"] ) - ] class AM2RWorld(World): @@ -30,6 +27,7 @@ class AM2RWorld(World): """ game = "AM2R" option_definitions = options.AM2R_options + web = AM2RWeb() item_name_to_id = items.item_name_to_id location_name_to_id = {location.name: location.code for location in get_location_datas(None, None)} diff --git a/worlds/AM2R/docs/README.md b/worlds/AM2R/docs/README.md index be2c25689aca..324591f2eb75 100644 --- a/worlds/AM2R/docs/README.md +++ b/worlds/AM2R/docs/README.md @@ -1,3 +1,19 @@ -# AM2R -## Bug reporting -If you are playing this mod and are encountering bugs **DO NOT** report them to the Archipelago server this is not offical support from them and they may or may not know what to do instead you can report them to the dedicated mod thread on the [AM2R Server](https://discord.gg/YTQnkAJ). +# AM2R Multiworld Beta (Text Adventure) +## How to use +There currently is no client to use this with + + +Download and install the latest version of [Archipelago](https://github.com/ArchipelagoMW/Archipelago/releases) the `AM2R.apworld` from below. +Once you have installed Archipelago you can take the `AM2R.apworld` and put it inside the `/lib/worlds` portion of your Archipelago install. +From there to get a generic `AM2R.yaml` open the Archipelago Launcher and click the **Generate Template settings** which will add it to the template yaml folder in `/Players/Templates` +### Things are subject to change at developer discretion +### Seeds should be beatable but its possible there are still logical errors +## Bug Reporting +If you are playing this mod and are encountering bugs **DO NOT** report them to the Archipelago server this is not offical support from them, and they may or may not know what to do instead you can report them to the dedicated mod thread on the [AM2R Server](https://discord.gg/YTQnkAJ) or on the [Modding Server](https://discord.gg/Fdq3MSXEDb) and you can always open an issue on the github. + + +## Randomizer Information +### What is randomized? +All items both majors and minors are randomized together in one pool with the option to add in the metroids as checks as well. +### What is the goal? +The goal of this AM2R randomizer implementation is to collect kill or collect the self specified number of metroids to reach the deep caves and then a few more to get into the lab and fight the queen metroid.