-
-
Notifications
You must be signed in to change notification settings - Fork 0
Script Configuration Variables 2.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:
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"
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
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.
Still have questions about League of Languages? Ask them in the Issues Tracker! I will try to answer everyone as much as I can.