安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
Works great with common API enabled.
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): ?
Für die Fehlerbehebung wäre ich Dankbar
gruß
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
All it's missing is more terminals/platforms..
Be great to have a passenger style one too..
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.
Any ideas why?
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)...
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
Keep up the great work!
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.
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 ;)