# Update

## How to update Rocket-Soccer

Login to [Keymaster](https://keymaster.fivem.net/), navigate to your purchases Assets and redownload Rocket-Soccer.

Replace your old ressource with the new one and make sure to check [settings.lua](https://docs.tynopia.net/reference/rocket-soccer/settings) for possible changes.

{% hint style="info" %}
Updates for all our scripts are free of charge!
{% endhint %}

<details>

<summary>Update 1.0.5</summary>

* Most wished change implemented: **50% smaller Octane!** (included for free)
* Readjusted the **jump** function to adapt the new vehicle size
* Readjusted the **drift** function to adapt the new vehicle size
* Readjusted the **boost** function to adapt the new vehicle size
* Implemented choice to choose either **2D- or 3D-text**
* Discord Bot now supports **event-mode**
* Discord Bot now supports **adding** players to queue
* Discord Bot now supports **remove** players from queue
* Optimized reset ball logic to reset ball in case it leaves the playing field

**Its important to update your** [**settings.lua**](https://docs.tynopia.net/reference/rocket-soccer/settings) **from the last update!**

</details>

<details>

<summary>Update 1.0.4</summary>

* NPC-PED logic is now handled clientside rather then serverside to prevent despawn of NPC's.
* [Authentification ](https://docs.tynopia.net/reference/rocket-soccer/broken-reference)added for our own [Discord Bot](https://docs.tynopia.net/reference/rocket-soccer/broken-reference).
* Fixxed a ConVar error which had no impact on script functionality, but hey now its gone.

**Its important to update your** [**settings.lua**](https://docs.tynopia.net/reference/rocket-soccer/settings) **from the last update!**

</details>

<details>

<summary>Update 1.0.3</summary>

* Added more options to the API.
* API now allows for calls to [objects](https://docs.tynopia.net/reference/exports-api-communication#spawn-a-object).
* API now allows for calls for [vehicles](https://docs.tynopia.net/reference/exports-api-communication#spawn-a-vehicle).
* Added Authentication for API Server.
* Games are now streamable over web.
* The octane car is now included in the ressource.
* Smaller tweaks & fixxes.

</details>

<details>

<summary>Update 1.0.2</summary>

* **Fixxed issue** when a player receives a game-crash when beeing in a round of Rocket-Soccer. *(Round would not end correctly).*
* **Fixed issue** when a player disconnects during in a round of Rocket-Soccer *(Round would end to early)*
* Changed the **default respawn position** (after a round ends) outside of the Arena Map. *(Players would get invisibility sometimes).*
* **Optimized loops** and **improved performance** of the script.

</details>

<details>

<summary>Update 1.0.1</summary>

<img src="https://3493880060-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeuO21OLu0WlVpRLjwqGC%2Fuploads%2F1U3a5iqx4hdYcEOgx59T%2Fimage.png?alt=media&#x26;token=5d0953cc-d4cf-4318-af2a-077535698f19" alt="" data-size="original">

Performance improvement from 0.03 to 0.00 ms in idle (Outside [Maze Bank Arena](https://fivem.gabzv.com/package/5567774))

</details>


---

# 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://docs.tynopia.net/reference/rocket-soccer/update.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.
