ufo-beamDXS Crafting Book

Installation πŸš€

  1. Download & place the resource

    • Put the DXS_crafting folder into your resources/[DXS_Scripts] (or any folder you use).

  2. Install dependencies first βš™οΈ Make sure you have these resources installed and started before DXS_crafting :

    • vorp_core

    • vorp_inventory

    • vorp_progressbar

    • A SQL resource: oxmysql or ghmattimysql

Import the SQL file πŸ’Ύ

  • Open your database (phpMyAdmin / HeidiSQL / etc.).

  • Import sql.sql found inside the DXS_crafting folder to create the necessary tables.

Configure the script βš™οΈ

  • Open config.lua and adjust:

    • Config.ItemName if you want a custom usable item name.

    • Config.Categories and recipes to match your server items.

    • Config.CraftingLocations if you want location-based crafting and blips.

    • Config.CraftingProgress (XP per level, max level, etc.) to your liking.

Add the Recipe Book item πŸ“–

  • In your VORP items table (or item config), create an item matching Config.ItemName (default crafting_book ).

  • Make sure it’s usable so players can open the crafting book.

Add to server.cfg πŸ“œ

  • In your server.cfg , ensure the resource is started after dependencies, for example:

    • ensure vorp_core

    • ensure vorp_inventory

    • ensure vorp_progressbar

    • ensure DXS_crafting

Restart and test βœ…

  • Restart your RedM server.

  • Give yourself the Recipe Book item and use it to confirm the UI, crafting, XP, and stats all work correctly.

Last updated