Labs and Stations
🧪 Lab Types
Lab type
Drug
🚪 Lab Entry
Mode
Description
Config.DrugLabEntryPoint = LAB_ENTRY.MARKER🏭 Stations
🌍 World Labs
🏷️ Station Tags
Tag
Purpose
Last updated
Labs are the main production spaces. Stations are the places inside labs where players produce drugs or process items.
Default seed data includes:
farm
Weed
lab
Meth
lockup
Coke
You can add or change lab templates in /drugs_admin.
Lab entry uses one of these modes:
Marker
Players use an interaction marker.
Target
Players use your configured target resource.
Change this in config.lua:
Config.DrugLabEntryPoint = LAB_ENTRY.MARKERStations control where production happens inside a lab.
Station setup can include:
position
station index
station type
price
tags
camera position
prop model
prop placement
World labs are labs placed outside IPL interiors.
Use /drugs_admin to create and configure them. Use Config.WorldLab to tune activation distance and polling speed.
Tags decide what a station is used for. Examples from default data include:
weed_farming
Weed growing station.
weed_packaging
Weed packaging station.
weed_brick_press
Weed brick press station.
meth_reaction
Meth reaction step.
meth_filtering
Meth filtering step.
coke_soaking
Coke soaking step.
coke_packaging
Coke packaging step.
Last updated