Bus Station

Got an idea for OpenTTD? Post it here!

Moderator: OpenTTD Developers

Again
Engineer
Engineer
Posts: 5
Joined: 23 Sep 2004 22:14

Bus Station

Post by Again »

Hi,

It was a great idea to enlarge the train station and
allowing the airport to receive up to 6 planes! I also
think it would be a good idea to make the bus station
with a width of 2 or even more ... what do you say?
In 0.4.0, you will be able to build many bus stops at a single station.

Celestar
It's not the same :(
User avatar
Celestar
Director
Director
Posts: 574
Joined: 02 Jul 2004 10:56
Contact:

Post by Celestar »

It's not the same, but it's better:

1) You can have up to 255 (maybe even more bus stops), so there will be no yelling about too small stops.
2) You can distribute traffic over a number of access roads, so that there will be no traffic clog-up
3) There is no need to rewrite half of the road vehicle code for a new station
4) There is no need to draw graphics.
5) You can adjust the number of stations to exactly suit your need.

Celestar
User avatar
George
Tycoon
Tycoon
Posts: 4364
Joined: 16 Apr 2003 16:09
Skype: george-vb
Location: Varna, Bulgaria
Contact:

Post by George »

Celestar wrote:It's not the same, but it's better:

1) You can have up to 255 (maybe even more bus stops), so there will be no yelling about too small stops.
2) You can distribute traffic over a number of access roads, so that there will be no traffic clog-up
3) There is no need to rewrite half of the road vehicle code for a new station
4) There is no need to draw graphics.
5) You can adjust the number of stations to exactly suit your need.

Celestar
I hope that someday someone will do it, because when newgrf support will be implemented, the long vehicles will appear. And they require bigger stations. At least 2x1.
Image Image Image Image
User avatar
ThorRune
Tycoon
Tycoon
Posts: 5762
Joined: 09 Oct 2003 14:00
Location: Nordland, Norway
Contact:

Post by ThorRune »

Celestar wrote:It's not the same, but it's better:

1) You can have up to 255 (maybe even more bus stops), so there will be no yelling about too small stops.
2) You can distribute traffic over a number of access roads, so that there will be no traffic clog-up
3) There is no need to rewrite half of the road vehicle code for a new station
4) There is no need to draw graphics.
5) You can adjust the number of stations to exactly suit your need.

Celestar
That really soyund great :D

It'd look odd though, wouldn't it?
Alcohol is not the answer, it just makes you forget the question.
Joker
Transport Coordinator
Transport Coordinator
Posts: 259
Joined: 01 Oct 2004 12:16
Location: Earth, Europe, Czech Republic, Prague

Post by Joker »

Celestar wrote:It's not the same, but it's better:

1) You can have up to 255 (maybe even more bus stops), so there will be no yelling about too small stops.
2) You can distribute traffic over a number of access roads, so that there will be no traffic clog-up
3) There is no need to rewrite half of the road vehicle code for a new station
4) There is no need to draw graphics.
5) You can adjust the number of stations to exactly suit your need.

Celestar
Sounds great... And will there be those small bus stops that can be built right on the road? And more of them next to each other?
User avatar
Darkvater
Tycoon
Tycoon
Posts: 3053
Joined: 24 Feb 2003 18:45
Location: Hong Kong

Post by Darkvater »

You know these kinds of reactions are not exactly what any developer is waiting for. I can testify that Celestar has put a TON of work into getting this to work and all some people have to say is: "it's not the same". Come on :roll:

I would spontaneously lose my enthusiasm with these kind of remarks :(
TrueLight: "Did you bother to read any of the replies, or you just pressed 'Reply' and started typing?"
<@[R-Dk]FoRbiDDeN> "HELP, this litte arrow thing keeps following my mouse, and I can't make it go away."
User avatar
Celestar
Director
Director
Posts: 574
Joined: 02 Jul 2004 10:56
Contact:

Post by Celestar »

If anybody gives me some hint on how to code vehicle movement inside a station, I'll be glad to implement different bus stops. Until then, we have around 80.000 lines of code to convert for the new map and around 10.000 lines of code to write for 0.4.0 alone (with only the features in the roadmap)

For your info: 80.000 lines of code to read is around 1200 narrowly printed pages.

Celestar

How would it look?
Attachments
manybus.png
manybus.png (236.73 KiB) Viewed 1409 times
bigtruck.png
bigtruck.png (198.03 KiB) Viewed 1429 times
User avatar
hawk
Traffic Manager
Traffic Manager
Posts: 221
Joined: 05 Sep 2004 00:26
Location: Brisbane Australia

Post by hawk »

I think it would look really good. I think everyone agrees with me it that it would be really handy to have
User avatar
George
Tycoon
Tycoon
Posts: 4364
Joined: 16 Apr 2003 16:09
Skype: george-vb
Location: Varna, Bulgaria
Contact:

Post by George »

Celestar wrote:If anybody gives me some hint on how to code vehicle movement inside a station, I'll be glad to implement different bus stops. Until then, we have around 80.000 lines of code to convert for the new map and around 10.000 lines of code to write for 0.4.0 alone (with only the features in the roadmap)
can this help a little? Image
Image Image Image Image
User avatar
ThorRune
Tycoon
Tycoon
Posts: 5762
Joined: 09 Oct 2003 14:00
Location: Nordland, Norway
Contact:

Post by ThorRune »

Celestar wrote:How would it look?
Odd. I mean, youre a coder, nto a grrphix artist... But you need one of thoce too, because, at least i think, it looks odd.

And i know this is not the reply you want, but me saying "Great!" don't really help the development much, does it? Ideas do though, right?
Alcohol is not the answer, it just makes you forget the question.
Torrasque
Engineer
Engineer
Posts: 94
Joined: 19 Aug 2004 13:33
Contact:

Post by Torrasque »

Can't you make like train stations? I mean when 2 stations are side by side. you change the graphics.
(Yes, I know, that is not easy to code, especially the multiple entrance and exit I think)

P.S : but the bus station is looking great :)
User avatar
Darkvater
Tycoon
Tycoon
Posts: 3053
Joined: 24 Feb 2003 18:45
Location: Hong Kong

