"Project Generic Stations" Thread

Discuss, get help with, or post new graphics for TTDPatch and OpenTTD, using the NewGRF system, here. Graphics for plain TTD also acceptable here.

Moderator: Graphics Moderators

Locked
Singaporekid
Tycoon
Tycoon
Posts: 1966
Joined: 21 May 2004 07:39
Location: Singapore

Post by Singaporekid »

Station building which occupies two station platforms
An overpass, stretching over to 4 tracks (Suprrrise! :P)
Shelter on the station building
Brown benches
A station sign for the end platform
And as a bonus, a tree!

There was also a plan to make the buildings and platforms change sprites depending on the amount of people, but last time I asked you, you said you couldn't code that, so I didn't really bother very much
I did have a preview somewhere though, might look for it if you want

Of course, that is all for the country station, but if you wanted the maintainence thingy, I haven't decided much on it yet
Of course, I have plans for a modern version for the both of them, but it's also not fully decided yet
<+Raichase> ugh, I just ate some of my beard D:
User avatar
wallyweb
Tycoon
Tycoon
Posts: 6102
Joined: 27 Nov 2004 15:05
Location: Canada

Post by wallyweb »

What else is there besides the coal/water tower stuff?
Only thing I can suggest is to perhaps have it evolve into a diesel fueling tower, but I don't think one sees those at stations ... more likely at a depot.
Could the coal/water tower buy coal and water in the tropic set?
User avatar
Aegir
Tycoon
Tycoon
Posts: 2884
Joined: 09 Feb 2004 10:02
Contact:

Post by Aegir »

Singaporekid wrote:Station building which occupies two station platforms
An overpass, stretching over to 4 tracks (Suprrrise! :P)
Shelter on the station building
Brown benches
A station sign for the end platform
And as a bonus, a tree!

There was also a plan to make the buildings and platforms change sprites depending on the amount of people, but last time I asked you, you said you couldn't code that, so I didn't really bother very much
I did have a preview somewhere though, might look for it if you want

Of course, that is all for the country station, but if you wanted the maintainence thingy, I haven't decided much on it yet
Of course, I have plans for a modern version for the both of them, but it's also not fully decided yet
Excellent!!!

That is a nice line-up of station peices. I will await your sprites :D .
Currently working under the name 'reldred' on Github, and Discord.
NFO/NML coder, part-time patch writer for JGRPP, and all round belligerent.

14:40 <orudge> I can't say I discriminate against any particular user
14:41 <Aegir> orudge: I can!
User avatar
krtaylor
Tycoon
Tycoon
Posts: 11784
Joined: 07 Feb 2003 01:58
Location: Texas, USA
Contact:

Post by krtaylor »

I would say that those accessories could also be offered as waypoints.

Steam locos would have a coaling tower and a water tower. Sometimes the coaling towers were very big and over multiple tracks, looking much like the coal mine station does.

Diesels would have a filling post, usually the tank is not right there but is off somewhere else.

Both would have a sanding tower, not nearly so big since they don't really use that much.
Development Projects Site:
http://www.as-st.com/ttd
Japan, American Transition, Planeset, and Project Generic Stations available there
User avatar
Aegir
Tycoon
Tycoon
Posts: 2884
Joined: 09 Feb 2004 10:02
Contact:

Post by Aegir »

krtaylor wrote:I would say that those accessories could also be offered as waypoints.

Steam locos would have a coaling tower and a water tower. Sometimes the coaling towers were very big and over multiple tracks, looking much like the coal mine station does.

Diesels would have a filling post, usually the tank is not right there but is off somewhere else.

Both would have a sanding tower, not nearly so big since they don't really use that much.
Thats what I was thinking myself.

I would not integrate these in to P:GS though, as a seperate modular .grf that sits nicely alongside other .grfs. Infact, thats already how I'm working. The P:GS .grf will be just that, Generic stations. Anything fancy will be a supplementory .grf. Its easier to code, easier to maintain, and easier to then configure for the end user, if they are picky about how their station drop-down menues look. menus look.
Currently working under the name 'reldred' on Github, and Discord.
NFO/NML coder, part-time patch writer for JGRPP, and all round belligerent.

