Community Forum

Area Map

Forum Overview >> Editor

CategoryEditor
Created02.12.2018 10:40


Anthony Queen (tqueen113) 02.12.2018 10:40
Hello I am working on my own 4x map for FS19 and I am getting this error in the game log
Error: Blocked area map is wrong size for terrain (1024 x 1024) vs (2048 x 2048)
I also have a few Items in the defaultItems.xml file that are not able to be loaded and I know the locations are correct
Failed to open xml file 'maps/scripts/sellStation.xml

Any Ideas?

Thanks

Bilbo Beutlin (BBeutlin) 02.12.2018 11:51
The error message already tells you what to do: you should resize the blocked area map (map.i3d.plcMap.grle) to 2048x2048.
Alternatively you can simply leave it out (delete). The game creates a new empty blocked area map at start. At present the GE can't handle blocked area layer.

"defaultItems.xml" as well as "defaultVehicles.xml" use the game install path as home dir. That's a bug! The associated mod dir should be used. Not even the "$data/.." description works.
If you want to use components of your modmap, use "$moddir$yourModMap/..."

Anthony Queen (tqueen113) 02.12.2018 14:44
Thank you Bilbo!



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