PMC Farming Simulator Terrain Porting FS17 Terrain

Porting FS17 Terrain

If you try to load Farming Simulator 17 terrain as-is it will not show up in the game start menu.

- get mapDE sample terrain to a directory, name it lets say MyMap_4km
- edit modDesc.xml for proper author, name, description, map id, configName etc
- copy FS17 pda_map_h.png to MyMap_4km/maps/pda_map.png
- copy FS17 map01_preview.png to MyMap_4km/map_preview.png
- rename MyMap_4km/maps/mapDE/ directory to MyMap_4km/maps/MyMap_4km/
- rename MyMap_4km/maps/MyMap_4km/mapDE_dem.png to MyMap_4km_dem.png
- rename MyMap_4km/maps/MyMap_4km/mapDE_farmland.grle to MyMap_4km_farmland.grle
- rename MyMap_4km/maps/mapDE.i3d to MyMap_4km.i3d
- rename MyMap_4km/maps/mapDE.i3d.colMap.grle to MyMap_4km.i3d.colMap.grle
- rename MyMap_4km/maps/mapDE.i3d.plcMap.grle to MyMap_4km.i3d.plcMap.grle
- rename MyMap_4km/maps/mapDE.i3d.shapes to MyMap_4km.i3d.shapes
- rename MyMap_4km/maps/mapDE.i3d.terrain.lod.type.cache to MyMap_4km.i3d.terrain.lod.type.cache
- rename MyMap_4km/maps/mapDE.i3d.terrain.nmap.cache to MyMap_4km.i3d.terrain.nmap.cache
- rename MyMap_4km/maps/mapDE.i3d.terrain.weights.cache to MyMap_4km.i3d.terrain.weights.cache
- rename MyMap_4km/maps/mapDE.xml to MyMap_4km.xml
- rename MyMap_4km/maps/mapDE_farmlands.xml to MyMap_4km_farmlands.xml
- rename MyMap_4km/maps/mapDE_transportMissions.xml to MyMap_4km_transportMissions.xml
- open MyMap_4km.i3d in text editor and change "mapDE/ to "MyMap_4km/
- change MyMap_4km.i3d line "MyMap_4km/mapDE_dem to "MyMap_4km/MyMap_4km_dem
- change MyMap_4km.i3d line "MyMap_4km/mapDE_farmland to "MyMap_4km/MyMap_4km_farmland
- change MyMap_4km.i3d lines density.gdm to density.png
- copy FS17 cultivator_density.gdm and fruit_density.gdm to MyMap_4km/maps/MyMap_4km/ dir
- copy _run_convert_gdm_to_png.bat to MyMap_4km/maps/MyMap_4km/ dir and execute it
- open MyMap_4km.i3d in GE

If you get the GE console error from GDM files not found, please refer to common errors.

It is absolute nightmare to port FS17 terrain to FS19 depending how complex it is and usually these terrains are quite complex. For example I tried porting parkers prairie objects... and let me tell you it is a huge task, there are so many objects in different messy transformgroups and probably most of the buildings have shaders which need to be fixed etc etc... you would be better off doing native FS19 terrain with its own objects so you dont have to worry about any shader etc errors.

Also lets not forget that if you don't have permission to port, then why bother spending all that hard work for something you cannot release to the public.

Giants Editor v8.1 has file -> open mod option, this is basic porting of FS17 terrains.

Port to GE:

Fail:

This is however not one click solution, you hopefully get terrain loading into GE but it is far from playable in FS19, much work needs to be done to fully port it even to make it load up without errors.

FS19 Simple Port Tutorial

_run_graphicsmagick_FS19_mapsize_to_4096.bat in the directory where PNG files are present will convert 2km to 4km. You also need to edit TerrainName.XML file for terrain size.

- FS17 copy cultivator_density.gdm and fruit_density.gdm into FS19 maps/mapDE/ dir
- use _run_convert_gdm_to_png.bat
- delete cultivator_density.gdm and fruit_density.gdm files
- edit mapDE.i3d and change cultivator_density.GDM to PNG and same for fruit_density
- use _run_graphicsmagick_FS19_mapsize_to_4096.bat
- load mapDE.i3d with GE, save and exit
- edit mapDE.i3d and change cultivator_density.PNG to GDM and same for fruit_density

PMCTODO add the actual bat files Smiley ;)