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
- Confirm your dependencies are started first —
ox_libandoxmysql. - Load the database. Run the SQL file inside
nexus-appearance/sqlagainst your server’s database so skins and outfits have somewhere to save. - Open
shared/config.luaand tweak anything you’d like (this step is optional — the defaults work out of the box). - Drop the
nexus-appearancefolder into yourresourcesdirectory and addensure nexus-appearanceto yourserver.cfg, after every dependency. - 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