‼️FIRST STEPS (READ FIRST)

Brief introduction to first time setup

RESOURCES

Our Scripts use Envi-Bridge to automatically detect Frameworks, Inventories, Zone and Target Resources - due to this we need to ensure that the bridge and any Envi-Scripts resources are started after these dependencies.

Only our Non-Standalone scripts use Envi-Bridge. Anything that's Standalone will be labeled as such in both Tebex and this documentation. If you're only setting up a standalone script then you can skip the steps related to Envi-Bridge, as you will not receive this script in your CFX Portal

Correct Load Order:

  • Compatible Framework

  • ox_lib

  • Compatible Inventory Resource

  • Compatible Target Resource

  • All other resources

  • envi-bridge

  • Any other Envi Resource

STEP-BY-STEP

  • Step 1: Check you have compatible Framework/Inventory/Target/Zones resources in your server (see compatibility: https://envi-scripts-organization.gitbook.io/documentation/compatibility)

  • Step 2: Download envi-bridge and envi-[scriptName] from Cfx.re Portal (https://portal.cfx.re )

  • Step 3: Navigate to your resources folder

  • Step 4: Create a folder and name it [envi]

  • Step 5: Go inside the [envi] folder and create another folder called [0] - This will ensure that the resources in the folder start first

  • Step 6: Extract your envi-bridge resource from the download and place this inside the [0] folder

  • Step 7: Navigate back to the main [envi] folder

  • Step 8: Extract your envi-[scriptName] resource from the download and place this inside the [envi] folder

  • Step 9: Find the main server.cfg in your server where your resources are started

  • Step 10: At the bottom of your resources (after your framework / [standalone] folders etc.) - Add the line ensure [envi]

These steps will help you make sure that everything is starting in the correct order!

Base setup
Envi Setup

Last updated