"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
DaleStan
TTDPatch Developer
TTDPatch Developer
Posts: 10285
Joined: 18 Feb 2004 03:06
Contact:

Post by DaleStan »

OK, krtaylor, I'm going to try this ONE MORE TIME.
Where did you want to *put* the buffer?
Attachments
station.png
station.png (3.5 KiB) Viewed 2882 times
To get a good answer, ask a Smart Question. Similarly, if you want a bug fixed, write a Useful Bug Report. No TTDPatch crashlog? Then follow directions.
Projects: NFORenum (download) | PlaneSet (Website) | grfcodec (download) | grfdebug.log parser
User avatar
krtaylor
Tycoon
Tycoon
Posts: 11784
Joined: 07 Feb 2003 01:58
Location: Texas, USA
Contact:

Post by krtaylor »

In another square off the end, with **fake** track and the buffer drawn in it. The train can't get to it because it's marked as do-not-go-there, but it's part of the station nevertheless.
Development Projects Site:
http://www.as-st.com/ttd
Japan, American Transition, Planeset, and Project Generic Stations available there
Prof. Frink
Tycoon
Tycoon
Posts: 3849
Joined: 20 Jan 2003 14:51
Location: Broadstone, Dorset
Contact:

Post by Prof. Frink »

What if it were made part of the end platform square, but overlapping the next square over?

I expect it would look odd if there's anything on that square though...
Especially Zimmlock's Escher-bank ;)
michael blunck
Tycoon
Tycoon
Posts: 5954
Joined: 27 Apr 2005 07:09
Contact:

Post by michael blunck »

krtaylor wrote:In another square off the end, with **fake** track and the buffer drawn in it. The train can't get to it because it's marked as do-not-go-there, but it's part of the station nevertheless.
Like this, for example:
[/img]
Attachments
Scr280.png
Scr280.png (7.58 KiB) Viewed 2836 times
User avatar
Born Acorn
Tycoon
Tycoon
Posts: 7596
Joined: 10 Dec 2002 20:36
Skype: bornacorn
Location: Wrexham, Wales
Contact:

Post by Born Acorn »

Dalestan wrote:Born_Acorn posted sprites for doing that before you started this whole discussion. Obviously, we're talking straight past each other, so why don't you photoshop up something that shows what you want.
I wonder why people keep putting underscores in my name :P

what the?

There be a post deleted/missing here.
Last edited by Born Acorn on 02 Jun 2005 17:08, edited 1 time in total.
Image
Singaporekid
Tycoon
Tycoon
Posts: 1966
Joined: 21 May 2004 07:39
Location: Singapore

Post by Singaporekid »

Whoa, very nice
<+Raichase> ugh, I just ate some of my beard D:
DaleStan
TTDPatch Developer
TTDPatch Developer
Posts: 10285
Joined: 18 Feb 2004 03:06
Contact:

Post by DaleStan »

krtaylor wrote:In another square off the end, with **fake** track and the buffer drawn in it.
Born Acorn posted sprites for doing that before this whole discussion got started.
Obviously we're talking past each other, so why don't you photoshop up something to show what you want?

@Born Acorn:might have something to do with your IRC handle.
Yes, I posted, then discovered that there were several posts in between mine and krtaylors (to which I was responding) so I deleted and reposted (Not quite sure why I didn't just edit, but I didn't.)
To get a good answer, ask a Smart Question. Similarly, if you want a bug fixed, write a Useful Bug Report. No TTDPatch crashlog? Then follow directions.
Projects: NFORenum (download) | PlaneSet (Website) | grfcodec (download) | grfdebug.log parser
User avatar
Geo Ghost
Moderator
Moderator
Posts: 6567
Joined: 25 Oct 2004 10:06
Location: UK
Contact:

Post by Geo Ghost »

I done a bit of research in how we could have more bare platforms to go along with the others we have.
So far, i think that if we just have the rails, or the gravle missing, it might, just might give the effect of abandoned sidings, or old ones to go with some stations for looks :wink:

Heres what i came up with.
I could match the other Basic platforms we have. What do you think?
Attachments
Sprites.png
Sprites.png (37.09 KiB) Viewed 2803 times
User avatar
krtaylor
Tycoon
Tycoon
Posts: 11784
Joined: 07 Feb 2003 01:58
Location: Texas, USA
Contact:

Post by krtaylor »

Actually, MB posted a beautiful images just now of what I meant, except of course that he has the buffers only on the fake tracks which are adjacent to the real ones. My version would be having the buffer off the end of a real track, and part of the station, and looking as if it were a continuation pf the real track, except that it would be coded as not-real-track so the trains wouldn't try to go there - They would stop at the end of the real track section, right up against the buffers in the not-real-track section immediately following.
Development Projects Site:
http://www.as-st.com/ttd
Japan, American Transition, Planeset, and Project Generic Stations available there
michael blunck
Tycoon
Tycoon
Posts: 5954
Joined: 27 Apr 2005 07:09
Contact:

Post by michael blunck »