Post by Darkvater »

Multiple bus-stations next to each other ACTING as one (looking good for long busses, etc.) need a FSM (Finite State Machine) akin to what the airports have now. Movement needs to be controlled, if there is long bus, it occupies both terminals, etc. Celestar was asking for that I think, not some "weird" that I can't make out :0.

Try looking at: http://darkvater.no-ip.info/ottd/airports.html
TrueLight: "Did you bother to read any of the replies, or you just pressed 'Reply' and started typing?"
<@[R-Dk]FoRbiDDeN> "HELP, this litte arrow thing keeps following my mouse, and I can't make it go away."
User avatar
ThorRune
Tycoon
Tycoon
Posts: 5762
Joined: 09 Oct 2003 14:00
Location: Nordland, Norway
Contact:

Post by ThorRune »

What about diferent types of stations, long and short ones?
Like, you can put them besides achother, btu, like the airport, you choose bus stop, truck stop (The ones that is there now, long buses going here takes the whole station), long bus/truck stop (2 tile long, 1 tile broad, enough to fit a long bus, in and out the same way as old ones) , terminus short (In on one side, out the other, long buses clog it) terminus long (2x1 of same, out in the short edges, fits 2 long buses at a time). All of thoce could be placed besides eachother, to make huge stations.

If a lot of work, still, also a LOT of benefit.

It's just an idea.
Alcohol is not the answer, it just makes you forget the question.
User avatar
Celestar
Director
Director
Posts: 574
Joined: 02 Jul 2004 10:56
Contact:

Post by Celestar »

Who draws the stuff? Remember that the developers are no graphics people normally, so someone else has to do the graphics.

Celestar
User avatar
Korenn
Tycoon
Tycoon
Posts: 1735
Joined: 26 Mar 2004 01:27
Location: Netherlands
Contact:

Post by Korenn »

Celestar, I'll be happy to supply the needed graphics, on the condition that you try to build roadside stops too, once this stuff is finished :D
User avatar
ThorRune
Tycoon
Tycoon
Posts: 5762
Joined: 09 Oct 2003 14:00
Location: Nordland, Norway
Contact:

Post by ThorRune »

Celestar wrote:Who draws the stuff? Remember that the developers are no graphics people normally, so someone else has to do the graphics.

Celestar
Is that saying that if someone does the graphics, you'll do the code? :D

Anywqays, you could just do something like this, it's easy to do even WITH!!!!! paint
Attachments
Untitled-TrueColor-01.png
Untitled-TrueColor-01.png (9.16 KiB) Viewed 5792 times
Alcohol is not the answer, it just makes you forget the question.
User avatar
Darkvater
Tycoon
Tycoon
Posts: 3053
Joined: 24 Feb 2003 18:45
Location: Hong Kong

Post by Darkvater »

What is that supposed to be? Road with fences? Some kind of an ultra-modern busstop? :P
TrueLight: "Did you bother to read any of the replies, or you just pressed 'Reply' and started typing?"
<@[R-Dk]FoRbiDDeN> "HELP, this litte arrow thing keeps following my mouse, and I can't make it go away."
User avatar
ThorRune
Tycoon
Tycoon
Posts: 5762
Joined: 09 Oct 2003 14:00
Location: Nordland, Norway
Contact:

Post by ThorRune »

well yeah but i meant that's something anyone could do, even WITH!!!!! paint. GFX don't have to be good, or teh slightest bit realistic... They'll just have to mark the stuff that the gfxartists have to draw.
Alcohol is not the answer, it just makes you forget the question.
User avatar
Villem
Tycoon
Tycoon
Posts: 3310
Joined: 28 Aug 2003 09:38

Post by Villem »

if someone gives me the TTD road tiles in right palette i could try make bus station graphics compatible for bigger stations(end pieces, and middle extend pieces). That way, buses would still park the same, but the station would actually look more like one big one. :D
User avatar
George
Tycoon
Tycoon
Posts: 4364
Joined: 16 Apr 2003 16:09
Skype: george-vb
Location: Varna, Bulgaria
Contact:

Post by George »

Celestar wrote:Who draws the stuff? Remember that the developers are no graphics people normally, so someone else has to do the graphics.
I shall do it. Just say what to draw and I shall draw it.
Image Image Image Image
Post Reply

Return to “OpenTTD Suggestions”

Who is online

Users browsing this forum: No registered users and 18 guests