Skip to content

Installation Guide

Welcome to the installation guide for "keep-harmony".

Requirements

Before we begin, make sure you meet these requirements:

  1. Your server's artifacts should be version 5848 or higher.
  2. You can download keep-harmony from this link.
  3. 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 to keep-harmony.
  • Quick tip: If the zip file has a name like keep-harmony-x.x.x.pack, after extraction, the folder will also be named keep-harmony-x.x.x.pack. Remember, it must be keep-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:

plaintext
...
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:
plaintext
...
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:
plaintext
...
## 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!