Transport Fever 2

Transport Fever 2

1,192 arvostelua
NL Modular Station
3
3
2
15
6
   
Palkinto
Lisää suosikkeihin
Lisätty suosikkeihin
Poista suosikeista
Scenario: Europe
Station: Train Station
Tiedostokoko
Julkaistu
Päivitetty
17.204 MB
2.1.2020 klo 5.48
29.1.2020 klo 11.24
7 muutosilmoitusta ( näytä )

Tilaa ladataksesi
NL Modular Station

1 kokoelmassa, tekijä oppiescc
Oppie's Station Mods
3 luomusta
Kuvaus
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 kommenttia
Romancia 8.1. klo 21.59 
@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.
Hanuka2137 7.1. klo 10.40 
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 3.1. klo 5.50 
PIS = Passenger Information Screens
Anrhok (GER) 2.1. klo 20.02 
Greetings, can you explain what PIS and No PIS means at the Plattforms?
maximevete 27.9.2024 klo 9.16 
Ik mis een kiosk module haha
abcshadow 27.5.2024 klo 15.13 
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 21.5.2024 klo 8.36 
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 20.3.2024 klo 3.55 
Are these platforms also available as assets ?
spyos 12.3.2024 klo 9.21 
@Romancia thank you very much, it helped!
Driver Kaldie 16.2.2024 klo 14.44 
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 !