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

  1. Open a text file

  2. Press FILE then SAVE AS or use the hotkeys CTRL+SHIFT+S

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

  1. Add .bat type to the end of the file name

  1. 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