Skip to Content

Installation

Everything you need to get Nexus Appearance live on your server.

Before you start

Make sure these are already running on your server. Nexus Appearance won’t boot without them:

  • ox_lib — handles the shared library and UI calls.
  • oxmysql — stores player skins, saved outfits, and outfit codes.

Grabbing your files

The asset only shows up on the keymaster account that made the purchase. If it needs to live somewhere else, move it first with the transfer system.

After you check out on our site, the resource drops straight into your Cfx portal . Download it from there and follow the steps below.

Setup

  1. Confirm your dependencies are started first — ox_lib and oxmysql.
  2. Load the database. Run the SQL file inside nexus-appearance/sql against your server’s database so skins and outfits have somewhere to save.
  3. Open shared/config.lua and tweak anything you’d like (this step is optional — the defaults work out of the box).
  4. Drop the nexus-appearance folder into your resources directory and add ensure nexus-appearance to your server.cfg, after every dependency.
  5. Give the server a full restart.

Leave the folder named nexus-appearance. If you do rename it, update the name anywhere you call the resource from your own scripts (for example exports['nexus-appearance']).

Last updated on