Skip to content

Script Configuration Variables 2.0.0

KuryKat edited this page Sep 26, 2023 · 1 revision

Script Configuration Variables - v2.0.0

The "League Of Languages" script includes various configuration variables that you can modify to customize your experience. These variables allow you to tailor the script to your specific needs. Below, you'll find a list of the key configuration variables and their descriptions:

$LEAGUE_CLIENT_LOCATION

This variable specifies the default installation path of the League of Legends client. If you have installed the client in a different location, make sure to update this variable accordingly.

Example:

$LEAGUE_CLIENT_LOCATION = "C:/Riot Games/League of Legends/LeagueClient.exe"

$DESKTOP_PATH

The $DESKTOP_PATH variable determines the default location for creating shortcuts on your desktop. If your desktop path is different from the default, you can modify this variable to match your desktop location.

Example:

$DESKTOP_PATH = "$HOME/Desktop"  # Default desktop path

$SHORTCUT_NAME

This variable defines the name of the shortcut that will be created on your desktop. You can customize the name to your preference.

Example:

$SHORTCUT_NAME = "League of Legends - Custom Language"

These are the primary configuration variables in the "League Of Languages" script that you can adjust to suit your requirements. By modifying these variables, you can change the script's behaviour to align with your environment.

Remember to make these changes before running the script to ensure a seamless and customized experience.