New Website Sale - 15% OFF everything

๐Ÿ’ป Installation

1

Install devhub_lib

Download and install the required library and configure it according to your framework.

Download https://github.com/DEVHUB-GG/devhub_lib or use command

Shell
git clone https://github.com/DEVHUB-GG/devhub_lib.git
2

Install resources from keymaster

  • Download the SKILL TREE script file from keymaster.
  • If owned download the SKILL TREE GENERATOR script file from keymaster.
3

Start resources

Move the files to the resources folder on your server and add the following lines to your server.cfg in the correct order:

Shell
ensure devhub_lib        # Must be loaded before devhub_skillTree
ensure devhub_skillTree_generator  # Only if you own exclusive version
ensure devhub_skillTree  # Main resource
4

Database Setup

Sql will be automatically added, in case you dont see new dh_skilltree table in your database

Import the sql.sql file manualy

Upgrading from v2? v3 adds two new columns (data, name) to the dh_skilltree table. Run the SQL migration listed in the migration guide so the script can load existing player data.

5

Restart your server

DO NOT CHANGE RESOURCE NAME