Closed HAHOOS closed 2 months ago
This needs to be rebased to the alpha-development branch. Otherwise everything looks good and can be merged in.
This needs to be rebased to the alpha-development branch. Otherwise everything looks good and can be merged in.
Done
Adds a new Dictionary variable in
MelonLaunchOptions.cs
calledExternalArguments
which contains a list of names & values (if found) of command line arguments that are not used by MelonLoader. This can be useful for mods and/or plugins to have the option to use command line arguments. I have tested the changes and it doesn't seem to have any issues. It's not something that will be often used by developers, but I think it would be a great little addition.