LavaGang / MelonLoader

The World's First Universal Mod Loader for Unity Games compatible with both Il2Cpp and Mono
https://discord.gg/2Wn3N2P
Apache License 2.0
2.38k stars 472 forks source link

[Bug]: [ChilloutVR] --no-mods flag ignored if it's not the first flag #483

Open shininghero opened 1 year ago

shininghero commented 1 year ago

All of the following criteria must be met

All of the following are optional to answer

Describe the issue.

It seems if the --no-mods flag is not the first flag, it gets ignored, causing mods to be used anyways.

Steps to reproduce:

Launched like this, it will run with mods disabled. Now:

CVR will be running with mods, despite --no-mods being in the command line.

To demonstrate that the issue is launch option ordering:

CVR should now be running in VR mode, and with mods disabled.

Did you attach your log file?