Skip to main content

Installation Guide

Every VelloMods map is a standard FiveM resource. If you've installed a resource before, this will feel familiar.

1. Download your files

After checkout, log in to your Tebex order history with the account you purchased with and download the resource for your product. It'll come as a single folder or a .zip containing one.

2. Drop it in your resources folder

Unzip if needed, then copy the resource folder into your server's resources directory — any subfolder works, e.g. resources/[maps]/your-map-name.

Don't nest it inside another resource folder, and don't rename the folder unless you also update the resource name everywhere it's referenced (server.cfg, any dependent scripts).

3. Add it to server.cfg

Open your server.cfg and add a new line:

ensure your-map-name

Place it after any resources it depends on (see the product's description for anything it needs, like ox_lib).

4. Restart and verify

Restart your server, or run restart your-map-name in the server console if it's already running. Check the console for errors — a clean start means no red text referencing the resource's name.

Common issues

  • "Couldn't find resource" error: the folder name doesn't match what's in server.cfg, or the folder is nested one level too deep.
  • Resource starts but nothing loads in-game: a missing dependency (check the product page for anything it requires) or a load-order conflict with another map at the same coordinates.
  • Included scripts (cigar, blackjack, LED, etc.) don't work: make sure the resource is actually started (not just present) and that no other resource is overriding the same props or interactions.

Still stuck?

Open a ticket in our Discord and we'll walk you through it, or head to the product page for anything specific to that map.