# Sumo Remix

It's time to brush off your territorial instincts in this remix of the classic adversary mode. The bottom line is the same: be in the safe zone when the timer runs out - or prepare to overheat, permanently. But this time, as well as getting smaller, the safe zone changes location every time the clock resets, and bits of the track might disappear at random. Stay sharp.

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

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

<details>

<summary>Built-in maps</summary>

* [Sumo (Remix) I](https://gta.fandom.com/wiki/Sumo_\(Remix\)?file=SumoRemixI-GTAO-JobImage.png)
* [Sumo (Remix) II](https://gta.fandom.com/wiki/Sumo_\(Remix\)?file=SumoRemixII-GTAO-JobImage.png)
* [Sumo (Remix) III](https://gta.fandom.com/wiki/Sumo_\(Remix\)?file=SumoRemixIII-GTAO-JobImage.png)
* [Sumo (Remix) IV](https://gta.fandom.com/wiki/Sumo_\(Remix\)?file=SumoRemixIV-GTAO-JobImage.png)
* [Sumo (Remix) V](https://gta.fandom.com/wiki/Sumo_\(Remix\)?file=SumoRemixV-GTAO-JobImage.png)
* [Sumo (Remix) VI](https://gta.fandom.com/wiki/Sumo_\(Remix\)?file=SumoRemixVI-GTAO-JobImage.png)
* [Sumo (Remix) VII](https://gta.fandom.com/wiki/Sumo_\(Remix\)?file=SumoRemixVII-GTAO-JobImage.png)

</details>

## Custom Map

1. [Make a map](https://hamer.gitbook.io/hamer/scripts/darkrp_racing/map-editor-pointmarker)
2. Add **Starting Grid**
   1. Change team number for team spawn point
      1. Team <mark style="color:purple;">**Purple**</mark> is 1
      2. Team <mark style="color:orange;">**Orange**</mark> is 2
   2. If non team more every point will be spawn point
3. Add **Checkpoint**
   1. Change **Custom Area** to **Play Zone**.
      1. Insert at lest 1 **Play Zone** at lowest point become play area
   2. Change **Custom Area** to **Sudden Death Area**.
      1. Insert at lest 1 **Sudden Death Area**
   3. Don't change other setting in **Checkpoint** menu.
4. Set **Race Details** > **Map Type** to **Sumo (Remix)**.

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

<figure><img src="/files/oMeS3YP918KydWZKB9qV" alt=""><figcaption><p>Checkpoint Example</p></figcaption></figure>

## Config

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

-- Example: https://hamer.gitbook.io/hamer/scripts/darkrp_racing/scoreboard-text-format
Config.SumoRemix.Scoreboard.LeftTextFormat = "player_name" -- Timed Z scoreboard display text format left.
Config.SumoRemix.Scoreboard.RightTextFormat = "" -- 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/sumo-remix.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.
