Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
and some webhost stuff
  • Loading branch information
Ehseezed committed Oct 27, 2023
1 parent 8e70324 commit fd70044
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 13 deletions.
18 changes: 8 additions & 10 deletions worlds/AM2R/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand All @@ -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)}
Expand Down
22 changes: 19 additions & 3 deletions worlds/AM2R/docs/README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit fd70044

Please sign in to comment.