# Useful Software

This page lists third-party tools and software that can help with Farming Simulator map development when working with Maps4FS-generated maps. These tools are maintained by their respective authors, so please refer to their documentation for detailed usage instructions and updates.

## GRLE Convert

**🔗** [**grleconvert on GitHub**](https://github.com/Paint-a-Farm/grleconvert)

A cross-platform command-line tool for converting GIANTS Engine density map files (GRLE and GDM) to and from PNG images. Essential for editing map layers outside of Giants Editor.

**What it does:**

* Convert GRLE/GDM files to PNG for editing in image editors
* Convert edited PNGs back to GRLE/GDM format (pixel-perfect, lossless)
* Auto-detect encoding parameters from map i3d files
* Generate pixel value guides that explain what each value means in your map layers

**Why it's useful:** Working with infoLayer files (farmlands, fields, soil maps) and densityMap files (height, ground, foliage) is much easier when you can edit them as PNG images in tools like Photoshop or GIMP, then convert them back to the game's native format.

**Platform:** Windows, macOS, Linux

***

*More tools will be added to this page as they become available.*


---

# 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://maps4fs.gitbook.io/docs/additional-features/useful_software.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.
