A way to override which modules are enabled as a launch arguments. #4295
Closed
DanielWillett
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Try this: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This will allow us to make desktop shortcuts to launch with specific modules instead of having to modify the configs for each one every time. It also allows you to run multiple servers with different modules off the same installation.
Example:
.\Unturned.exe -EnableModules "Module1;Module2;Module3" -DisableModules "Module4;Module5"
or maybe just only enable the listed modules if the launch argument is present and don't load any others.
.\Unturned.exe -Modules "Module1;Module2;Module3"
Beta Was this translation helpful? Give feedback.
All reactions