trainman53
Veritas Obitus
Quick question for the experts: How do I attach a Thumbnail/Pic to my route so it will show in the games' list of routes and/or on 'My Content' in CM?........thx in advance......

Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Aren't route thumbnails 512 x 512....
Yep, Dermmy is right, route thumbnails are 512 x 512. Easy mistake to make though if you are going on memory.
thumbnails
{
0
{
image "thumbnail256x256.jpg"
width 256
height 256
}
1
{
image "thumbnail240x180.jpg"
width 240
height 180
}
}
Excellent! That was really useful to learn. Thanks!To maximise compatibility you can use both
thumbnails
{
thumb
{
width 240
height 180
image "thumbnail.jpg"
}
preview
{
width 256
height 256
image "splash.jpg"
}
}
The thing is that you are wrong: They are not both rectangular. The one in the route/session menu is 256x256 and the one in CM is 240x180.the image displayed in the route/session menus and in CM is square not rectangular I'm not sure I understand the inclusion of a rectangular (240 x 180) image.
That is a mystery for me, I have tried everything and the screenshot do not show up.The thing is that you are wrong: They are not both rectangular. The one in the route/session menu is 256x256 and the one in CM is 240x180.
I just tested it and the piece of code of pw3r works nice.
I first tested it with just a 1:1 and just a 4:3 size image and that did not work. I started with a 480x480 and a 480x360 and 2 clearly different images. As a result CM showed me the 480x480 version. I left the images the same size but changed the dimensions listed in the config file to be 256x256 and 240x180 and now CM and in-game show different images. No more strangely stretched images!
So the images can be any size, as long as the dimensions pointing to them are correct.
Given that a route created in Ts10 or 12 can only be used in those versions and that in both those versions the image displayed in the route/session menus and in CM is square not rectangular I'm not sure I understand the inclusion of a rectangular (240 x 180) image
In my routes, I've been doing it like this:
..
I think I got this method off the wiki. I haven't uploaded any like this to the DLS nor brought in to TS12 SP1 yet. Should I change them to the method Terry gave above?
I believe that's the traditionally expected size for DLS thumbnails.
chris
As far as I can tell, you're using exactly the same method as Terry.
chris