Get your first bomb type working in this order.
Make sure these are running:
envi-bridge
ox_lib
your inventory
your target system through the bridge
If your bomb uses a custom prop, make sure that prop is streamed too.
Add every enabled bomb item from Config.Bombs to your item database.
Config.Bombs
If you use the manual, add Config.ManualItem too.
Config.ManualItem
Start with a single bomb in shared/config.lua.
shared/config.lua
Check these fields first:
item
prop
timer
strikes
puzzles
explosion
fireSettings
gasSettings
Use the bomb item in game.
Then verify:
timer selection works
the prop appears
target options appear in range
the NUI opens
success and failure cleanup both work
Adjust these values for your server style:
timer length
max strikes
puzzle count
Config.TimerSpeedUpChance
explosion, fire, or gas outcomes
blank UI usually means the packaged build is missing or outdated
silent bombs usually mean zone audio expectations are misunderstood
missing props usually mean the configured model does not exist on the server
defusal balance usually comes from timer, strikes, and puzzle count together
Bomb Lifecycle and Networking
Puzzle Modules
Config Reference
Last updated 4 days ago