๐ŸŽ“Envi-Tutorial

Envi-Tutorial Official Documentation


Prerequisites

circle-info
  • A working FiveM Server

  • Basic understanding of FiveM server setup and resource management

  • Followed the FIRST STEPS (READ FIRST) guide

  • envi-bridge

  • ox_lib

  • a working SQL layer or oxmysql

  • envi-interact

  • a target resource for the intro car interactions

  • garage, fuel, bank, and shop resources that match your configured Stage 1 locations


What this adds

Envi-Tutorial adds a guided onboarding flow with intro dialogue, bucket isolation, showcase cars, a starter vehicle handoff, and a Stage 1 city checklist.

Core systems:

  • optional intro dialog through ox_lib

  • isolated tutorial bucket flow

  • Professor Bonzai interaction flow

  • starter vehicle selection

  • framework-specific garage insertion

  • Stage 1 garage, fuel, bank, and shop validation

  • saved tutorial progress in SQL

Install

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

  2. Run once so the tutorial table is created.

  3. Replace the introduction and Stage 1 coordinates for your city.

  4. Align the open server garage branch to your framework.

  5. Wire the open fuel hook if fuel checks fail.

Docs in this section

Good first checks

  • If the tutorial does not start, check the ped coords and interaction range.

  • If the starter vehicle is missing, check the garage branch and DB insert path.

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

  • Rewrite any leftover Enterprise branding in the intro speech before going live.

Last updated