Add Command Line Parameter to Override Mods #499
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "cli-mods"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Added the -m/--mod flag for both headless and normal Ryujinx. It takes in a list of mods (Format: "Mod1","Mod2","Mod3") and starts the game ONLY with those mods.
Now we can for example create shortcuts in Windows that start a game with specific mods, also useful for launchers like Playnite.
If you start a game via shortcut with this, exit, then start a new one, your mods will be forcibly disabled.
The override mods list must be cleared on game exit if this is to be merged.
And also merge conflicts
Pull request closed