First Time Setup

Database, stages, framework garage branch, and fuel integration

Start here

Use this order for the first live install.

1

Follow the base load order

Follow FIRST STEPS (READ FIRST) for the load order.

Then verify these dependencies are already running:

  • your SQL layer or oxmysql

  • envi-interact

  • ox_lib

  • your target resource

2

Let the table create

Run the server once so the tutorial table is created.

The tutorial progress table is envi_tutorial.

3

Align your city locations

Review and replace these positions:

  • introduction spawn

  • intro NPC

  • showcase cars

  • garage

  • fuel station

  • bank

  • 24/7 store

The stock defaults assume Enterprise-style map spots.

4

Align the vehicle insert path

Edit the open server file for your framework branch.

That includes the garage ID, insert columns, and vehicle storage format.

5

Wire fuel support

If tutorial fuel checks fail, update the open client fuel hook.

6

Check the stage 1 checklist

Make sure the Stage 1 shop items exist in your inventory and your players can reach those locations.

Good first checks

  • If the tutorial vehicle is missing, check the garage ID and DB branch.

  • If the tutorial loops, check the player's saved stage.

  • If the branding still says Enterprise Roleplay, rewrite the intro speech in config.

Last updated