DACH Sets - Standard Gauge/Narrow Gauge : Development 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

User avatar
SwissFan91
Tycoon
Tycoon
Posts: 2395
Joined: 08 Feb 2009 18:36
Location: Alberta, Canada

Re: DACH Set: "TARS-Trains" v0.2.0

Post by SwissFan91 »

This is, obviously, up to the coder, who is Yoshi or possibly Dwight? I would very much go for the suggestion from Snail, myself :)
Total Alpine Replacement Set: Industry, Town, Objects
Yoshi
Transport Coordinator
Transport Coordinator
Posts: 278
Joined: 21 Dec 2010 17:24

Re: DACH Set: "TARS-Trains" v0.2.0

Post by Yoshi »

SwissFan91 wrote:This is, obviously, up to the coder, who is Yoshi or possibly Dwight? I would very much go for the suggestion from Snail, myself :)
Dwight ;)


I think that is possible :)
User avatar
SwissFan91
Tycoon
Tycoon
Posts: 2395
Joined: 08 Feb 2009 18:36
Location: Alberta, Canada

Re: DACH Set: "TARS-Trains" v0.2.0

Post by SwissFan91 »

I have added 'Link', 'Picture' and 'Livery' columns to your data table. Is that all that is needed?
Total Alpine Replacement Set: Industry, Town, Objects
Yoshi
Transport Coordinator
Transport Coordinator
Posts: 278
Joined: 21 Dec 2010 17:24

Re: DACH Set: "TARS-Trains" v0.2.0

Post by Yoshi »

For now yes ;)

Already finished? Then post it :)
User avatar
SwissFan91
Tycoon
Tycoon
Posts: 2395
Joined: 08 Feb 2009 18:36
Location: Alberta, Canada

Re: DACH Set: "TARS-Trains" v0.2.0

Post by SwissFan91 »

Oh blimey, nowhere near :) I'm struggling to find a lot of the specifications. I may need some help once I post it :)
Total Alpine Replacement Set: Industry, Town, Objects
Yoshi
Transport Coordinator
Transport Coordinator
Posts: 278
Joined: 21 Dec 2010 17:24

Re: DACH Set: "TARS-Trains" v0.2.0

Post by Yoshi »

OK, before I forget, I'm busy with IC2000

Valais (Coming late-2011)
2011 is over :p
not completely finished
not completely finished
IC2000.png (14.9 KiB) Viewed 3160 times
User avatar
SwissFan91
Tycoon
Tycoon
Posts: 2395
Joined: 08 Feb 2009 18:36
Location: Alberta, Canada

Re: DACH Set: "TARS-Trains" v0.2.0

Post by SwissFan91 »

Is there any need to split capacity into 1st class and 2nd class in the data sheet?
Total Alpine Replacement Set: Industry, Town, Objects
Yoshi
Transport Coordinator
Transport Coordinator
Posts: 278
Joined: 21 Dec 2010 17:24

Re: DACH Set: "TARS-Trains" v0.2.0

Post by Yoshi »

yes, please...
You can do it like I did it in my data sheet...

Use means:
city traffic, long-distance, fast slow, cargo, ... :)
User avatar
Dwight_K._Schrute
Traffic Manager
Traffic Manager
Posts: 209
Joined: 01 Sep 2010 11:29

Re: DACH Set: "TARS-Trains" v0.2.0

Post by Dwight_K._Schrute »

SwissFan91 wrote:Is there any need to split capacity into 1st class and 2nd class in the data sheet?
Yes, that would be nice as I want to make use of the cargo aging feature in the feature. Therefore it is necessary to distinguish between first class and economy... And thanks for your support :)

regarding the narrow gauge tracks... I think in the beginning it's ok to use those trains on the standard gauge until there is a nice track set for narrow gauge trains.
User avatar
FooBar
Tycoon
Tycoon
Posts: 6553
Joined: 21 May 2007 11:47
Location: The Netherlands
Contact:

Re: DACH Set: "TARS-Trains" v0.2.0

Post by FooBar »

Dwight_K._Schrute wrote:I think in the beginning it's ok to use those trains on the standard gauge until there is a nice track set for narrow gauge trains.
Are you guys coding this in NML?

If so, then you may want to use a custom railtype identifier as per the RT_SHINY_RAIL example here: http://newgrf-specs.tt-wiki.net/wiki/NML:Railtypetable. That way when making the switch to real NG you only have to do that in one place.

E.g. something like this:
railtypetable {
RAIL,
ELRL,
railtype_narrow_gauge: [RAIL]
}

and then later change that to for instance below and you're done
railtypetable {
RAIL,
ELRL,
railtype_narrow_gauge: [NGRL]
}

(NGRL is a fictional railtype label)
User avatar
SwissFan91
Tycoon
Tycoon
Posts: 2395
Joined: 08 Feb 2009 18:36
Location: Alberta, Canada

Re: DACH Set: "TARS-Trains" v0.2.0

