diff --git a/WebHostLib/static/assets/weightedSettings.js b/WebHostLib/static/assets/weightedSettings.js index 8dced389..7f6afcd2 100644 --- a/WebHostLib/static/assets/weightedSettings.js +++ b/WebHostLib/static/assets/weightedSettings.js @@ -35,6 +35,8 @@ window.addEventListener('load', () => {
+ This page allows you to generate a game by uploading a yaml file or a zip file containing yaml files. + If you do not have a config (yaml) file yet, you may create one on the + Player Settings page. If you would like more advanced options, + the Weighted Settings page might be what you're looking for. +
- This page accepts a yaml file containing generator options. - You can find a documented example - here. - This file can be saved as .yaml, edited to your liking and then supplied to the generator. - You can also upload a .zip with multiple YAMLs. - A proper menu is in the works. {% if race -%} - Race Mode means the spoiler log will be unavailable, roms will be encrypted and single-player has no multidata. + This game will be generated in race mode, meaning the spoiler log will be unavailable, + roms will be encrypted, and single-player games will have no multidata files. {%- else -%} - You can go to race mode to create a game without - spoiler log and with encryption. + If you would like to generate a race game, + click here. Race games are generated without + a spoiler log, the ROMs are encrypted, and single-player games will not include a multidata file. {%- endif -%}
After generation is complete, you will have the option to download a patch file. - This patch file can be opened with the client to create a rom file. - In-Browser patching will come. + This patch file can be opened with the + client, which can be + used to to create a rom file. In-browser patching is planned for the future.
Choose the options you would like to play with! You may generate a single-player game from this page, or download a settings file you can use to participate in a MultiWorld. If you would like to make your settings extra random, check out the weighted settings diff --git a/WebHostLib/templates/weightedSettings.html b/WebHostLib/templates/weightedSettings.html index 2bde5dd5..3bbf0c9f 100644 --- a/WebHostLib/templates/weightedSettings.html +++ b/WebHostLib/templates/weightedSettings.html @@ -3,6 +3,7 @@ {% block head %}