14:40 <orudge> I can't say I discriminate against any particular user
14:41 <Aegir> orudge: I can!
Singaporekid
Tycoon
Tycoon
Posts: 1966
Joined: 21 May 2004 07:39
Location: Singapore

Post by Singaporekid »

The completed sprites
I haven't got a name for it yet, so call it whatever you want
Attachments
Station_Thingy.PNG
Station_Thingy.PNG (2.91 KiB) Viewed 2907 times
<+Raichase> ugh, I just ate some of my beard D:
User avatar
Villem
Tycoon
Tycoon
Posts: 3310
Joined: 28 Aug 2003 09:38

Post by Villem »

looks nice, finally something i can use for scenery! :D
User avatar
Aegir
Tycoon
Tycoon
Posts: 2884
Joined: 09 Feb 2004 10:02
Contact:

Post by Aegir »

astath wrote:
Aegir wrote:I need those split into individual sprites first.
mine or his? or both?
Yours. Cornelius already knows about sprite splitting, so I'll leave that up to him unless he is unsure. When I go to code somthing, I make four different station 'tiles'. Each 'tile' has a / and \ facing. Making eight all up (If I wanted to I could makea station with heaps of detail, but would only work in one direction). Each 'tile' can have as many sprites as I want (10 max due to GRFMaker). Each sprite is like a layer. And the sprite sorter decides how to arrange it depending on how I code it. For a basic two platforms side by side (Dual), I need the platform at the back, which the train is drawn over, and then the platform at the front is drawn over the train. For an overpass, it's the same. Except I then have another sprite (Usually two if the back portion that gets drawn over is not drawn straight onto the platform) with the overpass. That gets slapped over them all and draws last (usually/hopefully).

Thats why its so important to split the sprites up into each piece, If you are unsure, look at how other stations (Already coded) are organised into each individual sprite.

Sorry it took so long to get back to you ;).
Currently working under the name 'reldred' on Github, and Discord.
NFO/NML coder, part-time patch writer for JGRPP, and all round belligerent.

14:40 <orudge> I can't say I discriminate against any particular user
14:41 <Aegir> orudge: I can!
User avatar
lobster
Tycoon
Tycoon
Posts: 5671
Joined: 21 Dec 2003 23:30
Location: Atlantic Ocean
Contact:

Post by lobster »

no problem, get back to me anytime baby. :wink:

anyhoo, i'll sort out what you meant right there, but if i'm not mistaken you just mean that every sprite needs to be 1 tile deep. that means that for instance the station building would have to be cut up in half, exactly where one tile hits the other. but as you said, i'll decode the latest grf's and look around in those, poking this and squishing that.
"Your mother was a lobster, and your father... was also a lobster" -- The rascal formerly known as astath -- Last.fm -- Official TT-Dave Worley Fan Club

Image

<orudge> make love to me while I surf, dear lobster
User avatar
lobster
Tycoon
Tycoon
Posts: 5671
Joined: 21 Dec 2003 23:30
Location: Atlantic Ocean
Contact:

Post by lobster »

oh yeah, wait, i forgot about those sprites. i'll do it soon.
"Your mother was a lobster, and your father... was also a lobster" -- The rascal formerly known as astath -- Last.fm -- Official TT-Dave Worley Fan Club

Image

<orudge> make love to me while I surf, dear lobster
User avatar
Thade
Engineer
Engineer
Posts: 92
Joined: 19 Apr 2004 11:23
Location: Denmark/Italy

Post by Thade »

Any news on this project? I could take some photos of a couple of stations around here if this could help.
User avatar
Aegir
Tycoon
Tycoon
Posts: 2884
Joined: 09 Feb 2004 10:02
Contact:

Post by Aegir »

