map error

lsstaten

Member
wondering how do i fixed this map error. Error: The Tag 'thumbnail' is not permitted within a container of type 'map'.
 
Open the map in edit in explorer and then open the config file. Delete the lines that has thumbnail plus any sizes for an image below it.
 
This error usually occurs when a route from an older version is loaded in to a latter version. Thumbnail is the old tag and thumbnails (plural) is the new tag.

What stagecoach says will work but a better solution is to replace the line/tag that says "thumbnail" with the lines below :

thumbnails
{
0
{
image "thumbnail.jpg"
width 240
height 180
}
}

thumbnail.jpg is just by way of an example and the file name can be anything you want and can be from the original folder if an image for the route is already present (change name to that in the folder) or a screenshot you have taken in game and resized and named appropriately.

Doing it this way will show an image for the asset in CM and in game in the route list when the route is selected.
 
Back
Top