Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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)...
https://steamhost.cn/steamcommunity_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:
https://steamhost.cn/steamcommunity_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:
https://steamhost.cn/steamcommunity_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 ;)