# [RELEASE] NTS Craft - Advanced RedM Craftbook & Campfire System (VORP & RSG)
Hello Cfx.re community!
We are proud to introduce **NTS Craft**, a highly immersive, interactive, and beautifully designed **Craftbook** resource for RedM roleplay servers. Ditch the boring, generic lists and give your players a premium, tactile crafting experience with a **3D Flipbook UI**, **server-side networked campfire spawning**, and **fully localized logs**.
Whether you run a survival-based server or a job-oriented economy, NTS Craft is fully configurable, extremely secure, and optimized for maximum server performance.
-–
##
**Preview Video**
-–
##
**Tebex Store**
##
Discord
-–
##
**Key Features**
*
**Premium 3D Flipbook UI:** Players can read general recipe books or job-specific manuals through a gorgeous, interactive UI. Pages flip realistically, complete with custom details, recipe lists, and auto-resolved item images.
*
**Server-Side Networked Campfire:** Upon starting a craft, a campfire prop is spawned directly by the server (networked) and the player aligns and kneels facing it. All nearby players can see the campfire and the player kneeling in real-time.
*
**Anti-Exploit Security:** All job verification and material checks are validated server-side. Restrict books to specific jobs like blacksmiths, doctors, or gunsmiths.
*
**Automatic Lifecycle Cleanup:** No orphaned props! Active campfires are automatically deleted if a player crashes, logs out, or when the resource restarts.
*
**Full Multi-Language Support:** Fully translated into **English**, **Turkish**, **French**, **German**, and **Spanish**.
*
**Localized Discord Webhooks:** Automatically logs successful crafts with player details (including Discord mentions), spent ingredients, and book details—fully translated into the server’s configured language.
-–
##
**Dependencies & Compatibility**
* **Frameworks:** VORP Core & RSG Core (Auto-detected at runtime).
* **Dependencies:**
* ****[nts_progressbar](**https://nighttimesorry.tebex.io/package/7261166)**: Displays an elegant progress bar while players are crafting at the campfire.
-–
##
**Performance & Resmon**
* **Resmon:** `0.00ms` when idle, and peak of `0.01ms` when actively crafting.
* Highly optimized networking with minimal resource footprint.
-–
##
**Config Preview**
```lua
Config = {}
Config.Framework = ‘auto’ – ‘vorp’, ‘rsg’, or ‘auto’
Config.Debug = false
Config.Webhook = “” – Discord Webhook URL for logs (leave empty to disable)
Config.Locale = ‘en’ – ‘en’, ‘tr’, ‘fr’, ‘de’, ‘es’
Config.Campfire = {
model = "p_campfire05x",
scenario = "WORLD_HUMAN_FIRE_TEND_KNEEL",
offsetDistance = 1.0
}
Config.Craftbooks = {
\["craftbook_blacksmith"\] = {
label = "Blacksmith's Manual",
coverTitle = "BLACKSMITHING",
allowedJobs = { "blacksmith" },
category = "blacksmith",
recipes = {
{
id = "knife",
label = "Hunting Knife",
item = "WEAPON_KNIFE",
type = "weapon",
amount = 1,
craftTime = 8000,
description = "A sharp steel blade forged by hand.",
ingredients = {
{ item = "iron_ore", label = "Iron Ore", amount = 3 },
{ item = "wood", label = "Wood", amount = 1 }
}
}
}
}
}
```
-–
##
**Need Help or Have Questions?**
Join our community and support Discord! We offer continuous updates and documentation assistance for all our products.
*Proudly signed by NTS Scripts for RedM.*
| Code is accessible | No |
| Subscription-based | No |
| Lines (approximately) | 1000+ |
| Requirements | VORP/RSG |
| Support | Yes (In My Discord) |