krtaylor wrote:[...] My version would be having the buffer off the end of a real track, and part of the station, and looking as if it were a continuation pf the real track, except that it would be coded as not-real-track so the trains wouldn't try to go there [...]
Of course there will be also such kind of buffer stops at dead ends. The only problem with that approach being the requirement of prop 15 for stations which is a static feature, whereas the buffer stops in the picture above are dynamic, i.e. they´re removed when attaching a track to the yard at that particular position.

regards
Michael
User avatar
krtaylor
Tycoon
Tycoon
Posts: 11784
Joined: 07 Feb 2003 01:58
Location: Texas, USA
Contact:

Post by krtaylor »

Yes, that's exactly the problem. Apparently, as you say, prop15 is static. I suppose maybe in theory it could be hooked to the detect-continuing-track feature?
Development Projects Site:
http://www.as-st.com/ttd
Japan, American Transition, Planeset, and Project Generic Stations available there
User avatar
Oracle
Tycoon
Tycoon
Posts: 2138
Joined: 22 May 2003 09:59

Post by Oracle »

To do what krtaylor is suggesting, which I make out to be making the station one tile shorter and preventing trains from entering that tile, would require:
Setting two bits in property 15 to prevent trains from entering one pair of tile types (let's say 06/07).
Using the rail continuation property to determine whether the track continues past the end tile of a station.
If the track doesn't continue, using callback 24 to set that tile to type 06 and then using buffer graphics.

However, you can't do this because callback 24 is called before the station is actually built and you therefore don't have the continuation information available. If that variable (var. 45) was available during that callback then I expect it would be possible, but currently, at least, it isn't.
michael blunck
Tycoon
Tycoon
Posts: 5954
Joined: 27 Apr 2005 07:09
Contact:

Post by michael blunck »

krtaylor wrote:Yes, that's exactly the problem. Apparently, as you say, prop15 is static. I suppose maybe in theory it could be hooked to the detect-continuing-track feature?
I don´t think so. From what I´ve heard prop.15 seems to be closely related to prop.11 and prop.14 (pylon and wire placement) and thus wouldnt´allow for more sophisticated tile handling (e.g. callbacks).

Nevertheless, I think we could live with it the way it´ll be implemented.

regards
Michael
Patchman
Tycoon
Tycoon
Posts: 7575
Joined: 02 Oct 2002 18:57
Location: Ithaca, New York
Contact:

Post by Patchman »

krtaylor wrote:Yes, that's exactly the problem. Apparently, as you say, prop15 is static. I suppose maybe in theory it could be hooked to the detect-continuing-track feature?
Patchman wrote:... the "cannot enter this tile" feature does not and cannot work that way
(because that would really slow down the pathfinding otherwise)
Josef Drexler

TTDPatch main | alpha/beta | nightly | manual | FAQ | tracker
No private messages please, you'll only get the answering machine there. Send email instead.
User avatar
Geo Ghost
Moderator
Moderator
Posts: 6567
Joined: 25 Oct 2004 10:06
Location: UK
Contact:

Post by Geo Ghost »

krtaylor, do you think the Sprites i posted will be a good idea to go with the bare platforms we have?
User avatar
krtaylor
Tycoon
Tycoon
Posts: 11784
Joined: 07 Feb 2003 01:58
Location: Texas, USA
Contact:

Post by krtaylor »

Yes, actually, I think those sprites would be a nice "siding" addition. Oftentimes not all the tracks in a station have platforms.
Development Projects Site:
http://www.as-st.com/ttd
Japan, American Transition, Planeset, and Project Generic Stations available there
User avatar
Geo Ghost
Moderator
Moderator
Posts: 6567
Joined: 25 Oct 2004 10:06
Location: UK
Contact:

Post by Geo Ghost »

They ok to be on the 'to code in the future' list, or does anything else need to be added?
User avatar
krtaylor
Tycoon
Tycoon
Posts: 11784
Joined: 07 Feb 2003 01:58
Location: Texas, USA
Contact:

Post by krtaylor »

I think the bottom bunch of them works, because the grass isn't included in them - it gets put on top of the grass, I believe.
Development Projects Site:
http://www.as-st.com/ttd
Japan, American Transition, Planeset, and Project Generic Stations available there
User avatar
lobster
Tycoon
Tycoon
Posts: 5671
Joined: 21 Dec 2003 23:30
Location: Atlantic Ocean
Contact:

Post by lobster »

hey, since when does Michael mingle here? i'm getting more and more surprised.

on-topic: it's a brilliant idea, but remember that you'll have a "dead" stroke of station, probably only good for making the spread wider. ofcourse, for the realism/cool-ishness freaks like me, it'll be an awesome feature. but it won't be anything useful, at all, actually.
"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 »

I don't mind it. I'm often space-constrained in through stations, but usually terminal stations have enough room for an extra piece of length. It'll just come out of the track length at the other end, which is OK. That's a problem only when I have a right-angle station.

If we have not-real-track sections in the station though, for sure there will have to be a way of telling that's what they are. Maybe a different color in the footprint squares, and an indicator of some kind in the station purchase window?
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: No registered users and 21 guests