Launch Arguments
For recent versions (v2.3.2 or newer)
Older versions (v2.3.1 or less)
// Global Custom launch arguments for the game(s)
public static string GlobalCustomLaunchArguments = ""; // e.g. "-novid -fullscreen", "-user legend -password 1234"launchArgs += LauncherConfig.GlobalCustomLaunchArguments;
Last updated