atlasFishing install. Follow the steps in order, especially if you are new to FiveM resources.
Requirements
atlasBridge- A supported framework/inventory through
atlasBridge, or bridge default mode - The included
atlasFishing/web/distfolder - Inventory items and item icons installed in your inventory
Folder placement
Recommended layout:server.cfg
Minimal setup:qb-core, es_extended, qb-target, or ox_target, start those before atlasBridge as well.
Inventory items
atlasFishing uses real inventory items for the rod, bait, and catches. The resource includes item definitions for common inventories.
- ox_inventory
- QB-Core
- Custom inventory
- Open
atlasFishing/items/ox_inventory.lua. - Copy the full item block.
- Paste it inside the item table in
ox_inventory/data/items.lua. - Restart
ox_inventoryand the Atlas resources.
Item icons
The resource includes both PNG and WebP icon folders:UI files
Confirm this file exists:web/dist is missing, the supplies shop, boat rental shop, and minigames cannot open.
Streamed props
atlasFishing includes streamed rod/fish/critter props and registers:
stream folder unless you are replacing the props and updating the config.
Editable files
atlasFishing is distributed with asset escrow. Most logic is protected, but these files stay open so you can configure the resource and add hooks:
| File | Purpose |
|---|---|
config.lua | All settings — locations, prices, items, minigames, selling, boat rental |
editable/client.lua | Client hooks (Fishing.Hooks) — e.g. hide your HUD on minigame open |
editable/server.lua | Server hooks (Fishing.Hooks) — e.g. log every catch and sale |
items/*.lua | Inventory item definitions to paste into your inventory |
Hooks
editable/server.lua and editable/client.lua expose Fishing.Hooks callbacks that fire at key moments. Leave a body empty to do nothing. Useful for logging, custom rewards, or HUD toggles:
First in-game test
Cast near water
Use the rod while facing water. If water validation is enabled, casting away from water is rejected.
Production checklist
- Resource names are unchanged.
atlasBridgestarts beforeatlasFishing.- Inventory items exist.
- Item icons are in the correct inventory image folder.
web/dist/index.htmlexists.- Fisherman and boat rental locations are moved from placeholder coordinates.
- Prices and fish rewards are balanced for your economy.
- Minigames are tested by a normal player, not only an admin.
