Page 1 of 1

Land surface cant be seen

Posted: 16 Feb 2020, 15:06
by Archimage
I found out that on 2 good russian routes i cant see the land surface in TSRE on all the tiles. Of course "Hide terrain shape" is OFF. Maybe the bug is with Quad Tree. How to fix it?
https://imgur.com/a/AZte8gm

Re: Land surface cant be seen

Posted: 16 Feb 2020, 15:29
by Goku
Yes. The problem must be with QuadTree. If the route is made using MSRE, check if route_dir/td/td_idx.dat is present and all .td files are listed there.

Or, just disable QuadTree support using:
useQuadTree = false
In settings.txt. It will work only if route is made using standard 2x2 km tiles.

Re: Land surface cant be seen

Posted: 16 Feb 2020, 16:44
by Archimage
Goku wrote: 16 Feb 2020, 15:29 Or, just disable QuadTree support using:
useQuadTree = false
Thnx. It works!