Documentation
Optional Addon

Vcore-hunting

Optional VCORE hunting addon with licence-aware shops, bait attraction, animal tracking, carcass harvesting, processing, selling and hunting reputation. `core` `inventory` Optional: `dispatch` for illegal-hunting calls. Optional: `logs` for hunting, processing and security records. Start `hunting` after `core` and `inventory`. VCORE Base does not depend on this addon. Edit `config.lua` to change: Hunting zones and toggle-only blips. Licence items and licensed shop products. Bait, animal unlock reputation and behaviour. Carcass rewards and processing recipes. Trader prices. Illegal-hunting dispatch chance and cooldown. Action validation tolerances and logging category. Every configured item must exist in `core/shared.gta5.lua` and have its configured image in Inventory. Missing items remain

Introduction

Optional VCORE hunting addon with licence-aware shops, bait attraction, animal tracking, carcass harvesting, processing, selling and hunting reputation. `core` `inventory` Optional: `dispatch` for illegal-hunting calls. Optional: `logs` for hunting, processing and security records. Start `hunting` after `core` and `inventory`. VCORE Base does not depend on this addon. Edit `config.lua` to change: Hunting zones and toggle-only blips. Licence items and licensed shop products. Bait, animal unlock reputation and behaviour. Carcass rewards and processing recipes. Trader prices. Illegal-hunting dispatch chance and cooldown. Action validation tolerances and logging category. Every configured item must exist in `core/shared.gta5.lua` and have its configured image in Inventory. Missing items remain

Version: 1.0.0Optional Resource4 Lua files0 SQL files

Exports

No exports are documented for this resource.

Callbacks

No callbacks are documented for this resource.

Registered network events

clientjobs:huntingToggle

Registered event for this resource. Confirm the expected payload and intended scope before using it.

clientvcore_hunting:client:toggle

Registered event for this resource. Confirm the expected payload and intended scope before using it.

clientvcore_hunting:client:useBait

Registered event for this resource. Confirm the expected payload and intended scope before using it.

clientvcore_hunting:toggle

Registered event for this resource. Confirm the expected payload and intended scope before using it.

servervcore_hunting:server:baitReached

Registered event for this resource. Confirm the expected payload and intended scope before using it.

servervcore_hunting:server:illegalShot

Registered event for this resource. Confirm the expected payload and intended scope before using it.

servervcore_hunting:server:releaseAnimal

Registered event for this resource. Confirm the expected payload and intended scope before using it.

servervcore_hunting:server:releaseBait

Registered event for this resource. Confirm the expected payload and intended scope before using it.

Commands

No registered commands were detected.

Database / SQL

SQL files

None detected in source.

Detected tables

None detected in source.

Troubleshooting

  • Confirm every manifest dependency above is started first.
  • Import the SQL where the resource includes database files.
  • Use the exact resource folder name shown on this page unless you intentionally change both the folder and configuration.
  • Do not copy internal event names into integrations without checking their implementation.