I'm waiting on sprites from Astath and Cornelius, Singapore Kid aswell, to a lesser extent.

Dont worry, P:GS hasnt died.
Currently working under the name 'reldred' on Github, and Discord.
NFO/NML coder, part-time patch writer for JGRPP, and all round belligerent.

14:40 <orudge> I can't say I discriminate against any particular user
14:41 <Aegir> orudge: I can!
User avatar
Thade
Engineer
Engineer
Posts: 92
Joined: 19 Apr 2004 11:23
Location: Denmark/Italy

Post by Thade »

Thanks!
User avatar
lobster
Tycoon
Tycoon
Posts: 5671
Joined: 21 Dec 2003 23:30
Location: Atlantic Ocean
Contact:

Post by lobster »

Aegir wrote:I'm waiting on sprites from Astath and Cornelius, Singapore Kid aswell, to a lesser extent.
i'm a lazy bum, you know that? :wink:

by the way, shouldn't we upload that awesome 3-file update you did to the website?
"Your mother was a lobster, and your father... was also a lobster" -- The rascal formerly known as astath -- Last.fm -- Official TT-Dave Worley Fan Club

Image

<orudge> make love to me while I surf, dear lobster
User avatar
krtaylor
Tycoon
Tycoon
Posts: 11784
Joined: 07 Feb 2003 01:58
Location: Texas, USA
Contact:

Post by krtaylor »

He said it was still not finished. But I can upload any time we decide to.
Development Projects Site:
http://www.as-st.com/ttd
Japan, American Transition, Planeset, and Project Generic Stations available there
Singaporekid
Tycoon
Tycoon
Posts: 1966
Joined: 21 May 2004 07:39
Location: Singapore

Post by Singaporekid »

I got bored and made yet another station
Here's my progress
Attachments
Station_Thingies.PNG
Station_Thingies.PNG (5.74 KiB) Viewed 2306 times
<+Raichase> ugh, I just ate some of my beard D:
SHADOW-XIII
Tycoon
Tycoon
Posts: 14275
Joined: 09 Jan 2003 08:37

Post by SHADOW-XIII »

right platform is very nice one
what are you looking at? it's a signature!
User avatar
Aegir
Tycoon
Tycoon
Posts: 2884
Joined: 09 Feb 2004 10:02
Contact:

Post by Aegir »

krtaylor wrote:He said it was still not finished. But I can upload any time we decide to.
Well, really, it isnt finished. It is a preview build after all, but when I think about it, it is of better coding quality then prior builds, albeit with less features in some areas and more in others.

Go ahead, make a release out of it if you want. I have no problem with it overall.

And Singapore Kid, Looks nice :) Even with the minimal shading. Keep it up :).
Currently working under the name 'reldred' on Github, and Discord.
NFO/NML coder, part-time patch writer for JGRPP, and all round belligerent.

14:40 <orudge> I can't say I discriminate against any particular user
14:41 <Aegir> orudge: I can!
User avatar
lobster
Tycoon
Tycoon
Posts: 5671
Joined: 21 Dec 2003 23:30
Location: Atlantic Ocean
Contact:

Post by lobster »

that looks very nice Singaporekid! i love the blackish gravel-like look below, and the upper one shows great promise for larger overhead objects! :D keep up the good work.
"Your mother was a lobster, and your father... was also a lobster" -- The rascal formerly known as astath -- Last.fm -- Official TT-Dave Worley Fan Club

Image

<orudge> make love to me while I surf, dear lobster
User avatar
krtaylor
Tycoon
Tycoon
Posts: 11784
Joined: 07 Feb 2003 01:58
Location: Texas, USA
Contact:

Post by krtaylor »

There were several versions, can you repost the very most latest one?
Development Projects Site:
http://www.as-st.com/ttd
Japan, American Transition, Planeset, and Project Generic Stations available there
Locked

Return to “Graphics Development”

Who is online

Users browsing this forum: peter1138 and 23 guests