-
Notifications
You must be signed in to change notification settings - Fork 24
1. Installation
Dominik edited this page Jan 22, 2024
·
18 revisions
- Node.js 20.10 (Download)
- at least 3GB of additional free disk space
- Riot API Key (for runes and postgame features)
- Most features need a client with the respective Observer Tool installed
- Download the latest release (
prod-toolkit.zip
) from github - Extract the folder to the directory you want to run the tool from
- run install.bat
- Enter the configuration values in the script, navigate with arrow keys (these values can all be changed later):
- set your API Key
- select your server
- enable or disable authentication (enabling authentication is recommended if the toolkit is exposed to the internet)
- select your desired toolkit modules, either getting all modules for a game or selecting specific modules
- run start.bat (or run
npm start
) - wait for the DataDragon download to complete (wait until you see
config saved
) - restart the toolkit by closing the window and relaunching start.bat
- If authentication is enabled, the console will display the key needed for logging into the dashboard
The dashboard should now available at http://localhost:3003/
- head to the theming page and apply the default theme
Most ingame features need an observer tool running on an observer PC to query local game APIs. You can download and install the observer tools here:
Some League ingame features need the LiveEvents API configured on the PC running the observer tool. Please refer to the observer tool readme for instructions.
If you are using this for your productions, please let us know, we love to see it :)
Questions? Problems? Open an issue here