Transport Fever

Transport Fever

Small freight station
99 kommentarer
McHoppe 22 feb, 2020 @ 4:35 
привет, я люблю эту маленькую железнодорожную станцию - спасибо за это, тем не менее, я хотел бы, чтобы это также существовало для пассажиров (автобус + поезд), место булыжника было бы идеально как деревенская железнодорожная станция (переводчик Google)
McHoppe 2 feb, 2020 @ 11:14 
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 20 dec, 2019 @ 16:01 
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 21 sep, 2019 @ 18:22 
Same error to me at the time I tried to edit station track lenght.
Rafit 7 sep, 2019 @ 7:22 
Doors in trains open from wrong side on Terminal 2.
RolandBP 29 aug, 2019 @ 19:47 
I really love using this Freight Station. Thanks for sharing.
Skelmer 22 feb, 2019 @ 12:31 
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 26 jan, 2019 @ 12:47 
Хотелось бы не только подобную станцию, ибо уникальна по сути.
Nickie 11 dec, 2018 @ 16:45 
Subscribing to and enabling "Common API" seems to fix the LUA issue.
Garry 6 nov, 2018 @ 7:13 
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 9 sep, 2018 @ 15:53 
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 2 sep, 2018 @ 14:21 
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 28 aug, 2018 @ 11:55 
lua error
mongolteiko 23 jul, 2018 @ 11:50 
Pressed the road connection arrow key and crashed my game.
sirrliv 8 jul, 2018 @ 13:39 
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 28 apr, 2018 @ 20:56 
@Oldhip: what kind of tutorial did you want? It seems straightforward to me. What are you having trouble with?
andykesslerilm 22 apr, 2018 @ 4:58 
Leider kommt es nach den Beta Patch zu einem Absturz :steamsad:
Karoti 15 mar, 2018 @ 4:59 
It's not showing up on any map for me. Help please.
Bjarke 7 feb, 2018 @ 12:31 
Cant make a train line to this station? Only a road line. What am I doing wrong?
small_log_cabin_and_a_fire 29 jan, 2018 @ 9:45 
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 22 jan, 2018 @ 9:52 
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 21 jan, 2018 @ 9:58 
Great fright station, Can you come up with one that would be a passanger/fright station?
_THEpodge 10 jan, 2018 @ 5:07 
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 12 dec, 2017 @ 22:09 
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  [skapare] 11 dec, 2017 @ 21:51 
Middle tracks only for transit
Soylent_Greene 11 dec, 2017 @ 19:22 
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 7 dec, 2017 @ 9:54 
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 2 dec, 2017 @ 21:39 
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 25 nov, 2017 @ 9:59 
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 18 nov, 2017 @ 7:29 
can you fix this station it makes game crash some times, love it all the same thank you
Vitaro  [skapare] 15 nov, 2017 @ 22:31 
@Oktora, use TPFMM for fix it. You can create station with 1km length ;)
Oktora 15 nov, 2017 @ 13:28 
Wirklich toll aber leider ist die maximale Bahnhofslänge viel zu kurz für einen Güterbahnhof
midnite.one 15 nov, 2017 @ 10:36 
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  [skapare] 11 nov, 2017 @ 14:00 
@Can't touch this!, not =\
kido 9 nov, 2017 @ 2:52 
Terminals not connected normally? :/
Vitaro  [skapare] 8 nov, 2017 @ 9:21 
middle tracks only for transit
iainwb 8 nov, 2017 @ 6:48 
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  [skapare] 7 nov, 2017 @ 0:07 
@Lakahs, i know about it. Today we will correct.
Lakahs 6 nov, 2017 @ 16:53 
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 5 nov, 2017 @ 6:23 
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 5 nov, 2017 @ 6:21 
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.
哒哒哒 5 nov, 2017 @ 3:29 
nice work
Vitaro  [skapare] 5 nov, 2017 @ 3:10 
Thanks for info
Randy Lahey 4 nov, 2017 @ 21:10 
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 3 nov, 2017 @ 21:14 
Me too
Olde&Grumpy 2 nov, 2017 @ 14:49 
Im having the same issue as JacobD88
Jackal84 2 nov, 2017 @ 13:06 
@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 1 nov, 2017 @ 20:27 
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 1 nov, 2017 @ 19:24 
Crashes my game every time I try and place it.
Vitaro  [skapare] 30 okt, 2017 @ 10:34 
@Tall_Paul, sorry, not now we have many other project.