Legacy Background Terrain

For Farming Simulator 25, Maps4FS now automatically generates ready-to-use i3d files! See the new automated Background Terrain guide instead.

Use this guide only if:

  • You prefer manual control over the process

  • You need custom quality settings not available in automation

How to create a background terrain

πŸ“Ή Check out the video version of this tutorial.

YouTube tutorialarrow-up-right

To create a background terrain for your Farming Simulator map, you need to open the *.obj files containing the terrain data, apply the generated satellite images as textures, and export the results to the *.i3d format.

ℹ️ This tutorial assumes that you have already generated your map with satellite images.

Let's get straight to work:

  1. Download and install Blenderarrow-up-right.

  2. Download and install the Blender Exporter Pluginsarrow-up-right from the official Giants Software website.

  3. Activate the Blender Exporter Plugins in Blender.

  4. Now you can import the *.obj file. Go to File β†’ Import β†’ Wavefront (.obj) and select your *.obj file.

Import obj
  1. Select the imported object, right-click on it, and click Set Origin β†’ Origin to Geometry.

Origin to geometry
  1. Click on the arrow icon or press the N key.

413003
  1. In the Item tab, change the Location [2] to 0, 0, 0 and the Rotation [3] to 0, 0, 0. Set the Dimensions [4] of the background terrain in meters. This is calculated as map size + 2048 Γ— 2. For example, if your map size is 4096Γ—4096, the terrain size should be 8192Γ—8192.

Transformation
  1. Switch to the View tab and change the End value to 100000 or similar. This ensures the terrain remains visible and doesn't partially disappear.

Item end
  1. Now we need to add a Modifier to the terrain. Click on the Modifiers tab, then click Add Modifier.

Add modifier
  1. In the dropdown menu, select the Decimate modifier.

Select decimate
  1. Now adjust the Ratio value. This determines how much the terrain will be simplified. Lower values create more simplified terrain. Depending on your terrain, a good starting point is around 0.05 or lower. Remember, this is background terrain that's barely visible in-game, so quality doesn't matter much. More simplified terrain consumes fewer resources.

Apply decimate
  1. Select the object, right-click on it, and select Shade Smooth. This will automatically smooth the terrain. Note that it may not work perfectly, so you might need to undo (Ctrl + Z), adjust the Decimate modifier value, and try again. Remember: it's background terrain, so it doesn't need to be perfect.

Shade smooth

The object should now look more terrain-like with Shade Smooth applied.

After shade smooth
  1. It's time to add a material to the terrain. Click on the Material Properties tab, then click the New button.

Material
  1. Go to the Surface section, click on the Base Color CIRCLE (not the color itself), and select the Image Texture. Provide the path to the satellite image you want to use as a texture.

Image texture
  1. Go to the Emission section, click on the Color THE COLOR ITSELF (not the circle), and select completely black. Otherwise, you won't be able to see the material in Giants Editor.

Emission
  1. Open the UV Editing tab, and in the right viewport change the view to Top by pressing 7 on the numpad or holding the Z key and selecting Top.

UV editing
  1. Ensure the texture has correct orientation relative to the terrain. If not, rotate the texture image before proceeding. After confirming the texture is correctly oriented, switch to the right viewport and select everything by pressing A. Everything on the right side should be selected (orange). Press the U key and select one of the Unwrap options. The recommended option is Project from View (bounds), which projects the texture from your current view. Note: this should be done in Top view, otherwise the texture may be projected incorrectly.

Unwrap
  1. Return to the Layout tab, press and hold Z, and select Material Preview. You should see the terrain with the texture applied. You can now adjust the object scale in the Transform tab. Note that you can also do this later in Giants Editor.

Material preview

Cutting Out the Map Center

The generator can now remove the center from the mesh automatically. Ensure that Background Settings β†’ Remove center is enabled.

Exporting the Object

  1. It's time to export our object as an *.i3d file. Open the side panel by pressing N and select the GIANTS I3D Exporter tab. If you can't see it, you either didn't install the Blender Exporter Plugins (step 2) or didn't activate them (step 3).

Ensure the object is selected [1], specify the output file path [3], and click the Export selected button [4]. You can also use Export all, but make sure you don't have other objects in the scene (Blender adds a camera, light source, and cube by default).

Export to i3d

How to Import Background Terrain into Giants Editor

At this point, you should have *.i3d files with your background terrain. Now let's import them into Giants Editor.

ℹ️ This tutorial assumes you have already generated your map, downloaded satellite images, and created background terrain as described in the previous steps.

Here's what you need to do:

  1. Download and install Giants Editor from the official website: https://gdn.giants-software.com/downloads.phparrow-up-right.

  2. Open your main map file (usually map/map.i3d).

  3. Click the File menu and select Import..., then choose your *.i3d file with the background terrain.

Import
  1. If you can't see the texture on the terrain after import, you need to add it manually. Open the Material Editing panel (if not visible, click Window menu and select Material Editing) and ensure you've selected the correct object in the Scenegraph panel. Find the Albedo map and click the ... button to select the terrain texture.

Albedo map
  1. The new window will appear, click on the ... button and select the texture for the terrain.

Select the texture
  1. If you haven't converted the textures to .dds format, you'll see a warning message asking Convert now?. Click Yes to convert the texture to .dds format.

Convert now
  1. You should now be able to see the texture on the terrain.

  2. If you used the method to cut out the map center from the previous tutorial, you only need to adjust the Translate Y and Scale Y values, which will differ for each terrain.

ℹ️ These examples were added later, so they contain different untextured terrain - don't be alarmed!

Adjust the terrain

And it should be perfectly aligned with the rest of the map.

Aligned terrain

Last updated