Skip to content

iwatkot/maps4fsdata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maps4fsmaps4fs UImaps4fs Datamaps4fs APImaps4fs Statsmaps4fs Bot
pygmdlpydtmdl

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.

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/<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/<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.

GRLE schema

Required: No
Path: /game_code/<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/<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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published