Page 1 of 1
road trains
Posted: 05 Jun 2009 11:44
by dinkiy
can someone give me a newgrfx set with road trains (trucks with A LOT of trailers)
ty
Re: road trains
Posted: 05 Jun 2009 13:18
by PikkaBird
Before we have road trains, it would be nice if OTTD had realistic physics for road vehicles...

Re: road trains
Posted: 05 Jun 2009 15:17
by Sabret00th
HEQS have something like that...
Re: road trains
Posted: 05 Jun 2009 16:19
by andythenorth
Sabret00th wrote:HEQS have something like that...
Not quite what was requested but the ones in HEQS look like this

- bulldozer_train_arctic.png (211.18 KiB) Viewed 5759 times
I guess you're after something more like this?
@Pikka, completely agree. How is your C++?

Re: road trains
Posted: 05 Jun 2009 16:29
by Benny
andythenorth wrote:@Pikka, completely agree. How is your C++?

Oh, oh, oh! I'm trying to learn C++ now, just looking for a good book!

I were at the library yesterday, but I only found a book from 1998..

Re: road trains
Posted: 05 Jun 2009 16:38
by Yexo
Bennythen00b wrote:I were at the library yesterday, but I only found a book from 1998..

old != bad.
Especially to learn programming, the fact that book is old doesn't matter much.
Re: road trains
Posted: 05 Jun 2009 16:42
by Benny
Well, it was about a special type of C++, too. I don't remember the name, but it started with "B".
Edit: And the examples were shown in MS-DOS.

Re: road trains
Posted: 05 Jun 2009 17:58
by CommanderZ
Bennythen00b wrote:Well, it was about a special type of C++, too. I don't remember the name, but it started with "B".
Edit: And the examples were shown in MS-DOS.

Never ever leave console before you get a good grap of the language. Everything else just confuses you. And may I ask what changed in world of C++ since 1998?
(yeah, the only thing coming into my mind is C++.net, but it mix with OTTD).
Re: road trains
Posted: 05 Jun 2009 18:40
by Benny
CommanderZ wrote:Bennythen00b wrote:Well, it was about a special type of C++, too. I don't remember the name, but it started with "B".
Edit: And the examples were shown in MS-DOS.

Never ever leave console before you get a good grap of the language. Everything else just confuses you. And may I ask what changed in world of C++ since 1998?
(yeah, the only thing coming into my mind is C++.net, but it mix with OTTD).
It is the same as 11 years ago..?
Re: road trains
Posted: 05 Jun 2009 19:01
by CommanderZ
There were one or two slight updates of standards, but nothing significant. Nothing concerning newbies.
EDI: C itself was invented more than 35 years ago

Re: road trains
Posted: 05 Jun 2009 19:11
by Benny
Well, at least I need to find a book that does use examples in MS-DOS..

Re: road trains
Posted: 05 Jun 2009 20:28
by dinkiy
where does the diffirent roads come from
Re: road trains
Posted: 05 Jun 2009 20:33
by W_neun
The roads in andythenorth's screenshot? Those are from the North American Roads Set.
Re: road trains
Posted: 15 Jun 2009 12:27
by Thief^
Bennythen00b wrote:Well, it was about a special type of C++, too. I don't remember the name, but it started with "B".
Edit: And the examples were shown in MS-DOS.

My guess is "Borland C++". I have that book, it uses a lot of borland-specific C++ extensions, I wouldn't recommend it.
Re: road trains
Posted: 15 Jun 2009 13:01
by Benny
Yes, it was Borland C++.

Re: road trains
Posted: 28 Jun 2009 18:55
by Timitry
I'd recommend this tutorial here:
http://www.relisoft.com/book/web_preface.html
It doesn't see OOP as an additional feature, like many other tutorials i've seen, but uses it right away...