Documentation
Base Resource

weed

The supplied manifest describes this resource as “VCore - Weed”.

v1.0.0VCore FrameworkGameplay systems

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

ResourceDetected asPackage status
coreManifest dependencyIncluded in Base
inventoryManifest dependencyIncluded in Base
oxmysqlManifest dependencyExternal / prerequisite
gangsReferenced by sourceIncluded in Base
logsReferenced by sourceIncluded in Base

Cross-resource export calls

ResourceFunctions called
coregetCoreObject
gangsGetUpgradeInstancePlayer
inventoryAddItem, GetItemAmount, RemoveItem, RemoveItemMatchingInfo, UseItemCharge
logsLog

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 weed

Configuration

Config files

  • config.lua

Top-level config keys detected

WeedWeedActionTokenGraceWeedAllowAllDestroyWeedBudDryingTimeWeedBzzzResourceWeedChanceOfFemaleWeedDeleteDeadWeedDestoyTimeWeedDryingWeedFeedItemWeedFeedItemUsesWeedFeedTimeWeedFoodAdderWeedFoodReduceWeedGrowingShellDefaultLimitWeedGrowingShellLimitsWeedGrowthAmountPerTickWeedGrowthTickWeedHarvestRequireItemWeedHarvestRewardQualityModifiersWeedHarvestRewardsWeedHarvestTimeWeedIndoorPlantingRequirementsWeedIndoorStartStageWeedInteractionDistanceWeedLightingObjectModelsWeedLightingXYRangeWeedLightingZRangeWeedLoadDistanceWeedMalePlantPollinationRadiusWeedMinFoodLevelWeedMinHealthForGrowthWeedMinQualityWeedMinStageForPollinationWeedMinWaterLevelWeedObjectPacksWeedObjectsWeedPlacementDistanceWeedPlantDistReqWeedPlantingExclusionsWeedPlantingSurfacesWeedPlantTimeWeedPollinationAmountPertickWeedPollinationUpdateTickWeedPropPackWeedQualityReduceAmountWeedQualityReduceChanceWeedRequestedPropPackWeedRequiredLightingWithinRangeWeedResolvedPropPackWeedStatusUpdateTickWeedTotalLifespanWeedWaterAdderWeedWaterItemWeedWaterItemUsesWeedWaterReduceWeedWaterTime

Events, Exports & Callbacks

Exports

Shared exports3
  • GetWeedBudDryingTime
  • GetWeedObjectModels
  • GetWeedPropPack

Callbacks

No Vcore callback registrations were detected.

Registered network events

Client registered events12
  • weed:client:addPlant
  • weed:client:addPlantForced
  • weed:client:chooseDryingAmount
  • weed:client:feedPlant
  • weed:client:plantSeed
  • weed:client:removePlant
  • weed:client:requestCurrentZonePlants
  • weed:client:returnPlantData
  • weed:client:returnZonePlants
  • weed:client:updatePlantStage
  • weed:client:updatePlantStatus
  • weed:client:waterPlant
Server registered events4
  • weed:server:cancelAction
  • weed:server:completePlant
  • weed:server:completePlantAction
  • weed:server:depositWetBudAmount

Commands

No commands were detected.

Database / SQL

FileType
weedplants.sqlResource SQL file
weed_drying_batchesweedplants

The root Base package also ships the consolidated VCORE_INSTALL.sql.

Source Layout

AreaDetected files
Client Lua1
Server Lua1
Other/shared Lua2
JavaScript0
HTML0
CSS0
SQL1

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_page when one is declared.