"Station without middle platforms" with working inner tracks /have a problem

Willkommen in der Transport Fever Community

Wir begrüßen euch in der Fan-Community zu den Spielen Transport Fever und Train Fever, den Wirtschaftssimulatoren von Urban Games. Die Community steht euch kostenlos zur Verfügung damit ihr euch über das Spiel austauschen und informieren könnt. Wir pflegen hier einen freundlichen und sachlichen Umgang untereinander und unser Team steht euch in allen Fragen gerne beiseite.

 

Die Registrierung und Nutzung ist selbstverständlich kostenlos.

 

Wir wünschen euch viel Spaß und hoffen auf rege Beteiligung.

Das Team der Transport-Fever Community


  • Hello! Downloaded this station from Workshop: link here
    Have one problem, inner tracks only for transit trains, cause they don't have a platforms.
    But it is a very compact station, and i want to use it as default station, which have all thacks working for load/unload cargos.
    Tried to add this lines to .construction file, but have a obstacle:


    C: cargo_nomiddleplatform.con
    if (tracks == 1) then	
    		        result.terminalGroups[#result.terminalGroups + 1] = { terminals = terminals, vehicleNodeOverride = 2 }	
    		elseif (tracks == numTracks) then	
    			result.terminalGroups[#result.terminalGroups + 1] = { terminals = terminals, vehicleNodeOverride = #edges - 2 }	
    		else -- added
    			result.terminalGroups[#result.terminalGroups + 1] = { terminals = terminals, vehicleNodeOverride = 2}	
    		end

    if i adding lines 91-92, i can to build station. But if I select more than 2 tracks in build menu ant try to build station - game crashes to desktop.
    Can someone help me?

  • This.

  • Have a look at "platform_double_stairs.mdl" from the Vanilla-Cargo-Station...

    Sorry, i need to add lanes to "transportModes = { "CARGO" }"? Or create new "transportModes = { "TRAIN", "ELECTRIC TRAIN" }, and add terminals to train lanes?

BlueBrixx