Image format of deck trams
1-deck-closed.dat, 2-deck-closed.dat and 1-deck.trailer.dat in the trams folder of pak128.Britain uses single index only to specify the location of the image within the respective png-files. This cannot be p****d by SimuTranslator, which requires 2 indexes always. Therefore in order for the images to be shown in SimuTranslator (which greatly helps the translators), this:
EmptyImage[E]=./images/2-deck-closed.0
EmptyImage[SE]=./images/2-deck-closed.1
needs to be changed to:
EmptyImage[E]=./images/2-deck-closed.0.0
EmptyImage[SE]=./images/2-deck-closed.0.1
for all image specifications within these three files.
I have done a local mod of these files and uploaded this to SimuTranslator, but a reupload to update stats etc may overwrite this, so best would be if this could be changed at svn also.