How to use launch options
Launcher options
Introduction
Since a new launcher (with UI) is in development. In the course of work, we realized that basic customization of the launcher is necessary and decided to implement this using launch options
Using options
For simplified use of options, create a .batch
file
Create a .batch script
Create a text file

Open a text file
Press FILE then SAVE AS or use the hotkeys
CTRL+SHIFT+S

From the Save as type selection menu, select: All files

Add
.bat
type to the end of the file name

Save it
Initialize .batch script
Write PATH/TITLE of the Launcher
MAKE SURE THE LAUNCHER NAME/PATH IS THE SAME AS THE NAME IN THE .BATCH FILE, OTHERWISE IT WONT WORK
Set launch options
Setting parameters is as follows
-<PARAMETER NAME> <PARAMETER VALUE>
Example:
LAUNCHER.exe -spoofer true -delay 20000 -seed 12312313
Last updated