Help with route config file Please.

I know there is a thread for thumbnails, but here is the code that is showing faulty after trying to put a screenshot into my config file for my route. Please help me as its showing faulty now and not working!

Here are the errors!

Error: The Tag 'thumbnails' is not permitted within a container of type 'map'.
Error: Required container 'thumbnails' is missing.
Error: Missing or invalid selection for tag 'category-era' in 'map'.


This is a partial look at the config file I messed up. I think everything just need to be in a certain order. ????


category-region "00"
category-era "00"
thumbnails
kuid <kuid:670546:100130>
kind "map"
username "San Joaquin Valley Railroad V1"
workingscale 0
workingunits 0
water <kuid:-1:6352>
description
trainz-build 3.6
category-class "YM"
region <kuid:-1:7804>


world-origin
{
latitude 38,53.4,1
longitude 77,1.1998,-1
altitude 0
}


string-table
{
 
Missing the thumbnails container, you can't just put thumbnails without the rest of the contents of the container.
Code:
thumbnails
{
  0
  {
    image                               "$screenshot$.jpg"
    width                               240
    height                              180
  }
}

category-era should be in the format
Code:
category-era                            "1800s;2010s"
 
Last edited:
Back
Top