Transport Fever 2

Transport Fever 2

1,192 个评价
NL Modular Station
3
3
2
15
6
   
奖励
收藏
已收藏
取消收藏
Scenario: Europe
Station: Train Station
文件大小
发表于
更新日期
17.204 MB
2020 年 1 月 2 日 上午 5:48
2020 年 1 月 29 日 上午 11:24
7 项改动说明 ( 查看 )

订阅以下载
NL Modular Station

在 oppiescc 的 1 个合集中
Oppie's Station Mods
3 件物品
描述
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 条留言
Romancia 1 月 8 日 下午 9: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 1 月 7 日 上午 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 1 月 3 日 上午 5:50 
PIS = Passenger Information Screens
Anrhok (GER) 1 月 2 日 下午 8:02 
Greetings, can you explain what PIS and No PIS means at the Plattforms?
maximevete 2024 年 9 月 27 日 上午 9:16 
Ik mis een kiosk module haha
abcshadow 2024 年 5 月 27 日 下午 3: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 2024 年 5 月 21 日 上午 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 2024 年 3 月 20 日 上午 3:55 
Are these platforms also available as assets ?
spyos 2024 年 3 月 12 日 上午 9:21 
@Romancia thank you very much, it helped!
Driver Kaldie 2024 年 2 月 16 日 下午 2: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 !