update readme to reflect recent changes
This commit is contained in:
parent
18f15d80f9
commit
16ef94e2cf
|
@ -12,6 +12,7 @@ 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.
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue