Documentation
Optional Addon

Vcore-lootcreate

Server-authoritative collectible cards and stickers for VCORE. Packs, ownership, duplicate recycling, showcases and milestone claims persist through `oxmysql`; inventory operations use VCORE Inventory directly. 1. Add the entries from `install/vcore_items.lua` to `core/shared.gta5.lua`. 2. Copy `install/inventory_images` into the VCORE Inventory image folder without renaming the files. 3. Import `install/schema.sql`, or allow the resource to create its tables on first start. 4. Configure pack rates, limits, crafting and milestones in `config.lua`. 5. Add `ensure Lootcreate` after `core`, `inventory`, `oxmysql` and `logs`. Open the collection with `/collectibles` or `F7`. Binder and sticker-book items open their matching page. Pack items open the pack screen but are only consumed by the val

Introduction

Server-authoritative collectible cards and stickers for VCORE. Packs, ownership, duplicate recycling, showcases and milestone claims persist through `oxmysql`; inventory operations use VCORE Inventory directly. 1. Add the entries from `install/vcore_items.lua` to `core/shared.gta5.lua`. 2. Copy `install/inventory_images` into the VCORE Inventory image folder without renaming the files. 3. Import `install/schema.sql`, or allow the resource to create its tables on first start. 4. Configure pack rates, limits, crafting and milestones in `config.lua`. 5. Add `ensure Lootcreate` after `core`, `inventory`, `oxmysql` and `logs`. Open the collection with `/collectibles` or `F7`. Binder and sticker-book items open their matching page. Pack items open the pack screen but are only consumed by the val

Version: 3.0.0Optional Resource15 Lua files1 SQL files

Exports

No exports are documented for this resource.

Callbacks

No callbacks are documented for this resource.

Registered network events

clientlootcreate:client:open

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

clientlootcreate:client:reveal

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

serverlootcreate:server:openPack

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

Commands

  • /collectiblesreconcile (server)
  • /givecollectiblepack (server)

Database / SQL

SQL files

  • install/schema.sql

Detected tables

  • vcore_collectible_items
  • vcore_collectible_milestones
  • vcore_collectible_openings

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.