The Passegers Destination - how to?

OpenTTD is a fully open-sourced reimplementation of TTD, written in C++, boasting improved gameplay and many new features.

Moderator: OpenTTD Developers

Post Reply
jirik
Engineer
Engineer
Posts: 3
Joined: 12 Aug 2008 21:29
Location: Hradec kralove
Contact:

The Passegers Destination - how to?

Post by jirik »

Hi,
at first: I searched a lot, but I did not find.

Can anybody help me how to add Passengers Destinations to OpenTTD? I use version 0.6.2.1 on Kubuntu 8.04.
They are some post in forum, but nothing concrete.

Thanks a lot.
Yexo
Tycoon
Tycoon
Posts: 3663
Joined: 20 Dec 2007 12:49

Re: The Passegers Destination - how to?

Post by Yexo »

Passenger destination isn't part of OpenTTD 0.6.2. There is an old patch in the development section (also in multiple patchpacks), but that one is very unstable in multiplayer. A new patch is developed by peter1138 and Celestar at the moment. You'll have to wait some time before it ends up in trunk. If you want it now, you can try downloading a patchpack that includes it.
User avatar
Zutty
Director
Director
Posts: 565
Joined: 22 Jan 2008 16:33

Re: The Passegers Destination - how to?

Post by Zutty »

Yexo wrote:...A new patch is developed by peter1138 and Celestar at the moment...
REALLY?!

I thought pax dest was dead. Is this official? :D
PathZilla - A networking AI - Now with tram support.
Roujin
Tycoon
Tycoon
Posts: 1884
Joined: 08 Apr 2007 04:07

Re: The Passegers Destination - how to?

Post by Roujin »

* @Belugas wonders what is worst... a mom or a wife...
<Lakie> Well, they do the same thing but the code is different.

______________
My patches
check my wiki page (sticky button) for a complete list

ImageImage
ImageImageImageImageImageImageImage
User avatar
Gord
Chairman
Chairman
Posts: 775
Joined: 15 Aug 2007 10:14
Location: Upper Gornal, Dudley

Re: The Passegers Destination - how to?

Post by Gord »

Well best of luck to those developing it. I know passenger destinations is one of those thats been a pain...so a big thumbs up to those who are giving it another go.

And I like the screenshot thread too. Look forward to trying the patch one day.
User avatar
Purno
Tycoon
Tycoon
Posts: 16659
Joined: 30 Mar 2004 12:30
Location: Almere, The Netherlands

Re: The Passegers Destination - how to?

Post by Purno »

Absolutely. Passengers-have-Destinations sounds very interesting, so a big bow to those who try to implement it :bow:
Contributor to the The 2cc Set and Dutch Trainset. Inventor of the Metro concept. Retired Graphics Artist.
Image Image
Download TT | Latest TTDPatch | OpenTTD | OpenTTDCoop | BaNaNaS: OpenTTD content system | 2048² OTTD scenario of the Netherlands
GRF Codec | GRF Crawler | GRF Maker | Usefull graphics & tools sites | NML Documentation Wiki | NFO Documentation Wiki
All my graphics are licensed under GPL. "Always remember you're unique, just like everyone else."
User avatar
CommanderZ
Tycoon
Tycoon
Posts: 1872
Joined: 07 Apr 2008 18:29
Location: Czech Republic
Contact:

Re: The Passegers Destination - how to?

Post by CommanderZ »

We all know this is future of OTTD, please keep developing!
jirik
Engineer
Engineer
Posts: 3
Joined: 12 Aug 2008 21:29
Location: Hradec kralove
Contact:

Re: The Passegers Destination - how to?

Post by jirik »

Thanks to all, I downloaded Roest's patch pack and it is not bad. It still need develop, so go go go :) Big thanks to developers of these patchs, they are very good.

There is the last missing feature from Simutrans: Lines. I know about Shared Orders, but it is not perfect. Lines in Simutrans are the best way I think.
dbkblk
Traffic Manager
Traffic Manager
Posts: 154
Joined: 29 Mar 2008 18:38

Re: The Passegers Destination - how to?

Post by dbkblk »

Whouuh, dreams will come true :D
el koeno
Route Supervisor
Route Supervisor
Posts: 454
Joined: 24 Sep 2004 15:47

Re: The Passegers Destination - how to?

Post by el koeno »

Roujin wrote:Here's some evidence ;)
http://www.tt-forums.net/viewtopic.php?f=47&t=38860
Where did you get that cargodest patch/whatever?
Roujin
Tycoon
Tycoon
Posts: 1884
Joined: 08 Apr 2007 04:07

