I am continuing the discussion:
viewtopic.php?f=26&t=82691&start=100#p1206153 we had about stationtiles that can overlap a depot over at your auztrack-thread here, as I think it is a bit offtopic for that thread and better suited here
You were indeed close with the code for the SWSE overlaps, the only thing you had to do was enlarging/extending the boundingboxes.
With regards to the NWNE overlaps, those can have an issue:

- Example411.png (43.1 KiB) Viewed 2970 times
As you can see, the NW overlap covers up a building that is in front of it.
That also can be fixed by the boundingboxes:

- Example412.png (103.91 KiB) Viewed 2970 times
To get those boundingboxes you need to change the offsets of those (as normally a boundingbox will not extend to that direction).
1926 * 66 00 04 04 01 26 08 "AS07" 11 FF 14 00 09 02
F4 03 00 00
F0 00 00 20 05 30 2D 84 00 00
F0 0B 00 20 05 30 2E 84 00 00 80
F3 03 00 00 00
F0 00 05 20 30 2F 84 00 00 0B
F0 00 05 20 30 30 84 00 00 80
But then you also need to change the offsets of the graphics (as changing the offsets of boundingboxes will also place the graphics somewhere else and you need to put those back again).
To make a long story short (I need some sleep

), here are the codes you need for SWSE and NWNE overlaps, with the correct placement and length of the boundingboxes (you can adjust the hight to what you want ofcourse):
Code: Select all
1910 * 6 01 04 01 FF 04 00
1911 c:/grfcodec603/auzstations/gfx/template_platformoverlaptoswse_8bpp_EMPTY.png 8bpp 10 40 96 122 -63 -75 normal chunked
| c:/grfcodec603/auzstations/gfx/template_platformoverlaptoswse_32bpp.png 32bpp 10 40 96 122 -63 -75 normal chunked
1912 c:/grfcodec603/auzstations/gfx/template_platformoverlaptoswse_8bpp_EMPTY.png 8bpp 122 40 96 122 -85 -86 normal chunked
| c:/grfcodec603/auzstations/gfx/template_platformoverlaptoswse_32bpp.png 32bpp 122 40 96 122 -85 -86 normal chunked
1913 c:/grfcodec603/auzstations/gfx/template_platformoverlaptoswse_8bpp_EMPTY.png 8bpp 234 40 96 122 -31 -75 normal chunked
| c:/grfcodec603/auzstations/gfx/template_platformoverlaptoswse_32bpp.png 32bpp 234 40 96 122 -31 -75 normal chunked
1914 c:/grfcodec603/auzstations/gfx/template_platformoverlaptoswse_8bpp_EMPTY.png 8bpp 346 40 96 122 -9 -86 normal chunked
| c:/grfcodec603/auzstations/gfx/template_platformoverlaptoswse_32bpp.png 32bpp 346 40 96 122 -9 -86 normal chunked
1915 * 66 00 04 04 01 25 08 "AS07" 11 FF 14 00 09 02
F4 03 00 00 00 00 00 20 05 30 2D 84 00 00 00 0B 00 20 05 30 2E 84 00 00 80
F3 03 00 00 00 00 00 05 20 30 2F 84 00 00 0B 00 00 05 20 30 30 84 00 00 80
1916 * 7 02 04 00 00 01 00 00
1917 * 7 02 04 01 00 01 00 00
1918 * 10 03 04 01 25 01 FE 01 00 00 00
1919 * 42 04 48 FF 01 25 C5 "TEMPLATE PLATFORMS, OVERLAP TO SWSE" 00
1920 * 37 04 48 FF 01 25 C4 "AuzStations: Overlapping Tiles" 00
1921 * 6 01 04 01 FF 04 00
1922 c:/grfcodec603/auzstations/gfx/template_platformoverlaptonwne_8bpp_EMPTY.png 8bpp 10 40 96 122 -63 -75 normal chunked
| c:/grfcodec603/auzstations/gfx/template_platformoverlaptonwne_32bpp.png 32bpp 10 40 96 122 -63 -75 normal chunked
1923 c:/grfcodec603/auzstations/gfx/template_platformoverlaptonwne_8bpp_EMPTY.png 8bpp 122 40 96 122 -85 -86 normal chunked
| c:/grfcodec603/auzstations/gfx/template_platformoverlaptonwne_32bpp.png 32bpp 122 40 96 122 -85 -86 normal chunked
1924 c:/grfcodec603/auzstations/gfx/template_platformoverlaptonwne_8bpp_EMPTY.png 8bpp 234 40 96 122 -31 -75 normal chunked
| c:/grfcodec603/auzstations/gfx/template_platformoverlaptonwne_32bpp.png 32bpp 234 40 96 122 -31 -75 normal chunked
1925 c:/grfcodec603/auzstations/gfx/template_platformoverlaptonwne_8bpp_EMPTY.png 8bpp 346 40 96 122 -9 -86 normal chunked
| c:/grfcodec603/auzstations/gfx/template_platformoverlaptonwne_32bpp.png 32bpp 346 40 96 122 -9 -86 normal chunked
1926 * 66 00 04 04 01 26 08 "AS07" 11 FF 14 00 09 02
F4 03 00 00 F0 00 00 20 05 30 2D 84 00 00 F0 0B 00 20 05 30 2E 84 00 00 80
F3 03 00 00 00 F0 00 05 20 30 2F 84 00 00 0B F0 00 05 20 30 30 84 00 00 80
1927 * 7 02 04 00 00 01 00 00
1928 * 7 02 04 01 00 01 00 00
1929 * 10 03 04 01 26 01 FE 01 00 00 00
1930 * 42 04 48 FF 01 26 C5 "TEMPLATE PLATFORMS, OVERLAP TO NWNE" 00
1931 * 37 04 48 FF 01 26 C4 "AuzStations: Overlapping Tiles" 00
These should be ok for the graphicstemplates you made (except for their names ofcourse

).
My game files go in the My Documents/OpenTTD/content_download/newgrf even the ones I test.
So there you have the versions you download from Bananas (the .tar's) as well as the versions of the regular/test .grf's of the same GRF?
If so, then I think that OpenTTD will always prefer to choose the .tar first, when opening a save-game... It doesnt matter then if you split up to different locations.
Just doublecheck the GRF-list of that save-game when you open it (old versions show up with a yellow/orange square in front of the name, I believe) and manually replace GRFs (by removing the old one from the list and then insert the most current version) and then re-save, that works for me with my old games.
The long slope roof for 2 tracks look nice, but when trying to do multi tracks end roof was long and others short.
I actually liked the look of that
