Sanchimaru wrote:Well, I have been testing the switchyard a little bit, here is what I found:
- I like how you made the tiles "detect" when there must be a middle fake track. However it is not always working alright with all the tiles, see the screenshot below.
The logic works by each tile checking the type of tile to either side. If a side tile is found that is capable of showing a middle rail, a rail is shown on that side of the current tile.
Of the three problem areas you have marked in your screenshot, the central one is next to a middle buffer tile. At present the 'outside' middle buffer tiles are not capable of showing a middle rail on their outside edge, there are no sprites for this. If we added eight more sprites this could be fixed, the sprites required are marked with a redline (indicating the position of the new rail):

- Mid_buffers.png (3.77 KiB) Viewed 2995 times
The other two places you have marked are places where, with the current logic, a middle rail is shown. To try and avoid these cases, would make the logic much more complex and restrict the options of the player. That's why I included the "Track no middle-rail" tile, which can be used in these positions to prevent a middle rail being shown.
Sanchimaru wrote:- There are some clipping problems. If there is any sprite editing needed to fix it, let me know and I'll work on it
I will look into the clipping problem; I thought I'd fixed that.
Sanchimaru wrote:Nice work! this is beginning to look great. I am thinking of making a new rail depot that fits the switchyard.
Sanchimaru wrote:Here are the new sprites for the fixtures, check out the updates:
- water tower correctly aligned, and I made the beams be more visible.
- rail cranes and overhead cranes totally renewed! ... I hope this is not too much work

Thanks for fixing the water tower that looks much better.

The new animated overhead crane sounds like an interesting challenge.
Here's what the switchyard looks like on a snow/grass transition tile. It certainly looks better, what do you think?

- Snowy switchyard 2.png (13.59 KiB) Viewed 2994 times