Re: The Passegers Destination - how to?

Post by Roujin »

As I also posted in that thread, you'll need to install Mercurial (a decentralized version control system), also some third party libraries ("Boost", to be specific, you need only the Graph parts of it), and then using mercurial, pull from one of the devs working on it (mainly peter1138 and Celestar).
I strongly suggest to connect to the openttd IRC channel to get started (also to know where to pull from..).

If you're not willing and/or able to do the complicated stuff involving Mercurial and Boost, you may want to keep your eyes open for news from the openttdcoop guys. Last thing I know is that they wanted to hold a test of cargodest on their devserver, so they might be providing a svn .diff or even binaries.
* @Belugas wonders what is worst... a mom or a wife...
<Lakie> Well, they do the same thing but the code is different.

______________
My patches
check my wiki page (sticky button) for a complete list

ImageImage
ImageImageImageImageImageImageImage
User avatar
CommanderZ
Tycoon
Tycoon
Posts: 1872
Joined: 07 Apr 2008 18:29
Location: Czech Republic
Contact:

Re: The Passegers Destination - how to?

Post by CommanderZ »

Why don't they use the SVN?
Roujin
Tycoon
Tycoon
Posts: 1884
Joined: 08 Apr 2007 04:07

Re: The Passegers Destination - how to?

Post by Roujin »

Because centralized version control systems like SVN are not as handy for parallel developing as a decentralized version control system like Mercurial. Maybe it's also their personal taste, I don't know. Why not ask them yourself on IRC? :)
* @Belugas wonders what is worst... a mom or a wife...
<Lakie> Well, they do the same thing but the code is different.

______________
My patches
check my wiki page (sticky button) for a complete list

ImageImage
ImageImageImageImageImageImageImage
Yexo
Tycoon
Tycoon
Posts: 3663
Joined: 20 Dec 2007 12:49

Re: The Passegers Destination - how to?

Post by Yexo »

Roujin wrote:If you're not willing and/or able to do the complicated stuff involving Mercurial and Boost, you may want to keep your eyes open for news from the openttdcoop guys. Last thing I know is that they wanted to hold a test of cargodest on their devserver, so they might be providing a svn .diff or even binaries.
There already was a test, but it desynced a lot. svn diff and binaries can be found in the #openttdcoop.dev channel (just say !download).
User avatar
CommanderZ
Tycoon
Tycoon
Posts: 1872
Joined: 07 Apr 2008 18:29
Location: Czech Republic
Contact:

Re: The Passegers Destination - how to?

Post by CommanderZ »

Why not ask them yourself on IRC?
I can't access IRC (bad internet connection, cannot hadle any protocols but HTTP).
User avatar
Zutty
Director
Director
Posts: 565
Joined: 22 Jan 2008 16:33

Re: The Passegers Destination - how to?

Post by Zutty »

CommanderZ wrote:
Why not ask them yourself on IRC?
I can't access IRC (bad internet connection, cannot hadle any protocols but HTTP).
I always use this. Its much easier than installing an IRC client on your machine.
PathZilla - A networking AI - Now with tram support.
el koeno
Route Supervisor
Route Supervisor
Posts: 454
Joined: 24 Sep 2004 15:47

Re: The Passegers Destination - how to?

Post by el koeno »

I never really use IRC. I sort of detest chatting, except to good friends. Anyway, that means I'll wait until the developers of cargodest feel good enough about their patch that they'll post it around here for people to test it.
dbkblk
Traffic Manager
Traffic Manager
Posts: 154
Joined: 29 Mar 2008 18:38

Re: The Passegers Destination - how to?

Post by dbkblk »

There are binaries on the IRC channel ! This is very nice to play even if there are some problems (i think there're already known), like desync (i tested with a friend) or some orders problems...
...it is however absolutly fantastic !!!

PS: I dunno where i can report bugs..?
Roujin
Tycoon
Tycoon
Posts: 1884
Joined: 08 Apr 2007 04:07

Re: The Passegers Destination - how to?

Post by Roujin »

For now, I'd tell them directly to peter1138/Celestar in the IRC channel..
* @Belugas wonders what is worst... a mom or a wife...
<Lakie> Well, they do the same thing but the code is different.

______________
My patches
check my wiki page (sticky button) for a complete list

ImageImage
ImageImageImageImageImageImageImage
Post Reply

Return to “General OpenTTD”

Who is online

Users browsing this forum: No registered users and 17 guests