Description
A big-brake kit that mechanics install for cash, exposing a brake-bias slider and a heat/fade model so sustained hard braking loses bite — rewarding cadence over mashing. Servers that lean into racing or sim realism sell this as the brake half of a full tuning suite.
Prompt Template
Write a FiveM QBCore Lua resource "bigbrake" implementing a big-brake kit with a…
The full prompt template and its reference Lua are part of a one-time pack. Pick your depth — both are lifetime access, no subscription, ever.
- 60 prompts + syntax-validated reference Lua
- Lifetime access — pay once
- All 510 prompts — the full library
- Per-prompt profit/trend intelligence (CSV + playbook)
- Lifetime free updates — new niches as the market moves
$49 for 60 · $199 for all 510 + intelligence — one-time, no subscription.
Expected Output
The reference Lua at content/expected-outputs/mechanic/07-big-brake-kit-brake-fade.lua implements a server-charged kit install keyed by plate, a clamped bias command, and a throttled heat loop that…
The full prompt template and its reference Lua are part of a one-time pack. Pick your depth — both are lifetime access, no subscription, ever.
- 60 prompts + syntax-validated reference Lua
- Lifetime access — pay once
- All 510 prompts — the full library
- Per-prompt profit/trend intelligence (CSV + playbook)
- Lifetime free updates — new niches as the market moves
$49 for 60 · $199 for all 510 + intelligence — one-time, no subscription.
Known Failure Modes & Corrective Prompt
- Client-side install grant — Claude sets an
installedflag locally with no server check, so the kit is free. Force therequestInstall/installResultround-trip. - No-Wait heat loop — the accumulator runs without
Wait, pinning a core. MandateWait(200). - Plate bleed —
fBrakeForceis applied globally, leaking onto rentals. Key every write to the current plate.
Corrective re-prompt: Money and install state must be server-authoritative: remove any client-side grant, route /brakekit through TriggerServerEvent->RemoveMoney->TriggerClientEvent, throttle the heat loop with Wait(200), and only write fBrakeForce when installedPlates[currentPlate] is true.
Framework Integration
- ESX: swap to
local ESX = exports['es_extended']:getSharedObject()andxPlayer.removeAccountMoney('bank', price)inside the install handler. - QBCore:
exports['qb-core']:GetCoreObject()+Player.Functions.RemoveMoney('bank', price, 'big-brake-kit')as written. - QBox:
exports.qbx_core:GetPlayer(src)then the samePlayer.Functions.RemoveMoneysignature; events are unchanged.
Profit Potential
$130–$1900/mo on Tebex (expected ~$480). [INFERRED] priced inside the $50-389 script band against the signal-scraper corpus (median seller $11.85K/mo, n=100), scaled for a stable racing-realism niche.
Trend Signal
→ stable — inferred: Brake-fade depth is evergreen sim demand; steady rather than spiking [inferred].
Sales Angle
Position as a sim-realism brake module for racing servers — the depth that separates an arcade tuner from a sim build. Bundle it with a dyno/ECU pack or sell standalone at a recommended $80 on Tebex.
Difficulty & Ship Time
intermediate · ships in 3-5h.