Fictional European Inspired Train Set (FEITS)

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

rowdog
Engineer
Engineer
Posts: 67
Joined: 24 May 2017 12:51
Location: East Texas

Re: Fictional European Inspired Train Set (FEITS)

Post by rowdog »

LaRoso wrote: 08 Apr 2020 21:11

Code: Select all

switch (FEAT_TRAINS, SELF, switch_voctrenacdm_power, current_railtype) {
    Diesel: return 2000;
    return 8400;
}
But the train only has 2000 power on SAAN, nowhere else. What did I do wrong here?
Looking at your workaround, I think you got the logic backwards in this section and really wanted...

Code: Select all

switch (FEAT_TRAINS, SELF, switch_voctrenacdm_power, current_railtype) {
    Diesel: return 8400;
    return 2000;
}
User avatar
LaRoso
Traffic Manager
Traffic Manager
Posts: 134
Joined: 15 Sep 2017 22:29
Location: Augsburg, BY, Germany

Re: Fictional European Inspired Train Set (FEITS)

Post by LaRoso »

rowdog wrote: 09 Apr 2020 20:42
LaRoso wrote: 08 Apr 2020 21:11

Code: Select all

switch (FEAT_TRAINS, SELF, switch_voctrenacdm_power, current_railtype) {
    Diesel: return 2000;
    return 8400;
}
But the train only has 2000 power on SAAN, nowhere else. What did I do wrong here?
Looking at your workaround, I think you got the logic backwards in this section and really wanted...

Code: Select all

switch (FEAT_TRAINS, SELF, switch_voctrenacdm_power, current_railtype) {
    Diesel: return 8400;
    return 2000;
}
Nope. "Diesel" are the non-electrified rail types
Image
User avatar
LaRoso
Traffic Manager
Traffic Manager
Posts: 134
Joined: 15 Sep 2017 22:29
Location: Augsburg, BY, Germany

Re: Fictional European Inspired Train Set (FEITS)

Post by LaRoso »

I'll just leave this here
The trains are entirely from the set.
Attachments
Anmerkung 2020-04-14 105528.png
Anmerkung 2020-04-14 105528.png (41.31 KiB) Viewed 3993 times
Image
User avatar
Chrill
Moderator
Moderator
Posts: 15974
Joined: 18 Dec 2004 17:35
Location: Stockholm, Sweden
Contact:

Re: Fictional European Inspired Train Set (FEITS)

Post by Chrill »

That's very nice looking. The blue-red paint scheme echoes with our old Swedish trains!


Image
Image
My Scenarios:
Archipiélago Hermoso (Latest Release: Version 3.2)
Turnpike Falls (Latest Release: Version 0.91)
User avatar
LaRoso
Traffic Manager
Traffic Manager
Posts: 134
Joined: 15 Sep 2017 22:29
Location: Augsburg, BY, Germany

Re: Fictional European Inspired Train Set (FEITS)

Post by LaRoso »

Chrill wrote: 14 Apr 2020 15:15 That's very nice looking. The blue-red paint scheme echoes with our old Swedish trains!
Thanks.
I didn't know that. Looks as planned :D
Image
Shinkansen500
Engineer
Engineer
Posts: 39
Joined: 01 Dec 2015 12:20

Re: Fictional European Inspired Train Set (FEITS)

Post by Shinkansen500 »

LaRoso wrote: 14 Apr 2020 08:57 I'll just leave this here
The trains are entirely from the set.
That are great. What another engines are planing to make? On wait to download them when finish.
User avatar
LaRoso
Traffic Manager
Traffic Manager
Posts: 134
Joined: 15 Sep 2017 22:29
Location: Augsburg, BY, Germany

Re: Fictional European Inspired Train Set (FEITS)

Post by LaRoso »

Shinkansen500 wrote: 14 Apr 2020 22:48 That are great. What another engines are planing to make? On wait to download them when finish.
I'm currently working on other types of container flatcars, like tanktainers or refrigerated containers. Then there will be wagons for other cargos like tank wagons, stake cars, other types of flatcars. Then some more types of passenger coaches.
Also planned are some steam engines, some more diesel and electric engines in various sizes, and maybe some special vehicles later. Not to forget various MU's. After all that I'll probably return to the first drawn vehicles and redraw them as I'll be more trained in drawing.
This set is far from being finished. I will probably post the set to download at some point in the development, but right now it's too early.
Image
User avatar
LaRoso
Traffic Manager
Traffic Manager
Posts: 134
Joined: 15 Sep 2017 22:29
Location: Augsburg, BY, Germany

