> For the complete documentation index, see [llms.txt](https://hamer.gitbook.io/hamer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hamer.gitbook.io/hamer/scripts/darkrp_racing/dlc/hunting-pack.md).

# Hunting Pack

Hunting Pack, a heavy vehicle has been rigged with explosives that will detonate if it doesn't maintain a certain speed. One team is tasked with bringing that truck or bus to an combustive halt, while the other must defend it and ensure it reaches its destination intact

## [Buy on Store](https://darkrpth.tebex.io/package/6493684)

{% embed url="<https://www.youtube.com/watch?v=qn9-xNrFJD8>" %}

<details>

<summary>Built-in maps</summary>

* Hunting Pack I
* Hunting Pack II
* Hunting Pack III
* Hunting Pack IV
* Hunting Pack V
* Hunting Pack VI
* Hunting Pack VII
* Hunting Pack Remix I
* Hunting Pack Remix II
* Hunting Pack Remix III
* Hunting Pack Remix IV
* Hunting Pack Remix V
* Hunting Pack Remix VI
* Hunting Pack Remix VII
* Hunting Pack Remix VIII
* Hunting Pack Remix XI

</details>

## Custom Map

1. [Make a map](/hamer/scripts/darkrp_racing/map-editor-pointmarker.md)
2. Add **Starting Grid**
   1. Change team number for team spawn point
      1. Team <mark style="color:blue;">**Runner**</mark> is 1
      2. Team <mark style="color:blue;">**Defender**</mark> is 2
      3. Team <mark style="color:red;">**Attacker**</mark> is 3
3. Add **Checkpoint** at <mark style="color:yellow;">**Deactivation Zone**</mark>
4. Add **Race Details** > **Only Vehicle List**
   1. Team <mark style="color:blue;">**Runner**</mark> is First
   2. Team <mark style="color:blue;">**Defender**</mark> is Second
   3. Team <mark style="color:red;">**Attacker**</mark> is Third
5. Set **Race Details** > **Map Type** to **Hunting Pack**.

<figure><img src="/files/YSQ7YqU0eB0THmps3LZL" alt=""><figcaption><p>Starting Grid Example</p></figcaption></figure>

## Config

```lua
Config.HuntingPack = {}
Config.HuntingPack.Scoreboard = {}

-- Example: https://hamer.gitbook.io/hamer/scripts/darkrp_racing/scoreboard-text-format
Config.HuntingPack.Scoreboard.LeftTextFormat = "player_name" -- Timed Z scoreboard display text format left.
Config.HuntingPack.Scoreboard.RightTextFormat = "player_vehiclename" -- Timed Z scoreboard display text format right.

```
