Installation
Basic Installation
ensure tyrix_diceResource Structure
tyrix_dice/
├── client/
│ └── main.lua # Client-side logic
├── server/
│ └── main.lua # Server-side logic
├── shared/
│ ├── config.lua # User configuration
│ └── internal.lua # Internal settings (don't edit)
├── stream/
│ └── [dice models] # 3D dice models (.ydr files)
├── install/
│ ├── items.lua # ox_inventory item definitions
│ └── images/ # Item icons for inventory
├── docs/
│ └── [documentation] # GitBook documentation
├── fxmanifest.lua # Resource manifest
└── README.md # Quick referenceEnsure Order
Item Images
Verifying Installation
Troubleshooting
Dice don't appear
Command not found
No 3D text showing
Last updated