Beautiful Bridge Railway

by kapaer

Add some beautiful bridge-rails (wood, iron, stone-brick) that can be placed on water, and change default Big-electric-pole and rail-signals to be placeable on water.

Content
3 years ago
0.15 - 1.1
45.6K
Trains

g Compatibility with Pyanodon

8 months ago

At Pyanodon the Railways are reseached first in "Railway 1" and normal Railway Research is disabled, so i can't research and build the bridges

7 months ago

Same issue for me. What would the fix be? Gate bbr behind Railway 1, or behind some later tech?

5 days ago

so, you should only add this to to data-updates.lua

-- technology
local techname = "railway"
if mods["pypostprocessing"] then
    techname = "railway-mk01"
end
table.insert(data.raw["technology"][techname].effects, {type = "unlock-recipe", recipe = "bbr-rail-wood"})
table.insert(data.raw["technology"][techname].effects, {type = "unlock-recipe", recipe = "bbr-rail-iron"})
table.insert(data.raw["technology"][techname].effects, {type = "unlock-recipe", recipe = "bbr-rail-brick"})

New response