Community Forum

How can I fix this?

Forum Overview >> Editor

CategoryEditor
Created27.11.2018 13:37


Marek D. (Marthless) 27.11.2018 13:37
Hello, I will be grateful for any help because I would like to make a map for FS19 (even as something new).

Let's start with the fact that I have a problem with loading the map during the game and gives me such an error.

2018-11-27 13:27 Warning: Texture 'TerrainDiffuseTextureArray' has wrong type (2darray instead of 2d) in 'terrainPatch0x0_mat'.
2018-11-27 13:27 Warning: Texture 'TerrainNormalMapTextureArray' has wrong type (2darray instead of 2d) in 'terrainPatch0x0_mat'.
2018-11-27 13:27 Warning: Texture 'TerrainDiffuseTextureArray' has wrong type (2darray instead of 2d) in 'terrainPatch0x1_mat'.
2018-11-27 13:27 Warning: Texture 'TerrainNormalMapTextureArray' has wrong type (2darray instead of 2d) in 'terrainPatch0x1_mat'.
2018-11-27 13:27 Warning: Texture 'TerrainDiffuseTextureArray' has wrong type (2darray instead of 2d) in 'terrainPatch0x2_mat'.

--
Another mistake, which I do not understand.
2018-11-27 13:27 Error: Could not parse GISL program.
2018-11-27 13:27 (260): ERROR: 'TERRAIN_LOD_TEXTURE_SIZE' : undeclared identifier

2018-11-27 13:27 Error: Could not parse GISL program.
2018-11-27 13:27 (260): ERROR: 'TERRAIN_LOD_TEXTURE_SIZE' : undeclared identifier

2018-11-27 13:27 Error: Could not parse GISL program.
2018-11-27 13:27 (261): ERROR: 'TERRAIN_LOD_TEXTURE_SIZE' : undeclared identifier

2018-11-27 13:27 Error: Could not parse GISL program.
2018-11-27 13:27 (261): ERROR: 'TERRAIN_LOD_TEXTURE_SIZE' : undeclared identifier

2018-11-27 13:27 Error: Could not parse GISL program.
2018-11-27 13:27 (264): ERROR: 'TERRAIN_LOD_TEXTURE_SIZE' : undeclared identifier


--
And a small piece of advice, what it might mean.
2018-11-27 13:27 Warning: transform group 'bush01' has elements very far out from the cell edge (29.61% expansion)



Thanks in advance!

Bilbo Beutlin (BBeutlin) 27.11.2018 14:08
I assume, you're using FS17 textures. In some cases these don't work anymore in FS19.
Also the <material> description in i3d has changed.

The "Warning: transform group 'bush01' .." is an 'inbuilt' bug which appears also in the default map.

Marek D. (Marthless) 27.11.2018 16:13
These are textures from FS19, because they work in GE 8. But the game itself causes such strange errors.

Bilbo Beutlin (BBeutlin) 27.11.2018 19:04
Then it is a shader problem. Be sure to use the same shaders and shader arguments as in origin.
I assume, there's something wrong in your <material> descriptions. Maybe a simple copy&paste error.

Martin Night (Unknown) 29.11.2018 18:23
This is only a shader problem.Just update your shaders to version 4.0.Most likely some of them are missing from the folder called "Shaders" in your map folder.It can happen if map is not exported properly.



Marek D. (Marthless) 29.11.2018 19:18
Thank you for your help, I had to copy the original folder shaders to the map and works.


Note: Log in to post. Create a new account here.