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

1

Create a text file

create text file
2

Open the text file

3

Save the text file (File → Save As or CTRL+SHIFT+S)

save as
4

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

save as type
5

Add .bat to the end of the file name

set file name
6

Save it

Initialize .batch script

Write PATH/TITLE of the Launcher

circle-exclamation

Set launch options

Setting parameters is as follows

-<PARAMETER NAME> <PARAMETER VALUE>

Example:

LAUNCHER.exe -spoofer true -delay 20000 -seed 12312313