Post by SwissFan91 »

I have sent the tracking table to Yoshi. It is only 60% finished in terms of the data in it, but I have 40-50 narrow gauge EMUs in there, with lots of liveries, so it should be ok for now. Would it be worth posting that link to the devzone (page 3) in the first post in this thread, so people can quickly see any progress, and look at the tracking table easier if they fancy drawing anything?
Total Alpine Replacement Set: Industry, Town, Objects
Michi_cc
OpenTTD Developer
OpenTTD Developer
Posts: 619
Joined: 14 Jun 2004 23:27
Location: Berlin, Germany
Contact:

Re: DACH Set: "TARS-Trains" v0.2.0

Post by Michi_cc »

FooBar wrote:(NGRL is a fictional railtype label)
According to http://newgrf-specs.tt-wiki.net/wiki/RailtypeLabels NGRL is provided by NuTracks, Narrow Gauge Track Types, and Japanese Track Set, so very much not fictional but the proper label for generic narrow gauge.

And if you change the NML code to "railtype_narrow_gauge: [NGRL, RAIL]" you even get the RAIL fallback for free in case no narrow gauge track set is loaded.

-- Michael Lutz
User avatar
FooBar
Tycoon
Tycoon
Posts: 6553
Joined: 21 May 2007 11:47
Location: The Netherlands
Contact:

Re: DACH Set: "TARS-Trains" v0.2.0

Post by FooBar »

Heh, that was just a guess, but apparently a correct one :)
Yoshi
Transport Coordinator
Transport Coordinator
Posts: 278
Joined: 21 Dec 2010 17:24

Re: DACH Set: "TARS-Trains" v0.2.0

Post by Yoshi »

@Swissfan: I looked over the data sheet, it's a good list! Thanks!

what do you think of the IC 2000 ?
User avatar
SwissFan91
Tycoon
Tycoon
Posts: 2395
Joined: 08 Feb 2009 18:36
Location: Alberta, Canada

Re: DACH Set: "TARS-Trains" v0.2.0

Post by SwissFan91 »

I'll give you another version of the list later, when I've attempted the other columns and amended the capacities to have 1st/2nd classes.

[EDIT] The IC2000 looks good. Something on the roof looks a little strange though - it looks as though it has been chopped off? Possibly because you can see a row of white pixels in the / views.
Total Alpine Replacement Set: Industry, Town, Objects
User avatar
SwissFan91
Tycoon
Tycoon
Posts: 2395
Joined: 08 Feb 2009 18:36
Location: Alberta, Canada

Re: DACH Set: "TARS-Trains" v0.2.0

Post by SwissFan91 »

Tracking table has gone up, here.. http://dev.openttdcoop.org/issues/3414
Total Alpine Replacement Set: Industry, Town, Objects
Yoshi
Transport Coordinator
Transport Coordinator
Posts: 278
Joined: 21 Dec 2010 17:24

Re: DACH Set: "TARS-Trains" v0.2.0

Post by Yoshi »

Thanks ;)
Yoshi
Transport Coordinator
Transport Coordinator
Posts: 278
Joined: 21 Dec 2010 17:24

Re: DACH Set: "TARS-Trains" v0.2.0

Post by Yoshi »

All trains are drawn for 0.3.0:
-GTW (BLS)
-IC/EC coaches ÖBB
-BLS RABe 535 Lötschberger
-Cisalpino coaches
-Cisalpino TRAXX
-Cityshuttle (single deck)
-Cityshuttle (double deck)
-BLS Re 465
-IC2000
-ÖBB 1144
-ÖBB 1142
-DB double-deck-IC (future)
-DB BR 146.2 for double-deck-IC (future)
-ÖBB 4024 (Talent)
-ÖBB 5022 (Desiro)
-ÖBB 5047
-ÖBB 5147
-ÖBB Taurus and DB Taurus
as
Transport Coordinator
Transport Coordinator
Posts: 281
Joined: 07 Mar 2007 20:13

Re: DACH Set: "TARS-Trains" v0.2.0

Post by as »

a small bug: Re460 can't be coupled to freight cars. While Re460 is now only used for passenger trains they were originally designed as universal loco and were used for freight too in the 90s.
User avatar
jvassie
Tycoon
Tycoon
Posts: 3421
Joined: 18 Dec 2002 18:00
Location: High Wycombe, England
Contact:

Re: DACH Set: "TARS-Trains" v0.2.0

Post by jvassie »

as wrote:a small bug: Re460 can't be coupled to freight cars. While Re460 is now only used for passenger trains they were originally designed as universal loco and were used for freight too in the 90s.
The BLS had a slightly modified version the Re465 (Blue), which Is still universal and continues to operate freight trains.
(British) Modular Stations Set - Thread: | Website:
Swiss Set - Thread: | Website:
Route Map Creator
My Screenshot Thread
Post Reply

Return to “Graphics Development”

Who is online

Users browsing this forum: _dp_ and 90 guests