Base Resource
weed
The supplied manifest describes this resource as “VCore - Weed”.
Introduction
The supplied manifest describes this resource as “VCore - Weed”.
1Client Lua
1Server Lua
3Exports
16Events
2SQL tables
No manifest UI page detected.
Dependencies & References
| Resource | Detected as | Package status |
|---|---|---|
core | Manifest dependency | Included in Base |
inventory | Manifest dependency | Included in Base |
oxmysql | Manifest dependency | External / prerequisite |
gangs | Referenced by source | Included in Base |
logs | Referenced by source | Included in Base |
Cross-resource export calls
| Resource | Functions called |
|---|---|
core | getCoreObject |
gangs | GetUpgradeInstancePlayer |
inventory | AddItem, GetItemAmount, RemoveItem, RemoveItemMatchingInfo, UseItemCharge |
logs | Log |
Installation / Start Order
The supplied server.cfg enables this resource in the Gameplay systems stage at enabled-resource position 65. Base installation also depends on the global prerequisites and consolidated VCORE_INSTALL.sql documented in Getting Started.
server.cfg
ensure weedConfiguration
Config files
config.lua
Top-level config keys detected
WeedWeedActionTokenGraceWeedAllowAllDestroyWeedBudDryingTimeWeedBzzzResourceWeedChanceOfFemaleWeedDeleteDeadWeedDestoyTimeWeedDryingWeedFeedItemWeedFeedItemUsesWeedFeedTimeWeedFoodAdderWeedFoodReduceWeedGrowingShellDefaultLimitWeedGrowingShellLimitsWeedGrowthAmountPerTickWeedGrowthTickWeedHarvestRequireItemWeedHarvestRewardQualityModifiersWeedHarvestRewardsWeedHarvestTimeWeedIndoorPlantingRequirementsWeedIndoorStartStageWeedInteractionDistanceWeedLightingObjectModelsWeedLightingXYRangeWeedLightingZRangeWeedLoadDistanceWeedMalePlantPollinationRadiusWeedMinFoodLevelWeedMinHealthForGrowthWeedMinQualityWeedMinStageForPollinationWeedMinWaterLevelWeedObjectPacksWeedObjectsWeedPlacementDistanceWeedPlantDistReqWeedPlantingExclusionsWeedPlantingSurfacesWeedPlantTimeWeedPollinationAmountPertickWeedPollinationUpdateTickWeedPropPackWeedQualityReduceAmountWeedQualityReduceChanceWeedRequestedPropPackWeedRequiredLightingWithinRangeWeedResolvedPropPackWeedStatusUpdateTickWeedTotalLifespanWeedWaterAdderWeedWaterItemWeedWaterItemUsesWeedWaterReduceWeedWaterTimeEvents, Exports & Callbacks
Exports
Shared exports3
GetWeedBudDryingTimeGetWeedObjectModelsGetWeedPropPack
Callbacks
No Vcore callback registrations were detected.
Registered network events
Client registered events12
weed:client:addPlantweed:client:addPlantForcedweed:client:chooseDryingAmountweed:client:feedPlantweed:client:plantSeedweed:client:removePlantweed:client:requestCurrentZonePlantsweed:client:returnPlantDataweed:client:returnZonePlantsweed:client:updatePlantStageweed:client:updatePlantStatusweed:client:waterPlant
Server registered events4
weed:server:cancelActionweed:server:completePlantweed:server:completePlantActionweed:server:depositWetBudAmount
Commands
No commands were detected.
Database / SQL
| File | Type |
|---|---|
weedplants.sql | Resource SQL file |
weed_drying_batchesweedplantsThe root Base package also ships the consolidated VCORE_INSTALL.sql.
Source Layout
| Area | Detected files |
|---|---|
| Client Lua | 1 |
| Server Lua | 1 |
| Other/shared Lua | 2 |
| JavaScript | 0 |
| HTML | 0 |
| CSS | 0 |
| SQL | 1 |
Troubleshooting
- Confirm all manifest dependencies are started before
weed. - Check the supplied start-order note above; resources absent from server.cfg need an explicit decision before enabling.
- If database queries fail, import the consolidated Base SQL and any resource-local SQL listed above.
- If the UI fails, verify the resource's NUI files and
ui_pagewhen one is declared.

