mirror of
https://github.com/Furglitch/modorganizer2-linux-installer.git
synced 2026-04-18 14:18:23 -04:00
932 B
932 B
title, layout, nav_order, parent
| title | layout | nav_order | parent |
|---|---|---|---|
| Adding Custom Games | default | 3 | Usage |
Adding Custom Games
Note: Adding custom games is not supported, as there are too many variables to account for. There is no guarantee that the installation or game will work properly. This guide is intended for advanced users who are comfortable with troubleshooting potential issues that may arise. Use at your own risk.
The install command supports adding custom games via the --custom-game (-c) flag. This flag takes a path to a YAML file that defines the custom games.
For example, to load a custom game definition file located at ~/my_custom_games.yaml, you would run:
mo2-lint install -c ~/my_custom_games.yaml
More information on the structure of the custom game definition file can be found in the Configuration Files section of the contributing guide.