Transport Fever

Transport Fever

Small freight station
99 Comments
McHoppe Feb 22, 2020 @ 4:35am 
привет, я люблю эту маленькую железнодорожную станцию - спасибо за это, тем не менее, я хотел бы, чтобы это также существовало для пассажиров (автобус + поезд), место булыжника было бы идеально как деревенская железнодорожная станция (переводчик Google)
McHoppe Feb 2, 2020 @ 11:14am 
hi, ich liebe diesen kleinen Bahnhof- danke dafür, trotzdem wünschte ich es gäbe ihn auch für passagiere (bus+bahn) der platz mit kopfsteinpflaster wäre perfekt als dorfbahnhof
mennel-men Dec 20, 2019 @ 4:01pm 
Hallo irgendewas scheint nicht mehr zu gehen sobald ich den bahnhof auswähle stütztz das spiel ab mein save game stürtzt auch gleich nach dem ladevorgang ab. please i need a fix for this bug.
Kamaling Sep 21, 2019 @ 6:22pm 
Same error to me at the time I tried to edit station track lenght.
Rafit Sep 7, 2019 @ 7:22am 
Doors in trains open from wrong side on Terminal 2.
RolandBP Aug 29, 2019 @ 7:47pm 
I really love using this Freight Station. Thanks for sharing.
Skelmer Feb 22, 2019 @ 12:31pm 
Great Cargo Station, i wish there were more options for cargo stations with added truck stops. Love this mod great work!

Works great with common API enabled.
XDemonR Jan 26, 2019 @ 12:47pm 
Хотелось бы не только подобную станцию, ибо уникальна по сути.
Nickie Dec 11, 2018 @ 4:45pm 
Subscribing to and enabling "Common API" seems to fix the LUA issue.
Garry Nov 6, 2018 @ 7:13am 
Fehlerbeschreibung siehe Posts unten.
Fehlerbeschreibung:
error: ...41726/res/construction/station/rail/Small_RR_station.con:109: attempt to perform arithmetic on field 'trackType' (a nil value)
stack traceback:
[C](-1): __add
...41726/res/construction/station/rail/Small_RR_station.con(109): ?
LordNRG Sep 9, 2018 @ 3:53pm 
As with others, I am also getting a LUA error to do with tracktypes, line 109 of the construction.lua. The station seems to work okay in a new game, but then suddenly stops working and crashes the game :( I've tried to troubleshoot it, but can't work it out!
hahehonabl Sep 2, 2018 @ 2:21pm 
Leider stürzt das Spiel mit Deiner Mod wenn man Anzahl Terminalls einstellen will ab.
Für die Fehlerbehebung wäre ich Dankbar
gruß
Nazamura Aug 28, 2018 @ 11:55am 
lua error
mongolteiko Jul 23, 2018 @ 11:50am 
Pressed the road connection arrow key and crashed my game.
sirrliv Jul 8, 2018 @ 1:39pm 
I have no idea how I ever lived without these stations. Having a cargo rail station combined with a truck station is the most useful thing ever. True, there are some issues, such as the terrain adapting sometimes going funny when interacting with the truck station part, but overall this station is fantastic. If you are ever inclined to update or expand this mod, might I humbly request 1. a terminus version, and 2. the option for more than 2 train platforms. With those, I might never use the default cargo stations again.
SoftwareSimian Apr 28, 2018 @ 8:56pm 
@Oldhip: what kind of tutorial did you want? It seems straightforward to me. What are you having trouble with?
andykesslerilm Apr 22, 2018 @ 4:58am 
Leider kommt es nach den Beta Patch zu einem Absturz :steamsad:
Karoti Mar 15, 2018 @ 4:59am 
It's not showing up on any map for me. Help please.
Bjarke Feb 7, 2018 @ 12:31pm 
Cant make a train line to this station? Only a road line. What am I doing wrong?
small_log_cabin_and_a_fire Jan 29, 2018 @ 9:45am 
Had a similiar problem.. Tracked it down to this.. For some reason there is a scenario where that happens I think. (simliar to azure_wolf_22)
azure_wolf_22 Jan 22, 2018 @ 9:52am 
I think theres either a fatal error with the station detection, or something else is wrong.

Tried to make a farm to food line with these stations. The farm to food plant with them, worked fine. two tracks both. used the track closest to stations for the farm, the outer track for the food, to the track closet to the station as the city stop, yet they will not detect
steve.lachappelle Jan 21, 2018 @ 9:58am 
Great fright station, Can you come up with one that would be a passanger/fright station?
_THEpodge Jan 10, 2018 @ 5:07am 
Love how it combines both road/train freight transport.
All it's missing is more terminals/platforms..
Be great to have a passenger style one too..
Soylent_Greene Dec 12, 2017 @ 10:09pm 
Vitaro,

Thank you for the clarificatoin. I will have to look at the routing I placed to determine why the trains didn't use the transit tracks.
Vitaro  [author] Dec 11, 2017 @ 9:51pm 
Middle tracks only for transit
Soylent_Greene Dec 11, 2017 @ 7:22pm 
Another issue I noticed. With all four tracks active and both truck terminals you CANNOT use the inner two tracks, it only allows you to use the outter two. Those inner ones cannot even be used for bypass tracks.

Any ideas why?
Soylent_Greene Dec 7, 2017 @ 9:54am 
Vitaro,

Could you possibly release a duplicate of this station that uses passenger trains and busses?

I REALLY love this for freight but could see using a similar station for passengers.

Or do you know of a Passenger Terminal with bus stops attached? (The one from Liege is too big)...
SoftwareSimian Dec 2, 2017 @ 9:39pm 
It would be very convenient to be able to attach this station directly to a passenger train station, but the track spacing doesn't work because of the platforms:
http://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1219741940
Each track is 5m wide, the platforms are 9m wide, so even if you add extra transit tracks the spacing is off:
http://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1219743668
I tried making a modification to the .con file to add an extra 4m after every second track, and that works as far as track spacing goes:
http://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1219768577
But I get collisions and "Terminals not connected" errors.

@Vitaro: would it be possible to include this kind of option in your this mod, please?
My change was simply replace all the (Trackwidth * i) type calls with
function track_width_with_platform(TrackWidth, TrackCount)
return (TrackWidth * TrackCount) + (math.floor(TrackCount / 2) * 4)

in Small_RR_station.con
webbie33 Nov 25, 2017 @ 9:59am 
Was looking forward to trying this station, but was still working on some achievements when this mod came out. Now that I've finished all achievements, I finally got to use it and wasn't disappointed. Really nice work! I did have an issue with game crashing when adding this station, but after rebooting PC, everything was OK, so not sure what the problem was.

Keep up the great work!
Peak oil Nov 18, 2017 @ 7:29am 
can you fix this station it makes game crash some times, love it all the same thank you
Vitaro  [author] Nov 15, 2017 @ 10:31pm 
@Oktora, use TPFMM for fix it. You can create station with 1km length ;)
Oktora Nov 15, 2017 @ 1:28pm 
Wirklich toll aber leider ist die maximale Bahnhofslänge viel zu kurz für einen Güterbahnhof
midnite.one Nov 15, 2017 @ 10:36am 
Hey there. I just tried that mod. I can place one station just fine. When I want to place a second one and change the track length, the game just crashes. Anyone else having this issue?
Vitaro  [author] Nov 11, 2017 @ 2:00pm 
@Can't touch this!, not =\
kido Nov 9, 2017 @ 2:52am 
Terminals not connected normally? :/
Vitaro  [author] Nov 8, 2017 @ 9:21am 
middle tracks only for transit
iainwb Nov 8, 2017 @ 6:48am 
Like this mod, except have train pathing issues, since I cannot assign routes to the two middle tracks. My trains refuse to use them even using waypoints.
Vitaro  [author] Nov 7, 2017 @ 12:07am 
@Lakahs, i know about it. Today we will correct.
Lakahs Nov 6, 2017 @ 4:53pm 
Something weird is going on with the mod now. The track closest to the main platform only give the error "collison" when trying to connect it or expand it. All the other tracks works fine except this one the left side. I tried restarting the game, but it didn't help. Also, all the other stations that I have built earlier are working just fine.
Randy Lahey Nov 5, 2017 @ 6:23am 
To add to my previous, the saved game I'm loading was originally a new game started with this mod and the newly released patch loaded first.
Randy Lahey Nov 5, 2017 @ 6:21am 
To update my previous post, it seems that it will crash every time I load a saved game and then try and do anything with the station (select any of the options, place it, etc). It crashes, I restart my saved game and it then works fine for the first station I place, but not the next one. Crashes, reload and the first one works again. Weird.

