From 4bd4a2c541bdd72a759a92a6320ee999824970e6 Mon Sep 17 00:00:00 2001 From: Doug Hoskisson Date: Thu, 16 May 2024 16:26:43 -0700 Subject: [PATCH] Docs: remove obsolete yaml generation info (#3304) * Docs: remove obsolete yaml generation info This line was added when we didn't have the "Generate Template Options" button in the launcher. * add information about `Launcher.py` --- docs/running from source.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/running from source.md b/docs/running from source.md index b7367308..34083a60 100644 --- a/docs/running from source.md +++ b/docs/running from source.md @@ -17,13 +17,14 @@ Then run any of the starting point scripts, like Generate.py, and the included M required modules and after pressing enter proceed to install everything automatically. After this, you should be able to run the programs. + * `Launcher.py` gives access to many components, including clients registered in `worlds/LauncherComponents.py`. + * The Launcher button "Generate Template Options" will generate default yamls for all worlds. * With yaml(s) in the `Players` folder, `Generate.py` will generate the multiworld archive. * `MultiServer.py`, with the filename of the generated archive as a command line parameter, will host the multiworld locally. * `--log_network` is a command line parameter useful for debugging. * `WebHost.py` will host the website on your computer. * You can copy `docs/webhost configuration sample.yaml` to `config.yaml` to change WebHost options (like the web hosting port number). - * As a side effect, `WebHost.py` creates the template yamls for all the games in `WebHostLib/static/generated`. ## Windows