# Grid-Based Texture Tiles

The simplest way to display custom ground textures is to store tiles of 1 by 1 degree in the following folders:

`%ProgramData%\Tacview\Data\Terrain\Textures\` or

`%APPDATA%\Tacview\Data\Terrain\Textures\`

The `SRTM` naming convention is used, where the file name begins with the latitude and longitude of the tile’s lower-left corner (for example, `S09E114.jpg`)

Tacview supports textures of any size as long as they are recorded in `WebP`, `PNG` or `JPEG` files. Both 24-bit and 32-bit formats are supported, which means that you can use the alpha channel of `WebP` and `PNG` files to smoothly blend an overlay on top of Tacview native terrain.

A suffix `T`/`B`/`C` (for example, `N42E008T.png`) can be added for each tile where

* `T` -> Transparent (50% merge with tacview default map)
* `B` -> Adaptive black outlines
* `C` -> Adaptive color outlines

Example texture packs are available in the [add-ons](https://www.tacview.net/download/addons/) section of the website.

See the [terrain tools](/tacview/customization/terrain/terrain-tools.md) which are available to help downloading and displaying grid-based texture files.

Make sure the option `Options` → `Terrain Display Mode` → `Custom Textures` is enabled.

![Terrain Textures - Menu Option](/files/vDUNjvDoBdTLFF0GEwHJ)

Read on to learn how to add a texture map.


---

# 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://raia-software-inc.gitbook.io/tacview/customization/terrain/terrain-textures/grid-based-texture-tiles.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.
