Page 2 of 2
Re: Fictional European Inspired Train Set (FEITS)
Posted: 09 Apr 2020 20:42
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;
}
Re: Fictional European Inspired Train Set (FEITS)
Posted: 09 Apr 2020 21:56
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
Re: Fictional European Inspired Train Set (FEITS)
Posted: 14 Apr 2020 08:57
by LaRoso
I'll just leave this here
The trains are entirely from the set.
Re: Fictional European Inspired Train Set (FEITS)
Posted: 14 Apr 2020 15:15
by Chrill
That's very nice looking. The blue-red paint scheme echoes with our old Swedish trains!

Re: Fictional European Inspired Train Set (FEITS)
Posted: 14 Apr 2020 15:22
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

Re: Fictional European Inspired Train Set (FEITS)
Posted: 14 Apr 2020 22:48
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.
Re: Fictional European Inspired Train Set (FEITS)
Posted: 15 Apr 2020 09:33
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.
Re: Fictional European Inspired Train Set (FEITS)
Posted: 15 Apr 2020 19:05
by LaRoso
Another bit of progress:

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.
Re: Fictional European Inspired Train Set (FEITS)
Posted: 15 Apr 2020 21:43
by andythenorth
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

Re: Fictional European Inspired Train Set (FEITS)
Posted: 15 Apr 2020 22:34
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
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

Re: Fictional European Inspired Train Set (FEITS)
Posted: 19 Apr 2020 19:21
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
Can I use them? I'll probably find a use for them at some point, but not sure what the license is.
Re: Fictional European Inspired Train Set (FEITS)
Posted: 22 Jan 2021 18:39
by LaRoso
After a long brake I'm working on this project again.
I thought, there should be some older vehicles maybe
Re: Fictional European Inspired Train Set (FEITS)
Posted: 13 Sep 2021 19:20
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
Re: Fictional European Inspired Train Set (FEITS)
Posted: 21 Sep 2021 14:34
by audigex
Is there a Github for the project? What's the license?
Re: Fictional European Inspired Train Set (FEITS)
Posted: 12 Nov 2021 20:24
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.