Installation Guide
Welcome to the installation guide for "keep-harmony".
Requirements
Before we begin, make sure you meet these requirements:
- Your server's artifacts should be version 5848 or higher.
- You can download
keep-harmony
from this link. - Also, ensure you have a legit version of Harmony in your tebex/keymaster.
Download & Extract
- First things first, download
keep-harmony
from our Tebex store. - Once downloaded, extract the file.
- Now, just copy and paste the folder into your server's resources directory.
Rename
- Make sure the folder is named
keep-harmony
. If it's named something else, just rename it tokeep-harmony
. - Quick tip: If the zip file has a name like
keep-harmony-x.x.x.pack
, after extraction, the folder will also be namedkeep-harmony-x.x.x.pack
. Remember, it must bekeep-harmony
.
Update server.cfg
Next, let's update your server.cfg
file. Here's how to do it for both Qbcore and ESX setups:
Quick tip
If you're using other scripts, like qb-clothing, ox_lib, qb-menu, qb-input, etc. ensure that keep-harmony is loaded after these scripts too.
Just follow the same process as you did with qb-inventory or illenium-appearance in your server.cfg. Easy, right?
It shouldn't be much of an issue, as most scripts inside the
[qb]
folder are loaded before my script anyways. But make sure that whatever my script depends on is loaded before it.Here's an example:
...
ensure qb-core
ensure ox_lib
ensure [standalone]
ensure [qb]
...
ensure qb-inventory
ensure qb-clothing
ensure qb-input
ensure qb-menu
...
ensure keep-harmony
...
For Qbcore
- Here's an example:
...
ensure qb-core
ensure ox_lib
ensure [standalone]
ensure [qb]
...
ensure qb-inventory
ensure illenium-appearance
ensure keep-harmony
...
For ESX
- Here's an example:
...
## ESX Legacy
ensure es_extended
ensure [core]
## ESX Addons
ensure [standalone]
ensure [esx_addons]
ensure [ox]
ensure illenium-appearance
ensure keep-harmony
...
All Set
That's it! You've successfully installed keep-harmony
. Now, feel free to customize the configuration. Enjoy!