Configuration
Check the instructions below.
Configuration
Client Configuration (client_config.lua
)
client_config.lua
)Theme Customization
Theme.primary
Primary color for UI elements.
'#ff4f22'
Theme.primary-content
Text color on primary background.
'#900000'
Weed Tables
Define tables for rolling joints and their associated props:
prop
The base prop used for the table.
'bkr_prop_weed_table_01b'
grids
Configuration for arranging objects.
See example above.
Plant Objects
Configure plant stages and their corresponding models:
Material Quality
Define the soil quality for planting:
Server Configuration (server_config.lua
)
server_config.lua
)Items Configuration
Seed_Item
Item used to plant weed.
'weed_skunk_seed'
Bud_Item
Item representing harvested buds.
'crack_baggy'
Paper_Item
Item for rolling joints.
'rolling_paper'
Joint_Item
The finished joint item.
'joint'
Selling Configuration
Configure the selling behavior and chances:
PedChances
Map of ped models to their chance of purchasing.
[
ped_model] = 90
Notifications
Add custom notifications:
Usage
Set Up Weed Tables:
Place the configured tables in the game world.
Plant and Grow:
Use the configured seed item to plant weed.
Process and Roll Joints:
Process harvested buds into joints using the configured table.
Sell Joints:
Sell joints to configured ped models.
For additional assistance, contact the GFX Team!
Last updated