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`
This commit is contained in:
parent
705cb2e816
commit
4bd4a2c541
|
@ -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.
|
required modules and after pressing enter proceed to install everything automatically.
|
||||||
After this, you should be able to run the programs.
|
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.
|
* 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.
|
* `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.
|
* `--log_network` is a command line parameter useful for debugging.
|
||||||
* `WebHost.py` will host the website on your computer.
|
* `WebHost.py` will host the website on your computer.
|
||||||
* You can copy `docs/webhost configuration sample.yaml` to `config.yaml`
|
* You can copy `docs/webhost configuration sample.yaml` to `config.yaml`
|
||||||
to change WebHost options (like the web hosting port number).
|
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
|
## Windows
|
||||||
|
|
Loading…
Reference in New Issue