From 6cd50ad62bdbbd2f94529701ae0e8654fd63f927 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Mon, 16 Mar 2020 02:12:40 +0100 Subject: [PATCH] improve README.md some more --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 61471ee9..c6f4cfd8 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Project MultiMystery.py * Allows you to generate a Multiworld with individual player mystery weights. Since weights can also be set to 100%, this also allows for individual settings for each player in a regular multiworld. -Basis is a .yaml file that sets these weights. You can find an easy.yaml in this project folder to get started. +Basis is a .yaml file that sets these weights. You can find an [easy.yaml](https://github.com/Berserker66/MultiWorld-Utilities/blob/master/easy.yaml) in this project folder to get started. * Additional instructions are at the start of the file. Open with a text editor. * Configuration options in the host.yaml file. @@ -48,8 +48,9 @@ If a race ROM is desired, pass --create-race as argument to it * When an error is generated due to a broken .yaml file, it now mentions in the error trace which file, line and character is the culprit * Option for progressive items, allowing you to turn them off (see easy.yaml for more info) * Rom-Option for extendedmsu (see easy.yaml for more info) - * Option for "clock_mode" - * Supports new Meta-Mystery mode. Read meta.yaml for details. + * Option for "timer" + * Supports new Meta-Mystery mode. Read [meta.yaml](https://github.com/Berserker66/MultiWorld-Utilities/blob/master/meta.yaml) for details. + * Added `dungeonssimple` and `dungeonsfull` ER modes MultiClient.py * Awaits a Qusb2snes connection when started, latching on when available