Transport Fever 2

Transport Fever 2

1,158 ratings
NL Modular Station
3
2
2
15
6
   
Award
Favorite
Favorited
Unfavorite
Scenario: Europe
Station: Train Station
File Size
Posted
Updated
17.204 MB
Jan 2, 2020 @ 5:48am
Jan 29, 2020 @ 11:24am
7 Change Notes ( view )

Subscribe to download
NL Modular Station

In 1 collection by oppiescc
Oppie's Station Mods
3 items
Description
I'm proud to release the first version of a set of station modules I've been working on for quite a while. I've had to overcome many technical hurdles to get it all to work, but I'm very happy with the result. This pack is jam-packed with features, so let me list them off:

Features
- Adaptive Platforms; these platforms know whether there's a track next to them or not and will update their graphical appearance to reflect this.
- Station Names and Platform Numbers; just like with the vanilla platforms, the station name and platform numbers will be displayed dynamically.
- Higher, Wider; the vanilla platforms that came with the game were rather low and far from the track; these platforms are much higher and get close to the tracks
- Station Buildings Still Work; because these platforms are higher than the vanilla ones, I had to create a system that spawns in a set of stairs to bridge the height between the buildings and the platforms.
- Dynamic Overpasses; as if adaptive platforms weren't enough, I've created an overpass system that automatically creates bridges between placeable stair modules. You can build overpasses across multiple tracks, across other platforms - even across demolished platforms (I like building a road in the empty space).
- Addon modules; apart from the overpasses, there are a few other addon modules you can place - an underpass (which works with the underpasses from the vanilla platforms) and a set of ticket machines.

Words of Warning
- This mod is relatively experimental; use at your own risk.
- Put other track mods (like CommonAPI2) before it in the load order

Updates
- 1.2 - Added roofs, stairs side entrance and support for terminus stations
- 1.3 - No longer overrides vanilla files and should be compatible with other mods
- 1.4 - Added new modules; waiting area, shelter and two-sided overpass stairs
- 1.5 - Hotfix for crashes caused by the latest update
- 1.6 - Fix for compatibility issues introduced by previous hotfix

Will there be more?
Besides wanting to get terminus stations to work, I've got plenty of ideas for future additions, such as double-wide platforms, additional buildings etc. I don't know if I'll have the time to make all of it a reality - so no promises!

If you like my mods and would like to see more, consider making a donation[www.paypal.me]
200 Comments
Romancia Jan 8 @ 9:59pm 
@adam08k

Hi, I had the same issue as you, with the mod being incompatible with NEP. However, I fixed it myself by updating the code of this station mod.

I've already posted the fix in this comment section, but I can repost it:


- Open the file "oppie_ns_station.con", found in this mod's directory (1066780\1957064125\res\construction\station\rail\modular_station)

- Scroll down to line 886, and you should see the following:
local cumsum = {
0,
#result.edgeLists[1].edges,
#result.edgeLists[1].edges+#result.edgeLists[2].edges,
#result.edgeLists[1].edges+#result.edgeLists[2].edges+#result.edgeLists[3].edges,
}

This appears to be outdated or broken code!

What I did to fix the mod was to replace said code with the following:
local cumsum = {}
local c = 0
for i = 1, #result.edgeLists do
cumsum[i] = c
c = c + #result.edgeLists[i].edges
end

- Now save the edited oppie_ns_station.con file.
adam08k Jan 7 @ 10:40am 
Hi :D

I was using your mod for a while, but after installing a NEP (Natural Enviorment Proffesional) i can't use it anymore.
Old stations are working fine, i can add modules (in station editng) but can't create new ones (there is this grey block with error).
Can you help me?
Jimbo_1977 Jan 3 @ 5:50am 
PIS = Passenger Information Screens
Anrhok (GER) Jan 2 @ 8:02pm 
Greetings, can you explain what PIS and No PIS means at the Plattforms?
maximevete Sep 27, 2024 @ 9:16am 
Ik mis een kiosk module haha
abcshadow May 27, 2024 @ 3:13pm 
just found a work arround use standars tracks and your ok if you set it to other speed tracks dutch or not the problem will accour
abcshadow May 21, 2024 @ 8:36am 
so many errors in this mod can t make my dutch map people not standing on the platform but half way in the station perron looks really bad
Driver Kaldie Mar 20, 2024 @ 3:55am 
Are these platforms also available as assets ?
spyos Mar 12, 2024 @ 9:21am 
@Romancia thank you very much, it helped!
Driver Kaldie Feb 16, 2024 @ 2:44pm 
Great work Oppie ! Are the stationbuildings (or some of them) from the Netherlands already in the making so that the station looks even more Dutch ? Also...you could consider mixing this one with Station Type-1 : Station Modules Pack mod, wich is a great mod as well.

Thanks for the hard work !