Help:VE230

From TrainzOnline
Revision as of 16:27, 22 May 2020 by N3vpolsen (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

DLS thumbnail image is missing or incorrectly sized for featured asset.

This error is due to 2 possible reasons when submitting your DLC content via TCCP.

1. The asset in question is completely missing a thumbnail image of 240 x 180 pixels in size.

or

2. The asset in question has a thumbnail image in the asset itself and references the image in the config.txt file but the image is not 240 x 180 pixels in size.

The TCCP logs should indicate which asset (KUID) this is for so you only need to fix that asset.


Each asset will need a thumbnail image (.jpg format) that is 240 x 180 pixels. This image must be placed inside the asset folder. You then references the thumbnail image via the thumbnail container in your config.txt file.

 thumbnails
 {
   0
   {
     image    "0.jpg"
     width    1280
     height    800
   }

   1
   {
     image    "1.jpg"
     width    1280
     height    800
   }

   2
   {
     image    "2.jpg"
     width    1280
     height    800
   }

   default
   {
     image     "thumbnail.jpg"
     width     240
     height    180
   }
 }


You only need to correct this error for the assets you declare in the "Featured Assets" listing on the TCCP project before uploading your DLC package to TCCP.

"Feature Assets" should only be assets that are Routes, Sessions or Trains. Feature Assets are basically the showcase items that will appear in the Trainz Route, Session and Rolling Stock menus and also in the Trainz Store.

Tccp featured assets.jpg

Personal tools