Installation
Install the roulette resource and configure its framework exports, translations and build files.
Required dependencies
MySQL
Database support installed and bundled through npm.
Node.js
Required for dependency installation and compilation.
FiveM artifact 4752+
Required for Lua 5.4 and escrow support.
Game build 2060+
Required for the casino DLC assets.
Installation steps
- 01
Extract the resource
Copy the package contents into your server resources directory.
- 02
Configure framework exports
Modify the Lua export functions to match your framework.
sv_config.lua - 03
Configure the resource
Edit the TypeScript configuration and translations.
source-files/src/shared/editable-config.ts - 04
Compile the resource
Recompile after every TypeScript configuration change.
Important file locations
TypeScript config
source-files/src/shared/editable-config.tsTranslations and shared resource settings.
Lua config
sv_config.luaFramework exports and server integration.