Files
modorganizer2-linux-installer/docs/usage/custom-games.md
furglitch bb42d76ba8 chore: swap filenames
commas over underscores
2026-03-23 23:17:53 -05:00

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.