> For the complete documentation index, see [llms.txt](https://prompt-studio.gitbook.io/prompt-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prompt-studio.gitbook.io/prompt-studio/subscription-exclusives/sandy-shores-roads.md).

# Sandy Shores Roads

{% embed url="<https://fivem.prompt-mods.com/package/5231636>" %}

{% embed url="<https://youtu.be/psJL7W7U0do>" %}

The **Sandy Shores Roads** is a custom map modification designed for FiveM servers, offering a complete overhaul of the roads in Sandy Shores. This resource replaces the default roads with enhanced textures and designs, providing a more immersive and visually appealing experience for players. Below is a comprehensive guide to help you set up and use this map modification on your server.

***

### 🗺️ Map Location

The **Sandy Shores Roads** modification applies to the entire area of Sandy Shores. There is no specific position, as it replaces roads throughout the town.

***

### 🛠️ Customizable YTD Files

The **Sandy Shores Roads** resource includes two editable YTD files for further customization:

* **cs4\_roadsb**
* **cs4roads**

These files allow server owners to tweak the road textures and designs to better fit their server's theme or preferences.

***

### 🚀 Installation Guide

Follow these steps to install the **Sandy Shores Roads** modification on your FiveM server:

1. **Download the Map Resource**\
   Ensure the `prompt_sandy_roads` resource is downloaded and placed in your `resources` folder.
2. **Add the Resource to `server.cfg`**\
   Add the following line to your `server.cfg` to ensure the road modifications load when your server starts:

   ```
   start prompt_sandy_roads
   ```
3. **Customize the YTD Files (Optional)**\
   If you wish to customize the road textures, edit the `cs4_roadsb` and `cs4roads` YTD files using appropriate tools.
4. **Test the Modification**\
   Restart your server and explore Sandy Shores to ensure the road modifications are functioning correctly.

***

For further assistance, contact support. Enjoy using the **Sandy Shores Roads** modification on your FiveM server! 🚗🛣️


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://prompt-studio.gitbook.io/prompt-studio/subscription-exclusives/sandy-shores-roads.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
