Launch Arguments
Last updated
Last updated
In Visual Studio, GameLauncher Project.
Locate and open Models/Patcher/LauncherConfig.cs
Set your parameters in the variable GlobalCustomLaunchArguments
That's all.
On older GameLauncher Editions, please add this line to the Models/Patcher/LauncherConfig.cs
Then, in Models/Patcher/PatcherFunctions.cs, locate PlayButtonClicked() function and add this line after string launchArgs declaration