# 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.

```


---

# 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://hamer.gitbook.io/hamer/scripts/darkrp_racing/dlc/hunting-pack.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.
