Transport Fever

Transport Fever

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