Page 1 of 1
Some new station-tiles
Posted: 09 Nov 2009 16:49
by Gremnon
After a bit of work in my meager little art workshop, I give you my clearly not-too-good, and first attempt at, some TTD graphics.
As yet, as there's no support for diagonal station tiles in either TTDPatch or OpenTTD, these are only really useful as non-track tiles, and eyecandy. Someone may yet find a use for them.
Credit has to go to the artists of the OpenGFX graphics, who's work I used as a baseline for these.
They're by no means perfect, and as yet I've only done these ones for temperate. I plan to do at least arctic, tropical and toyland, with other track and grass tiles on request to solve problems of whether I'm allowed to use sprites from such and such a set.
They're not coded yet, and depending on how I feel after finishing these for all four climates, I might try my hand a coding them, or I might ask the community to help if anyone wants.
For now, enjoy this little teaser of my work.
Re: Some new station-tiles
Posted: 09 Nov 2009 17:33
by planetmaker

Nice
Gremnon wrote:Credit has to go to the artists of the OpenGFX graphics, who's work I used as a baseline for these.
But please then make sure and clear that anything you derive from it is released under GPL v2 or higher.
Re: Some new station-tiles
Posted: 09 Nov 2009 17:36
by Gremnon
I'll be sure to remember that... I'm a little hazy on exactly how it works, but IIRC, so long as the license is compatible, and credit is given, it's allowed, right?
Also, criticism on the heights wanted - I had a little trouble making them not look like they were just lying on the ground, so I'm not sure if they'll match up to the straight OpenGFX stations.
Re: Some new station-tiles
Posted: 10 Nov 2009 07:53
by Sensation Lover
Befor very nice, I say very good! ...i was searching for that some time ago but didn't find any so I quit... now... You are my hero

...good job! keep it that way

Re: Some new station-tiles
Posted: 10 Nov 2009 09:02
by Gremnon
Stay tuned then people, because by the end of today I hope to have the Arctic grass ones done, along with freshly snowed ones.
Tropic is a possibility depending on how much work I can sneak in on it while actually working.
As to Toyland, I'm not entirely sure it's worth my doing - afaik, few people play in Toyland, so is it really worth adding it?
(Note - for an interesting challenge, try the following GRF combo - all ECS vectors loaded, old wagons with new cargos, and Toyland landscape. If that's not a challenge for you, you're too good at this game for your own good.)
Re: Some new station-tiles
Posted: 10 Nov 2009 14:51
by Gremnon
Feast your eyes ladies and gentlemen, for I've finished the first version of all sprites for all four default climates.
Things to do for the next version will be creating a small piece of station in the smaller triangular areas, such as on the left and right of the vertical tracks, and above and below the horizontal ones.
Also - at the moment - if anyone wants these done for other station sets, rail types, or ground tiles, just ask. I'll have to get permission to use the sprites I need, but as long as I can use them, I'll work on them.
One thing I've noticed that I never realized before... it's odd how what looks totally flat when you're working on it looks almost 3D, at least within the confines of how the game looks, when you zoom out again.
No code or GRF for these as yet. Credit, as mentioned before, is to the artists of OpenGFX, which the sprites are based on, and these are licensed under the GPL v2... to keep it easier to understand for me.
Enjoy.
Re: Some new station-tiles
Posted: 18 Dec 2009 20:54
by petert
Gremnon,
I've read your post saying that you don't have a coder, but that's from a while ago. Do you have a coder or have you managed to find one? I really would like to see a GRF for this.
Peter
Re: Some new station-tiles
Posted: 18 Dec 2009 20:58
by Gremnon
No, there's no coder for this, and currently, I'm immersing myself in C++ code, not NFO. I did have a look at station NFO code, it took a hard look at me back, and we haven't seen each other since.
Anyone who wants to code them, be my guest, so long as I get credit for making them, and OpenGFX authors get the credits too because I borrowed their sprites to make these.
While I do have a few limits on my time because of last minute shopping and other haring around all over, if anyone has requests for these using other base terrain, rail tracks, or stations, do let me know - I'll have to get the right permissions from the various authors, but I'll try and make some.
Re: Some new station-tiles
Posted: 18 Dec 2009 21:42
by peter1138
Ah, this brings back memories... the patch for this one is from r2673 of OpenTTD... Born_Acorn did the artwork.
Re: Some new station-tiles
Posted: 18 Dec 2009 21:44
by Gremnon
Damn. I guess I'm not the first person to have the idea.
I'll admit actual diagonal stations probably aren't likely to make their way to the game (again, if your post is anything to go by) but at the very least, until they do, it could make for some interesting effects.
By the way, did that patch actually work waaay back then? Did the diagonal stations actually work like normal ones?
Re: Some new station-tiles
Posted: 18 Dec 2009 21:47
by petert
petern wrote:Ah, this brings back memories... the patch for this one is from r2673 of OpenTTD... Born_Acorn did the artwork.
Do diagonal stations actually require a patch?
Re: Some new station-tiles
Posted: 18 Dec 2009 21:50
by peter1138
Gremnon wrote:By the way, did that patch actually work waaay back then?
It did work partially, until the game crashed...
Sadly your work is a bit wasted, as all station tiles are built up from multiple sorted sprites -- there's no need to have climate variations at all.
petert wrote:Do diagonal stations actually require a patch?
Yes, very much so.
Re: Some new station-tiles
Posted: 18 Dec 2009 21:55
by Gremnon
Well, given that it is my first attempt at any station tiles, I was bound to do something that made it harder.
I'll possibly separate it out again later.
But to be fair, I thought this approach was best, since they were aimed at being non-track tiles, and I vaguely remember something about having to make them as one piece.