From 16ef94e2cfcaa3749a1f2b270aa17d913a07edb5 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Wed, 22 Jan 2020 18:36:13 +0100 Subject: [PATCH] update readme to reflect recent changes --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 85062018..5ca3507d 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,8 @@ Project * Update modules if they are too old, preventing a crash when trying to connect among potential other issues * Autoinstall missing modules * Allow newer versions of modules than specified, as they will *usually* not break compatibility - + * Support for V31 extendedmsu + 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. @@ -34,6 +35,7 @@ Mystery.py * Defaults to generating a non-race ROM (Bonta's only makes race ROMs at this time) 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) \ No newline at end of file