# Fishing Sim

After 5 years, **dirk\_fishing v2** has been completely rewritten from the ground up. Almost nothing from v1 survives — this is a brand new resource that happens to share the same name.

***

## Highlights

* **Aim → cast → fight** loop with a live reticle, casting minigame and Stardew-style bar-catch fight.
* **32 fish species** — every single one has a bespoke 3D model (no reused props), with realistic in-hand sizing and rarity tiers.
* **13 rods, 14 reels, 14 lines, 24 hooks, 12 weights and 20+ baits**, all editable live.
* **Fishing zones, grid-based populations and a Fish Finder** tablet that scans nearby waters.
* **Interactive Guidebook** — six tabs covering overview, collection, equipment, map, leaderboards and tournaments.
* **Daily Challenges** — randomised objectives that reset every 24 hours.
* **Traps (Crab Pots)** — passive baited pots with surface buoys, rope-pull minigame and stale-trap auto-expiry.
* **Bait digging and fish gutting**.
* **Equipment shops, fish markets and a dedicated bait market** — fully built-in, no external store dependency.
* **Live Script Configurator** — every fish, zone, permit, shop, tool and player level edited in-game with undo/redo and an audit log. No SQL, no Lua config edits, no resource restart.

<figure><img src="/files/drAZibAjdB5XY5gN2EDQ" alt=""><figcaption><p>Cinematic catch camera frames every fish before it hits your inventory.</p></figcaption></figure>

***

## Where to go next

* New to the resource? Start with [Getting Started](/dirkscripts-documentation/resources/dirk-fishing/getting-started.md).
* Want a tour of every system? Open the [Features](/dirkscripts-documentation/resources/dirk-fishing/features.md) section.
* Ready to tune your server? Jump to the [Live Script Configurator](/dirkscripts-documentation/resources/dirk-fishing/configuration.md).

***

## Framework Support

Built on **dirk\_lib** and fully framework-agnostic. Out-of-the-box bridges for **ox\_inventory**, **qb-inventory** and **ESX**. Pre-generated item definitions for ox / qb / esx ship in `INSTALLATION/itemsToAdd/`, with 111 item images in `INSTALLATION/itemImages/`.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://dirkscripts.gitbook.io/dirkscripts-documentation/resources/dirk-fishing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
