From fe2ebe988314d458fc2a736af02a5175d1d1415a Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Sun, 19 Jan 2020 19:35:23 +0100 Subject: [PATCH] Mention Python compat --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 25fb755c..9ddbf5d2 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,12 @@ This is a drop-in replacement with everything from Bonta's Multiworld included. Additions/Changes ----------------- +Project + * Compatible with Python 3.7 and 3.8. Potentially future versions as well. + * 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 + 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. @@ -29,8 +35,5 @@ Mystery.py 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 it is -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 + \ No newline at end of file