Also, don't know if this is intentional but if I connect two of these stations and they don't have the same number of terminals, I get the 'cannot connect to all stations error.' When I add another terminal to even them out, the stations re-connect.
哒哒哒 Nov 5, 2017 @ 3:29am 
nice work
Vitaro  [author] Nov 5, 2017 @ 3:10am 
Thanks for info
Randy Lahey Nov 4, 2017 @ 9:10pm 
I get the same error, but sometimes it's when I select the number of tracks, or the orientation of the road/track. Sometimes it works fine.
kmanno Nov 3, 2017 @ 9:14pm 
Me too
Olde&Grumpy Nov 2, 2017 @ 2:49pm 
Im having the same issue as JacobD88
Jackal84 Nov 2, 2017 @ 1:06pm 
@Vitaro I keep getting a LUA error reading as follows when selecting platform length...

Key: game.config.construction.station/rail/Small_RR_Station.con
error. ...41726/res/construction/station/rail/Small_RR_Station.con:103: attempt to perform arithmetic on field 'trackType' (a nil value)
stack traceback:
[C](-1): _add
...41726/res/construction/station/rail/Small_RR_Station.con(103): create_edgeLists
...41726/res/construction/station/rail/Small_RR_Station.con(422): ?

Hope you can fix it ;)
Tall_Paul Nov 1, 2017 @ 8:27pm 
I might be able to help you with photos, drawings, models, lettering guides, etc. of whatever your next projects are. Message me if I might can assist you in your mod making.
Randy Lahey Nov 1, 2017 @ 7:24pm 
Crashes my game every time I try and place it.
Vitaro  [author] Oct 30, 2017 @ 10:34am 
@Tall_Paul, sorry, not now we have many other project.