An open API service indexing awesome lists of open source software.

https://github.com/iwatkot/maps4fsdata

Data files (templates and schemas) for the Maps4FS map generator.
https://github.com/iwatkot/maps4fsdata

farmingsimulator farmingsimulator22 farmingsimulator25 fs fs22 fs25 fsmodding maps4fs modding

Last synced: 10 months ago
JSON representation

Data files (templates and schemas) for the Maps4FS map generator.

Awesome Lists containing this project

README

          


maps4fs
maps4fs UI
maps4fs Data
maps4fs API
maps4fs Stats
maps4fs Bot

pygmdl
pydtmdl


Maps4FS
Data Files


# Maps4FS

Maps4FS is a tool for automatic generation maps for Farming Simulator games using the real world data. More information can be found in the [main repository](https://github.com/iwatkot/maps4fs).

This repository contains data files: map templates, texture, GRLE, and trees schemas.

## Data Files

The data is splitted in separate folders for each supported game: `fs22` for Farming Simulator 22, `fs25` for Farming Simulator 25, and so on.
The directory contains all the necessary (and supported) files for each game.

- Map Template *
- Texture schema *
- GRLE schema
- Trees schema

_The map template and texture schema are required for the map generation, other components are optional._

### Map template

**Required:** Yes
**Path:** `/game_code/-map-template`

The map template contains all the files, that required for the mod to be functional in the game after the generation process. It contains a lot of different files and it's not recommended to modify it manually without deep knowledge of the game's modding system.

### Texture schema

**Required:** Yes
**Path:** `/game_code/-texture-schema.json`

Contains all the required information about the textures, that will be used for the generation.
Learn more about the texture schema in the [documentation](https://github.com/iwatkot/maps4fs?tab=readme-ov-file#Texture-schema).

### GRLE schema

**Required:** No
**Path:** `/game_code/-grle-schema.json`

Contains all the required information about the GRLE files, that will be used for the generation. Should not be modified manually.

### Trees schema

**Required:** No
**Path:** `/game_code/-tree-schema.json`

Contains all the required information about the trees, that will be used for the generation. Can be modified manually referring to the default schema. Learn more about the tree schema in the [documentation](https://github.com/iwatkot/maps4fs?tab=readme-ov-file#schemas-editor).