> ## Documentation Index
> Fetch the complete documentation index at: https://help.freakhosting.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Enforce a Specific Game Build in FiveM

> Unlock the latest GTA V vehicles, clothing, and map updates by enforcing a specific game build version on your FiveM roleplay or freeroam server.

## Accessing Modern DLC Content

By default, FiveM servers initialize using an older version of the GTA V engine to maintain absolute technical stability across all client configurations. However, many modern community resources - specifically advanced clothing packs, high-detail vehicles, and complex map expansions - require assets introduced in newer official DLCs such as the *Cayo Perico Heist* or *The Chop Shop*. By enforcing a newer game build, you instruct the CitizenFX engine to stream these updated assets to your players.

<CardGroup cols={2}>
  <Card title="Difficulty" icon="gauge-low">
    Beginner
  </Card>

  <Card title="Time" icon="clock">
    4 Minutes
  </Card>
</CardGroup>

***

## Selecting Your Technical Build

Different builds provide access to different generations of GTA V content. We recommend selecting the build that precisely matches the requirements of your installed modifications.

| Build Number | DLC Name          | Technical Significance                                        |
| :----------- | :---------------- | :------------------------------------------------------------ |
| **1604**     | Arena War         | Legacy standard for high-stability servers.                   |
| **2189**     | Cayo Perico       | Required for island assets and specific tactical gear.        |
| **2372**     | Los Santos Tuners | Unlocks specialized vehicle modifications and race tracks.    |
| **2699**     | The Contract      | Essential for agency-themed assets and modern vehicles.       |
| **3095**     | The Chop Shop     | **Current Recommendation:** The most expansive asset library. |

***

## Configuration Workflow

Follow these steps to apply a specific build via the FREAKHOSTING management interface.

<Steps>
  <Step title="Access Startup Settings">
    Log in to the [Game Panel](https://games.freakhosting.com) and navigate to the **Startup** tab.
  </Step>

  <Step title="Input Build Parameter">
    Locate the **Game Build** field. Enter the numeric code for your desired version (e.g., `3095`).
  </Step>

  <Step title="Manual Configuration">
    Alternatively, you can open your `server.cfg` and add the following variable:

    ```cfg theme={null}
    sv_enforceGameBuild 3095
    ```
  </Step>

  <Step title="Initialize the World">
    **Restart** your server. Upon joining, players will observe a specialized loading bar as the engine downloads the required DLC manifests.
  </Step>
</Steps>

***

<Warning>
  ### Resource & Framework Compatibility

  While newer builds offer a significantly larger asset library, some legacy scripts may rely on specific engine quirks or internal memory offsets found only in Build 1604. If you experience client crashes or menu initialization failures immediately after changing builds, verify that your core framework (e.g., **QB-Core** or **ESX**) has been updated to its latest stable release.
</Warning>

***

<Note>
  ### Need Extra Help?

  If you encounter any issues, our support team is ready to assist:

  * **Live Chat:** Quick assistance via our website.
  * **Support Ticket:** [Open a Ticket](https://freakhosting.com/clientarea/submitticket.php)
  * **Discord:** [Join our Community](https://discord.gg/freakhosting)
  * **Email:** [support@freakhosting.com](mailto:support@freakhosting.com)
</Note>

<Tip>
  ### Save on Your Hosting

  Ready to get a new server? Use code **KB20** at checkout for **20% off** your first month!
</Tip>

***

<div align="center">
  **Last Updated:** January 2026 | **FiveM:** Game build enforced.
</div>