Re: Fictional European Inspired Train Set (FEITS)

Post by LaRoso »

Another bit of progress:
Image
It's a tank container for the flatcar, so it will be possible to also transport liquids and gasses with it.

What do you think? Is the shadowing done right? Does it make sense to make it company colored? I guess it's gonna look kinda weird when the cc is white or grey

I also updated the GitHub.
Attachments
Anmerkung 2020-04-15 205445.png
Anmerkung 2020-04-15 205445.png (1.58 KiB) Viewed 3806 times
Image
User avatar
LaRoso
Traffic Manager
Traffic Manager
Posts: 134
Joined: 15 Sep 2017 22:29
Location: Augsburg, BY, Germany

Re: Fictional European Inspired Train Set (FEITS)

Post by LaRoso »

andythenorth wrote: 15 Apr 2020 21:43 Looks nice.

You're welcome to use the attached containers if you want (or not) :) There are around 130 variants - box, tank, bulk. They're generated automatically :twisted:
seeing these I noticed my drawings lack a bit of 'unsmoothness' If you know what I mean
But thanks, they will come in handy for inspiration. I won't just take them and put it into the set, that would be way too lazy :lol:
Image
User avatar
Gadg8eer
Traffic Manager
Traffic Manager
Posts: 190
Joined: 14 Dec 2019 14:22

Re: Fictional European Inspired Train Set (FEITS)

Post by Gadg8eer »

andythenorth wrote: 15 Apr 2020 21:43 Looks nice.

You're welcome to use the attached containers if you want (or not) :) There are around 130 variants - box, tank, bulk. They're generated automatically :twisted:
Can I use them? I'll probably find a use for them at some point, but not sure what the license is.
I have Asperger's, please be easy on me about stuff. My apologies if I've been a problem for you in the past.
User avatar
LaRoso
Traffic Manager
Traffic Manager
Posts: 134
Joined: 15 Sep 2017 22:29
Location: Augsburg, BY, Germany

Re: Fictional European Inspired Train Set (FEITS)

Post by LaRoso »

After a long brake I'm working on this project again.
I thought, there should be some older vehicles maybe
Attachments
131.PNG
131.PNG (7.36 KiB) Viewed 2790 times
Image
FonsReps
Engineer
Engineer
Posts: 1
Joined: 08 Sep 2021 14:32

Re: Fictional European Inspired Train Set (FEITS)

Post by FonsReps »

Wow, these are some nice looking trains! I really like the blue-red paint. It makes me remember about that time when I went on a das Europa-Spezial tour to Europe. It was one of my best traveling experience! It was so nice being able to sit on the train, while the wind from the window blows in your face. And just like that I traveled to many countries in Europe by train. After that I rarely go anywhere far by plane. I just think that planes are very dangerous (like what if they fall from the sky?). Whereas trains go on the ground and there has been only a few accidents reported
audigex
Tycoon
Tycoon
Posts: 1998
Joined: 09 Dec 2007 21:28
Contact:

Re: Fictional European Inspired Train Set (FEITS)

Post by audigex »

Is there a Github for the project? What's the license?
Jon
User avatar
LaRoso
Traffic Manager
Traffic Manager
Posts: 134
Joined: 15 Sep 2017 22:29
Location: Augsburg, BY, Germany

Re: Fictional European Inspired Train Set (FEITS)

Post by LaRoso »

audigex wrote: 21 Sep 2021 14:34 Is there a Github for the project? What's the license?
Yes there is a Github for the project here: https://github.com/LaRoso/FEITS
And it's licensed under GPU

Anyway I haven't had time and motivation to continue coding, I hope I can return sometime to continue with this project.

Also if anyone fancies to clean up the code or submit some new sprites, you're welcome to do so.

This project is not dead.
Image
Post Reply

Return to “Graphics Development”

Who is online

Users browsing this forum: No registered users and 17 guests