diff --git a/angelsrefining/changelog.txt b/angelsrefining/changelog.txt index c91774c08..b8131e81b 100644 --- a/angelsrefining/changelog.txt +++ b/angelsrefining/changelog.txt @@ -6,6 +6,7 @@ Date: ??? - Fixed crash when upgrading blueprints (978) - Fixed crash when removing 'angelspump' mod (test mod, merged into Angel's Refining) (992) - Fixed crash on startup with error message No icon size defined for icon (997) + - Fixed crash when playing the trains-stations tutorial Changes: - Added Ore Sorting Facility 5. Catalyst sorting requires a higher tier ore sorting facility (979) --------------------------------------------------------------------------------------------------- diff --git a/angelsrefining/prototypes/tips-and-tricks/tips-and-tricks.lua b/angelsrefining/prototypes/tips-and-tricks/tips-and-tricks.lua index a9bcc9918..ad120e46f 100644 --- a/angelsrefining/prototypes/tips-and-tricks/tips-and-tricks.lua +++ b/angelsrefining/prototypes/tips-and-tricks/tips-and-tricks.lua @@ -7,3 +7,15 @@ require("prototypes.tips-and-tricks.1-1-3-leaching.1-1-3-leaching") require("prototypes.tips-and-tricks.1-1-4-purification.1-1-4-purification") require("prototypes.tips-and-tricks.1-2-ore-sorting.1-2-ore-sorting") require("prototypes.tips-and-tricks.1-3-water-processing.1-3-water-processing") + +-- modify base game tips-and-tricks to prevent crashes +if data.raw["tutorial"]["trains-stations"]["scenario"] == "trains-stations" then + data:extend({ + { + type = "tutorial", + name = "angels-trains-stations", + scenario = "angels-trains-stations" + }, + }) + data.raw["tips-and-tricks-item"]["train-stops"]["tutorial"] = "angels-trains-stations" +end diff --git a/angelsrefining/tutorials/angels-trains-stations/add-station.png b/angelsrefining/tutorials/angels-trains-stations/add-station.png new file mode 100644 index 000000000..bd72a18ae Binary files /dev/null and b/angelsrefining/tutorials/angels-trains-stations/add-station.png differ diff --git a/angelsrefining/tutorials/angels-trains-stations/angels-train-stations.lua b/angelsrefining/tutorials/angels-trains-stations/angels-train-stations.lua new file mode 100644 index 000000000..b1f57ceaa --- /dev/null +++ b/angelsrefining/tutorials/angels-trains-stations/angels-train-stations.lua @@ -0,0 +1,3631 @@ +entities = +{ + { + destructible = true, + direction = 6, + force = "player", + index = 96, + minable = true, + name = "hidden-electric-energy-interface", + operable = false, + position = + { + x = 37, + y = 6 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 74, + minable = true, + name = "big-electric-pole", + operable = true, + position = + { + x = 37, + y = 6 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 1, + inventory = + { + { + ["rocket-fuel"] = 1 + }, + {}, + {}, + {} + }, + minable = true, + name = "steel-furnace", + operable = true, + position = + { + x = 2, + y = -20 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 2, + line_contents = + { + {}, + {} + }, + minable = true, + name = "fast-transport-belt", + operable = true, + position = + { + x = -0.5, + y = -18.5 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 3, + line_contents = + { + {}, + {} + }, + minable = true, + name = "fast-transport-belt", + operable = true, + position = + { + x = -0.5, + y = -19.5 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 4, + inventory = + { + { + ["rocket-fuel"] = 1 + }, + {}, + {}, + {} + }, + minable = true, + name = "steel-furnace", + operable = true, + position = + { + x = 2, + y = -18 + }, + rotatable = true + }, + { + destructible = true, + direction = 6, + force = "player", + index = 5, + minable = true, + name = "fast-inserter", + operable = true, + position = + { + x = 0.5, + y = -19.5 + }, + rotatable = true + }, + { + destructible = true, + direction = 6, + force = "player", + index = 6, + minable = true, + name = "fast-inserter", + operable = true, + position = + { + x = 0.5, + y = -18.5 + }, + rotatable = true + }, + { + destructible = true, + direction = 6, + force = "player", + index = 7, + minable = true, + name = "fast-inserter", + operable = true, + position = + { + x = 3.5, + y = -18.5 + }, + rotatable = true + }, + { + destructible = true, + direction = 6, + force = "player", + index = 8, + minable = true, + name = "fast-inserter", + operable = true, + position = + { + x = 3.5, + y = -19.5 + }, + rotatable = true + }, + { + destructible = true, + direction = 4, + force = "player", + index = 9, + line_contents = + { + {}, + {} + }, + minable = true, + name = "fast-transport-belt", + operable = true, + position = + { + x = 4.5, + y = -19.5 + }, + rotatable = true + }, + { + destructible = true, + direction = 4, + force = "player", + index = 10, + line_contents = + { + {}, + {} + }, + minable = true, + name = "fast-transport-belt", + operable = true, + position = + { + x = 4.5, + y = -18.5 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 11, + line_contents = + { + {}, + {} + }, + minable = true, + name = "fast-transport-belt", + operable = true, + position = + { + x = -0.5, + y = -16.5 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 12, + line_contents = + { + {}, + {} + }, + minable = true, + name = "fast-transport-belt", + operable = true, + position = + { + x = -0.5, + y = -17.5 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 13, + minable = true, + name = "medium-electric-pole", + operable = true, + position = + { + x = 2.5, + y = -16.5 + }, + rotatable = true + }, + { + destructible = true, + direction = 4, + force = "player", + index = 14, + line_contents = + { + {}, + {} + }, + minable = true, + name = "fast-transport-belt", + operable = true, + position = + { + x = 4.5, + y = -17.5 + }, + rotatable = true + }, + { + destructible = true, + direction = 4, + force = "player", + index = 15, + line_contents = + { + {}, + {} + }, + minable = true, + name = "fast-transport-belt", + operable = true, + position = + { + x = 4.5, + y = -16.5 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 16, + line_contents = + { + {}, + {} + }, + minable = true, + name = "fast-transport-belt", + operable = true, + position = + { + x = -0.5, + y = -14.5 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 17, + line_contents = + { + {}, + {} + }, + minable = true, + name = "fast-transport-belt", + operable = true, + position = + { + x = -0.5, + y = -15.5 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 18, + inventory = + { + { + ["rocket-fuel"] = 1 + }, + {}, + {}, + {} + }, + minable = true, + name = "steel-furnace", + operable = true, + position = + { + x = 2, + y = -15 + }, + rotatable = true + }, + { + destructible = true, + direction = 6, + force = "player", + index = 19, + minable = true, + name = "fast-inserter", + operable = true, + position = + { + x = 0.5, + y = -14.5 + }, + rotatable = true + }, + { + destructible = true, + direction = 6, + force = "player", + index = 20, + minable = true, + name = "fast-inserter", + operable = true, + position = + { + x = 3.5, + y = -14.5 + }, + rotatable = true + }, + { + destructible = true, + direction = 4, + force = "player", + index = 21, + line_contents = + { + {}, + {} + }, + minable = true, + name = "fast-transport-belt", + operable = true, + position = + { + x = 4.5, + y = -15.5 + }, + rotatable = true + }, + { + destructible = true, + direction = 4, + force = "player", + index = 22, + line_contents = + { + {}, + {} + }, + minable = true, + name = "fast-transport-belt", + operable = true, + position = + { + x = 4.5, + y = -14.5 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 23, + line_contents = + { + {}, + {} + }, + minable = true, + name = "fast-transport-belt", + operable = true, + position = + { + x = -0.5, + y = -12.5 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 24, + line_contents = + { + {}, + {} + }, + minable = true, + name = "fast-transport-belt", + operable = true, + position = + { + x = -0.5, + y = -13.5 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 25, + inventory = + { + { + ["rocket-fuel"] = 1 + }, + {}, + {}, + {} + }, + minable = true, + name = "steel-furnace", + operable = true, + position = + { + x = 2, + y = -13 + }, + rotatable = true + }, + { + destructible = true, + direction = 6, + force = "player", + index = 26, + minable = true, + name = "fast-inserter", + operable = true, + position = + { + x = 0.5, + y = -13.5 + }, + rotatable = true + }, + { + destructible = true, + direction = 6, + force = "player", + index = 27, + minable = true, + name = "fast-inserter", + operable = true, + position = + { + x = 3.5, + y = -13.5 + }, + rotatable = true + }, + { + destructible = true, + direction = 4, + force = "player", + index = 28, + line_contents = + { + {}, + {} + }, + minable = true, + name = "fast-transport-belt", + operable = true, + position = + { + x = 4.5, + y = -13.5 + }, + rotatable = true + }, + { + destructible = true, + direction = 4, + force = "player", + index = 29, + line_contents = + { + {}, + {} + }, + minable = true, + name = "fast-transport-belt", + operable = true, + position = + { + x = 4.5, + y = -12.5 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 31, + line_contents = + { + {}, + {} + }, + minable = true, + name = "fast-transport-belt", + operable = true, + position = + { + x = -0.5, + y = -11.5 + }, + rotatable = true + }, + { + destructible = true, + direction = 6, + force = "player", + index = 32, + minable = true, + name = "fast-inserter", + operable = true, + position = + { + x = 5.5, + y = -10.5 + }, + rotatable = true + }, + { + destructible = true, + direction = 4, + force = "player", + index = 33, + line_contents = + { + {}, + {} + }, + minable = true, + name = "fast-transport-belt", + operable = true, + position = + { + x = 4.5, + y = -11.5 + }, + rotatable = true + }, + { + destructible = true, + direction = 2, + force = "player", + index = 34, + line_contents = + { + {}, + {} + }, + minable = true, + name = "fast-transport-belt", + operable = true, + position = + { + x = 4.5, + y = -10.5 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 35, + inventory = + { + {} + }, + minable = true, + name = "iron-chest", + operable = true, + position = + { + x = 6.5, + y = -10.5 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 46, + minable = true, + name = "big-electric-pole", + operable = true, + position = + { + x = 11, + y = -8 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 47, + minable = true, + name = "medium-electric-pole", + operable = true, + position = + { + x = -4.5, + y = -9.5 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 56, + minable = true, + name = "medium-electric-pole", + operable = true, + position = + { + x = 2.5, + y = -7.5 + }, + rotatable = true + }, + { + destructible = true, + direction = 6, + force = "player", + index = 57, + minable = true, + name = "curved-rail", + operable = true, + position = + { + x = -14, + y = -4 + }, + rotatable = true + }, + { + destructible = true, + direction = 2, + force = "player", + index = 58, + minable = true, + name = "straight-rail", + operable = true, + position = + { + x = -9, + y = -5 + }, + rotatable = true + }, + { + destructible = true, + direction = 2, + force = "player", + index = 59, + minable = true, + name = "straight-rail", + operable = true, + position = + { + x = -7, + y = -5 + }, + rotatable = true + }, + { + destructible = true, + direction = 2, + force = "player", + index = 60, + minable = true, + name = "straight-rail", + operable = true, + position = + { + x = -5, + y = -5 + }, + rotatable = true + }, + { + destructible = true, + direction = 2, + force = "player", + index = 61, + minable = true, + name = "straight-rail", + operable = true, + position = + { + x = -3, + y = -5 + }, + rotatable = true + }, + { + destructible = true, + direction = 2, + force = "player", + index = 62, + minable = true, + name = "straight-rail", + operable = true, + position = + { + x = -1, + y = -5 + }, + rotatable = true + }, + { + destructible = true, + direction = 2, + force = "player", + index = 63, + minable = true, + name = "straight-rail", + operable = true, + position = + { + x = 1, + y = -5 + }, + rotatable = true + }, + { + destructible = true, + direction = 2, + force = "player", + index = 64, + minable = true, + name = "straight-rail", + operable = true, + position = + { + x = 3, + y = -5 + }, + rotatable = true + }, + { + destructible = true, + direction = 2, + force = "player", + index = 65, + minable = true, + name = "straight-rail", + operable = true, + position = + { + x = 5, + y = -5 + }, + rotatable = true + }, + { + destructible = true, + direction = 2, + force = "player", + index = 66, + minable = true, + name = "straight-rail", + operable = true, + position = + { + x = 7, + y = -5 + }, + rotatable = true + }, + { + destructible = true, + direction = 2, + force = "player", + index = 67, + minable = true, + name = "straight-rail", + operable = true, + position = + { + x = 9, + y = -5 + }, + rotatable = true + }, + { + destructible = true, + direction = 3, + force = "player", + index = 68, + minable = true, + name = "curved-rail", + operable = true, + position = + { + x = 14, + y = -4 + }, + rotatable = true + }, + { + destructible = true, + direction = 7, + force = "player", + index = 69, + minable = true, + name = "straight-rail", + operable = true, + position = + { + x = -17, + y = -1 + }, + rotatable = true + }, + { + backer_name = "A", + destructible = true, + direction = 2, + force = "player", + index = 70, + minable = true, + name = "train-stop", + operable = true, + position = + { + x = 9, + y = -3 + }, + rotatable = true + }, + { + destructible = true, + direction = 1, + force = "player", + index = 71, + minable = true, + name = "straight-rail", + operable = true, + position = + { + x = 17, + y = -1 + }, + rotatable = true + }, + { + destructible = true, + direction = 1, + force = "player", + index = 72, + minable = true, + name = "curved-rail", + operable = true, + position = + { + x = -20, + y = 2 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 73, + minable = true, + name = "curved-rail", + operable = true, + position = + { + x = 20, + y = 2 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 75, + minable = true, + name = "straight-rail", + operable = true, + position = + { + x = -21, + y = 7 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 76, + minable = true, + name = "straight-rail", + operable = true, + position = + { + x = 21, + y = 7 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 77, + minable = true, + name = "straight-rail", + operable = true, + position = + { + x = -21, + y = 9 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 78, + minable = true, + name = "straight-rail", + operable = true, + position = + { + x = 21, + y = 9 + }, + rotatable = true + }, + { + destructible = true, + direction = 4, + force = "player", + index = 79, + minable = true, + name = "curved-rail", + operable = true, + position = + { + x = -20, + y = 14 + }, + rotatable = true + }, + { + destructible = true, + direction = 5, + force = "player", + index = 80, + minable = true, + name = "curved-rail", + operable = true, + position = + { + x = 20, + y = 14 + }, + rotatable = true + }, + { + destructible = true, + direction = 5, + force = "player", + index = 81, + minable = true, + name = "straight-rail", + operable = true, + position = + { + x = -17, + y = 17 + }, + rotatable = true + }, + { + destructible = true, + direction = 7, + force = "player", + index = 82, + minable = true, + name = "curved-rail", + operable = true, + position = + { + x = -14, + y = 20 + }, + rotatable = true + }, + { + destructible = true, + direction = 2, + force = "player", + index = 83, + minable = true, + name = "curved-rail", + operable = true, + position = + { + x = 14, + y = 20 + }, + rotatable = true + }, + { + destructible = true, + direction = 3, + force = "player", + index = 84, + minable = true, + name = "straight-rail", + operable = true, + position = + { + x = 17, + y = 17 + }, + rotatable = true + }, + { + backer_name = "B", + destructible = true, + direction = 6, + force = "player", + index = 85, + minable = true, + name = "train-stop", + operable = true, + position = + { + x = -9, + y = 19 + }, + rotatable = true + }, + { + destructible = true, + direction = 2, + force = "player", + index = 86, + minable = true, + name = "straight-rail", + operable = true, + position = + { + x = -9, + y = 21 + }, + rotatable = true + }, + { + destructible = true, + direction = 2, + force = "player", + index = 87, + minable = true, + name = "straight-rail", + operable = true, + position = + { + x = -7, + y = 21 + }, + rotatable = true + }, + { + destructible = true, + direction = 2, + force = "player", + index = 88, + minable = true, + name = "straight-rail", + operable = true, + position = + { + x = -5, + y = 21 + }, + rotatable = true + }, + { + destructible = true, + direction = 2, + force = "player", + index = 89, + minable = true, + name = "straight-rail", + operable = true, + position = + { + x = -3, + y = 21 + }, + rotatable = true + }, + { + destructible = true, + direction = 2, + force = "player", + index = 90, + minable = true, + name = "straight-rail", + operable = true, + position = + { + x = -1, + y = 21 + }, + rotatable = true + }, + { + destructible = true, + direction = 2, + force = "player", + index = 91, + minable = true, + name = "straight-rail", + operable = true, + position = + { + x = 1, + y = 21 + }, + rotatable = true + }, + { + destructible = true, + direction = 2, + force = "player", + index = 92, + minable = true, + name = "straight-rail", + operable = true, + position = + { + x = 3, + y = 21 + }, + rotatable = true + }, + { + destructible = true, + direction = 2, + force = "player", + index = 93, + minable = true, + name = "straight-rail", + operable = true, + position = + { + x = 5, + y = 21 + }, + rotatable = true + }, + { + destructible = true, + direction = 2, + force = "player", + index = 94, + minable = true, + name = "straight-rail", + operable = true, + position = + { + x = 7, + y = 21 + }, + rotatable = true + }, + { + destructible = true, + direction = 2, + force = "player", + index = 95, + minable = true, + name = "straight-rail", + operable = true, + position = + { + x = 9, + y = 21 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 99, + inventory = + { + { + ["angels-ore1"] = 8 + } + }, + minable = true, + name = "steel-chest", + operable = true, + position = + { + x = -1.5, + y = 23.5 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 100, + inventory = + { + { + ["angels-ore1"] = 31 + } + }, + minable = true, + name = "steel-chest", + operable = true, + position = + { + x = -0.5, + y = 23.5 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 101, + inventory = + { + { + ["angels-ore1"] = 78 + } + }, + minable = true, + name = "steel-chest", + operable = true, + position = + { + x = 1.5, + y = 23.5 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 102, + inventory = + { + { + ["angels-ore1"] = 78 + } + }, + minable = true, + name = "steel-chest", + operable = true, + position = + { + x = 0.5, + y = 23.5 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 103, + inventory = + { + { + ["angels-ore1"] = 8 + } + }, + minable = true, + name = "steel-chest", + operable = true, + position = + { + x = 3.5, + y = 23.5 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 104, + inventory = + { + { + ["angels-ore1"] = 29 + } + }, + minable = true, + name = "steel-chest", + operable = true, + position = + { + x = 2.5, + y = 23.5 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 105, + minable = true, + name = "big-electric-pole", + operable = true, + position = + { + x = 13, + y = 24 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 106, + minable = true, + name = "medium-electric-pole", + operable = true, + position = + { + x = -2.5, + y = 24.5 + }, + rotatable = true + }, + { + destructible = true, + direction = 4, + force = "player", + index = 107, + minable = true, + name = "fast-inserter", + operable = true, + position = + { + x = -1.5, + y = 24.5 + }, + rotatable = true + }, + { + destructible = true, + direction = 4, + force = "player", + index = 108, + minable = true, + name = "fast-inserter", + operable = true, + position = + { + x = -0.5, + y = 24.5 + }, + rotatable = true + }, + { + destructible = true, + direction = 6, + force = "player", + index = 109, + line_contents = + { + { + ["angels-ore1"] = 1 + }, + { + ["angels-ore1"] = 4 + } + }, + minable = true, + name = "fast-transport-belt", + operable = true, + position = + { + x = -0.5, + y = 25.5 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 110, + line_contents = + { + { + ["angels-ore1"] = 5 + }, + { + ["angels-ore1"] = 2 + } + }, + minable = true, + name = "fast-transport-belt", + operable = true, + position = + { + x = -1.5, + y = 25.5 + }, + rotatable = true + }, + { + destructible = true, + direction = 4, + force = "player", + index = 111, + minable = true, + name = "fast-inserter", + operable = true, + position = + { + x = 1.5, + y = 24.5 + }, + rotatable = true + }, + { + destructible = true, + direction = 4, + force = "player", + index = 112, + minable = true, + name = "fast-inserter", + operable = true, + position = + { + x = 0.5, + y = 24.5 + }, + rotatable = true + }, + { + destructible = true, + direction = 6, + force = "player", + index = 113, + line_contents = + { + {}, + { + ["angels-ore1"] = 4 + } + }, + minable = true, + name = "fast-transport-belt", + operable = true, + position = + { + x = 0.5, + y = 25.5 + }, + rotatable = true + }, + { + destructible = true, + direction = 2, + force = "player", + index = 114, + line_contents = + { + { + ["angels-ore1"] = 4 + }, + {} + }, + minable = true, + name = "fast-transport-belt", + operable = true, + position = + { + x = 1.5, + y = 25.5 + }, + rotatable = true + }, + { + destructible = true, + direction = 4, + force = "player", + index = 115, + minable = true, + name = "fast-inserter", + operable = true, + position = + { + x = 3.5, + y = 24.5 + }, + rotatable = true + }, + { + destructible = true, + direction = 4, + force = "player", + index = 116, + minable = true, + name = "fast-inserter", + operable = true, + position = + { + x = 2.5, + y = 24.5 + }, + rotatable = true + }, + { + destructible = true, + direction = 2, + force = "player", + index = 117, + line_contents = + { + { + ["angels-ore1"] = 4 + }, + { + ["angels-ore1"] = 1 + } + }, + minable = true, + name = "fast-transport-belt", + operable = true, + position = + { + x = 2.5, + y = 25.5 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 118, + line_contents = + { + { + ["angels-ore1"] = 2 + }, + { + ["angels-ore1"] = 5 + } + }, + minable = true, + name = "fast-transport-belt", + operable = true, + position = + { + x = 3.5, + y = 25.5 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 119, + minable = true, + name = "medium-electric-pole", + operable = true, + position = + { + x = 4.5, + y = 24.5 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 120, + line_contents = + { + {}, + {}, + {}, + {}, + {}, + { + ["angels-ore1"] = 1 + }, + { + ["angels-ore1"] = 1 + }, + {} + }, + minable = true, + name = "fast-splitter", + operable = true, + position = + { + x = 1, + y = 26.5 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 121, + line_contents = + { + {}, + {} + }, + minable = true, + name = "fast-transport-belt", + operable = true, + position = + { + x = 1.5, + y = 27.5 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 122, + line_contents = + { + {}, + {} + }, + minable = true, + name = "fast-transport-belt", + operable = true, + position = + { + x = 1.5, + y = 29.5 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 123, + line_contents = + { + {}, + {} + }, + minable = true, + name = "fast-transport-belt", + operable = true, + position = + { + x = 1.5, + y = 28.5 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 124, + minable = true, + name = "medium-electric-pole", + operable = true, + position = + { + x = -2.5, + y = 30.5 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 125, + line_contents = + { + {}, + {} + }, + minable = true, + name = "fast-transport-belt", + operable = true, + position = + { + x = 1.5, + y = 31.5 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 126, + line_contents = + { + {}, + {} + }, + minable = true, + name = "fast-transport-belt", + operable = true, + position = + { + x = 1.5, + y = 30.5 + }, + rotatable = true + }, + { + amount = 384, + destructible = true, + force = "neutral", + index = 127, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = -2.5, + y = 33.5 + }, + rotatable = true + }, + { + amount = 291, + destructible = true, + force = "neutral", + index = 128, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = -1.5, + y = 33.5 + }, + rotatable = true + }, + { + amount = 432, + destructible = true, + force = "neutral", + index = 129, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = -0.5, + y = 33.5 + }, + rotatable = true + }, + { + amount = 203, + destructible = true, + force = "neutral", + index = 130, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = 0.5, + y = 33.5 + }, + rotatable = true + }, + { + amount = 408, + destructible = true, + force = "neutral", + index = 131, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = 1.5, + y = 33.5 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 132, + line_contents = + { + {}, + {} + }, + minable = true, + name = "fast-transport-belt", + operable = true, + position = + { + x = 1.5, + y = 33.5 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 133, + line_contents = + { + {}, + {} + }, + minable = true, + name = "fast-transport-belt", + operable = true, + position = + { + x = 1.5, + y = 32.5 + }, + rotatable = true + }, + { + amount = 367, + destructible = true, + force = "neutral", + index = 134, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = 2.5, + y = 33.5 + }, + rotatable = true + }, + { + amount = 340, + destructible = true, + force = "neutral", + index = 135, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = 3.5, + y = 33.5 + }, + rotatable = true + }, + { + amount = 272, + destructible = true, + force = "neutral", + index = 136, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = 4.5, + y = 33.5 + }, + rotatable = true + }, + { + amount = 236, + destructible = true, + force = "neutral", + index = 137, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = 5.5, + y = 33.5 + }, + rotatable = true + }, + { + amount = 276, + destructible = true, + force = "neutral", + index = 138, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = -2.5, + y = 34.5 + }, + rotatable = true + }, + { + amount = 321, + destructible = true, + force = "neutral", + index = 139, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = -2.5, + y = 35.5 + }, + rotatable = true + }, + { + amount = 225, + destructible = true, + force = "neutral", + index = 140, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = -1.5, + y = 34.5 + }, + rotatable = true + }, + { + amount = 398, + destructible = true, + force = "neutral", + index = 141, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = -1.5, + y = 35.5 + }, + rotatable = true + }, + { + amount = 437, + destructible = true, + force = "neutral", + index = 142, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = -0.5, + y = 34.5 + }, + rotatable = true + }, + { + amount = 415, + destructible = true, + force = "neutral", + index = 143, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = -0.5, + y = 35.5 + }, + rotatable = true + }, + { + destructible = true, + direction = 2, + force = "player", + index = 144, + inventory = + { + nil, + {} + }, + minable = true, + name = "electric-mining-drill", + operable = true, + position = + { + x = -0.5, + y = 35.5 + }, + rotatable = true + }, + { + amount = 270, + destructible = true, + force = "neutral", + index = 145, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = 0.5, + y = 34.5 + }, + rotatable = true + }, + { + amount = 337, + destructible = true, + force = "neutral", + index = 146, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = 0.5, + y = 35.5 + }, + rotatable = true + }, + { + amount = 394, + destructible = true, + force = "neutral", + index = 147, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = 1.5, + y = 34.5 + }, + rotatable = true + }, + { + amount = 413, + destructible = true, + force = "neutral", + index = 148, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = 1.5, + y = 35.5 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 149, + line_contents = + { + {}, + {} + }, + minable = true, + name = "fast-transport-belt", + operable = true, + position = + { + x = 1.5, + y = 35.5 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 150, + line_contents = + { + {}, + {} + }, + minable = true, + name = "fast-transport-belt", + operable = true, + position = + { + x = 1.5, + y = 34.5 + }, + rotatable = true + }, + { + amount = 359, + destructible = true, + force = "neutral", + index = 151, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = 2.5, + y = 34.5 + }, + rotatable = true + }, + { + amount = 318, + destructible = true, + force = "neutral", + index = 152, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = 2.5, + y = 35.5 + }, + rotatable = true + }, + { + amount = 349, + destructible = true, + force = "neutral", + index = 153, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = 3.5, + y = 34.5 + }, + rotatable = true + }, + { + amount = 397, + destructible = true, + force = "neutral", + index = 154, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = 3.5, + y = 35.5 + }, + rotatable = true + }, + { + destructible = true, + direction = 6, + force = "player", + index = 155, + inventory = + { + nil, + {} + }, + minable = true, + name = "electric-mining-drill", + operable = true, + position = + { + x = 3.5, + y = 35.5 + }, + rotatable = true + }, + { + amount = 214, + destructible = true, + force = "neutral", + index = 156, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = 4.5, + y = 34.5 + }, + rotatable = true + }, + { + amount = 398, + destructible = true, + force = "neutral", + index = 157, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = 4.5, + y = 35.5 + }, + rotatable = true + }, + { + amount = 309, + destructible = true, + force = "neutral", + index = 158, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = 5.5, + y = 34.5 + }, + rotatable = true + }, + { + amount = 218, + destructible = true, + force = "neutral", + index = 159, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = 5.5, + y = 35.5 + }, + rotatable = true + }, + { + amount = 405, + destructible = true, + force = "neutral", + index = 160, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = -2.5, + y = 36.5 + }, + rotatable = true + }, + { + amount = 402, + destructible = true, + force = "neutral", + index = 161, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = -2.5, + y = 37.5 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 162, + minable = true, + name = "medium-electric-pole", + operable = true, + position = + { + x = -2.5, + y = 37.5 + }, + rotatable = true + }, + { + amount = 304, + destructible = true, + force = "neutral", + index = 163, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = -1.5, + y = 36.5 + }, + rotatable = true + }, + { + amount = 200, + destructible = true, + force = "neutral", + index = 164, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = -1.5, + y = 37.5 + }, + rotatable = true + }, + { + amount = 435, + destructible = true, + force = "neutral", + index = 165, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = -0.5, + y = 36.5 + }, + rotatable = true + }, + { + amount = 464, + destructible = true, + force = "neutral", + index = 166, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = -0.5, + y = 37.5 + }, + rotatable = true + }, + { + amount = 380, + destructible = true, + force = "neutral", + index = 167, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = 0.5, + y = 36.5 + }, + rotatable = true + }, + { + amount = 239, + destructible = true, + force = "neutral", + index = 168, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = 0.5, + y = 37.5 + }, + rotatable = true + }, + { + amount = 224, + destructible = true, + force = "neutral", + index = 169, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = 1.5, + y = 36.5 + }, + rotatable = true + }, + { + amount = 431, + destructible = true, + force = "neutral", + index = 170, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = 1.5, + y = 37.5 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 171, + line_contents = + { + {}, + {} + }, + minable = true, + name = "fast-transport-belt", + operable = true, + position = + { + x = 1.5, + y = 37.5 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 172, + line_contents = + { + {}, + {} + }, + minable = true, + name = "fast-transport-belt", + operable = true, + position = + { + x = 1.5, + y = 36.5 + }, + rotatable = true + }, + { + amount = 236, + destructible = true, + force = "neutral", + index = 173, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = 2.5, + y = 36.5 + }, + rotatable = true + }, + { + amount = 233, + destructible = true, + force = "neutral", + index = 174, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = 2.5, + y = 37.5 + }, + rotatable = true + }, + { + amount = 302, + destructible = true, + force = "neutral", + index = 175, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = 3.5, + y = 36.5 + }, + rotatable = true + }, + { + amount = 223, + destructible = true, + force = "neutral", + index = 176, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = 3.5, + y = 37.5 + }, + rotatable = true + }, + { + amount = 285, + destructible = true, + force = "neutral", + index = 177, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = 4.5, + y = 36.5 + }, + rotatable = true + }, + { + amount = 197, + destructible = true, + force = "neutral", + index = 178, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = 4.5, + y = 37.5 + }, + rotatable = true + }, + { + amount = 321, + destructible = true, + force = "neutral", + index = 179, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = 5.5, + y = 36.5 + }, + rotatable = true + }, + { + amount = 312, + destructible = true, + force = "neutral", + index = 180, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = 5.5, + y = 37.5 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 181, + minable = true, + name = "medium-electric-pole", + operable = true, + position = + { + x = 5.5, + y = 37.5 + }, + rotatable = true + }, + { + amount = 291, + destructible = true, + force = "neutral", + index = 182, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = -2.5, + y = 38.5 + }, + rotatable = true + }, + { + amount = 415, + destructible = true, + force = "neutral", + index = 183, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = -2.5, + y = 39.5 + }, + rotatable = true + }, + { + amount = 257, + destructible = true, + force = "neutral", + index = 184, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = -1.5, + y = 38.5 + }, + rotatable = true + }, + { + amount = 384, + destructible = true, + force = "neutral", + index = 185, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = -1.5, + y = 39.5 + }, + rotatable = true + }, + { + amount = 293, + destructible = true, + force = "neutral", + index = 186, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = -0.5, + y = 38.5 + }, + rotatable = true + }, + { + amount = 347, + destructible = true, + force = "neutral", + index = 187, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = -0.5, + y = 39.5 + }, + rotatable = true + }, + { + destructible = true, + direction = 2, + force = "player", + index = 188, + inventory = + { + nil, + {} + }, + minable = true, + name = "electric-mining-drill", + operable = true, + position = + { + x = -0.5, + y = 39.5 + }, + rotatable = true + }, + { + amount = 282, + destructible = true, + force = "neutral", + index = 189, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = 0.5, + y = 38.5 + }, + rotatable = true + }, + { + amount = 273, + destructible = true, + force = "neutral", + index = 190, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = 0.5, + y = 39.5 + }, + rotatable = true + }, + { + amount = 327, + destructible = true, + force = "neutral", + index = 191, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = 1.5, + y = 38.5 + }, + rotatable = true + }, + { + amount = 355, + destructible = true, + force = "neutral", + index = 192, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = 1.5, + y = 39.5 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 193, + line_contents = + { + {}, + {} + }, + minable = true, + name = "fast-transport-belt", + operable = true, + position = + { + x = 1.5, + y = 39.5 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 194, + line_contents = + { + {}, + {} + }, + minable = true, + name = "fast-transport-belt", + operable = true, + position = + { + x = 1.5, + y = 38.5 + }, + rotatable = true + }, + { + amount = 249, + destructible = true, + force = "neutral", + index = 195, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = 2.5, + y = 38.5 + }, + rotatable = true + }, + { + amount = 411, + destructible = true, + force = "neutral", + index = 196, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = 2.5, + y = 39.5 + }, + rotatable = true + }, + { + amount = 308, + destructible = true, + force = "neutral", + index = 197, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = 3.5, + y = 38.5 + }, + rotatable = true + }, + { + amount = 491, + destructible = true, + force = "neutral", + index = 198, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = 3.5, + y = 39.5 + }, + rotatable = true + }, + { + destructible = true, + direction = 6, + force = "player", + index = 199, + inventory = + { + nil, + {} + }, + minable = true, + name = "electric-mining-drill", + operable = true, + position = + { + x = 3.5, + y = 39.5 + }, + rotatable = true + }, + { + amount = 473, + destructible = true, + force = "neutral", + index = 200, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = 4.5, + y = 38.5 + }, + rotatable = true + }, + { + amount = 283, + destructible = true, + force = "neutral", + index = 201, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = 4.5, + y = 39.5 + }, + rotatable = true + }, + { + amount = 236, + destructible = true, + force = "neutral", + index = 202, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = 5.5, + y = 38.5 + }, + rotatable = true + }, + { + amount = 289, + destructible = true, + force = "neutral", + index = 203, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = 5.5, + y = 39.5 + }, + rotatable = true + }, + { + amount = 299, + destructible = true, + force = "neutral", + index = 204, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = -2.5, + y = 40.5 + }, + rotatable = true + }, + { + amount = 354, + destructible = true, + force = "neutral", + index = 205, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = -2.5, + y = 41.5 + }, + rotatable = true + }, + { + amount = 318, + destructible = true, + force = "neutral", + index = 206, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = -1.5, + y = 40.5 + }, + rotatable = true + }, + { + amount = 227, + destructible = true, + force = "neutral", + index = 207, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = -1.5, + y = 41.5 + }, + rotatable = true + }, + { + amount = 373, + destructible = true, + force = "neutral", + index = 208, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = -0.5, + y = 40.5 + }, + rotatable = true + }, + { + amount = 446, + destructible = true, + force = "neutral", + index = 209, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = -0.5, + y = 41.5 + }, + rotatable = true + }, + { + amount = 409, + destructible = true, + force = "neutral", + index = 210, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = 0.5, + y = 40.5 + }, + rotatable = true + }, + { + amount = 238, + destructible = true, + force = "neutral", + index = 211, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = 0.5, + y = 41.5 + }, + rotatable = true + }, + { + amount = 454, + destructible = true, + force = "neutral", + index = 212, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = 1.5, + y = 40.5 + }, + rotatable = true + }, + { + amount = 466, + destructible = true, + force = "neutral", + index = 213, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = 1.5, + y = 41.5 + }, + rotatable = true + }, + { + amount = 472, + destructible = true, + force = "neutral", + index = 214, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = 2.5, + y = 40.5 + }, + rotatable = true + }, + { + amount = 413, + destructible = true, + force = "neutral", + index = 215, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = 2.5, + y = 41.5 + }, + rotatable = true + }, + { + amount = 411, + destructible = true, + force = "neutral", + index = 216, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = 3.5, + y = 40.5 + }, + rotatable = true + }, + { + amount = 440, + destructible = true, + force = "neutral", + index = 217, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = 3.5, + y = 41.5 + }, + rotatable = true + }, + { + amount = 272, + destructible = true, + force = "neutral", + index = 218, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = 4.5, + y = 40.5 + }, + rotatable = true + }, + { + amount = 440, + destructible = true, + force = "neutral", + index = 219, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = 4.5, + y = 41.5 + }, + rotatable = true + }, + { + amount = 381, + destructible = true, + force = "neutral", + index = 220, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = 5.5, + y = 40.5 + }, + rotatable = true + }, + { + amount = 311, + destructible = true, + force = "neutral", + index = 221, + minable = true, + name = "angels-ore1", + operable = true, + position = + { + x = 5.5, + y = 41.5 + }, + rotatable = true + }, + -- additions for angels compatibility + { + destructible = true, + force = "player", + index = 300, + inventory = + { + {}, + {}, + {}, + {} + }, + minable = true, + name = "ore-crusher", + operable = true, + position = + { + x = -3.5, + y = -11.5 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 301, + inventory = + { + {}, + {}, + {}, + {} + }, + minable = true, + name = "ore-crusher", + operable = true, + position = + { + x = -3.5, + y = -14.5 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 302, + inventory = + { + {}, + {}, + {}, + {} + }, + minable = true, + name = "ore-crusher", + operable = true, + position = + { + x = -3.5, + y = -18.5 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 303, + minable = true, + name = "medium-electric-pole", + position = + { + x = -4.5, + y = -16.5 + }, + rotatable = true + }, + { + destructible = true, + direction = 6, + force = "player", + index = 304, + minable = true, + name = "fast-inserter", + operable = true, + position = + { + x = -1.5, + y = -17.5 + }, + rotatable = true + }, + { + destructible = true, + direction = 6, + force = "player", + index = 305, + minable = true, + name = "fast-inserter", + operable = true, + position = + { + x = -1.5, + y = -13.5 + }, + rotatable = true + }, + { + destructible = true, + direction = 6, + force = "player", + index = 306, + minable = true, + name = "fast-inserter", + operable = true, + position = + { + x = -1.5, + y = -12.5 + }, + rotatable = true + }, + { + destructible = true, + direction = 6, + force = "player", + index = 307, + minable = true, + name = "fast-inserter", + operable = true, + position = + { + x = -5.5, + y = -17.5 + }, + rotatable = true + }, + { + destructible = true, + direction = 6, + force = "player", + index = 308, + minable = true, + name = "fast-inserter", + operable = true, + position = + { + x = -5.5, + y = -13.5 + }, + rotatable = true + }, + { + destructible = true, + direction = 6, + force = "player", + index = 309, + minable = true, + name = "fast-inserter", + operable = true, + position = + { + x = -5.5, + y = -12.5 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 310, + line_contents = + { + {}, + {} + }, + minable = true, + name = "fast-transport-belt", + operable = true, + position = + { + x = -6.5, + y = -8.5 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 311, + line_contents = + { + {}, + {} + }, + minable = true, + name = "fast-transport-belt", + operable = true, + position = + { + x = -6.5, + y = -9.5 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 312, + line_contents = + { + {}, + {} + }, + minable = true, + name = "fast-transport-belt", + operable = true, + position = + { + x = -6.5, + y = -10.5 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 313, + line_contents = + { + {}, + {} + }, + minable = true, + name = "fast-transport-belt", + operable = true, + position = + { + x = -6.5, + y = -11.5 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 314, + line_contents = + { + {}, + {} + }, + minable = true, + name = "fast-transport-belt", + operable = true, + position = + { + x = -6.5, + y = -12.5 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 315, + line_contents = + { + {}, + {} + }, + minable = true, + name = "fast-transport-belt", + operable = true, + position = + { + x = -6.5, + y = -13.5 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 316, + line_contents = + { + {}, + {} + }, + minable = true, + name = "fast-transport-belt", + operable = true, + position = + { + x = -6.5, + y = -14.5 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 317, + line_contents = + { + {}, + {} + }, + minable = true, + name = "fast-transport-belt", + operable = true, + position = + { + x = -6.5, + y = -15.5 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 318, + line_contents = + { + {}, + {} + }, + minable = true, + name = "fast-transport-belt", + operable = true, + position = + { + x = -6.5, + y = -16.5 + }, + rotatable = true + }, + { + destructible = true, + force = "player", + index = 319, + line_contents = + { + {}, + {} + }, + minable = true, + name = "fast-transport-belt", + operable = true, + position = + { + x = -6.5, + y = -17.5 + }, + rotatable = true + }, +} \ No newline at end of file diff --git a/angelsrefining/tutorials/angels-trains-stations/control.lua b/angelsrefining/tutorials/angels-trains-stations/control.lua new file mode 100644 index 000000000..175170457 --- /dev/null +++ b/angelsrefining/tutorials/angels-trains-stations/control.lua @@ -0,0 +1,372 @@ +require "story" +require "angels-train-stations" + +function on_player_created(event) + local player = game.players[event.player_index] + player.game_view_settings = + { + show_side_menu = false, + show_research_info = false, + show_alert_gui = false, + show_minimap = false + } + game.permissions.get_group(0).set_allows_action(defines.input_action.remove_cables, false) + game.permissions.get_group(0).set_allows_action(defines.input_action.open_production_gui, false) + game.permissions.get_group(0).set_allows_action(defines.input_action.open_tips_and_tricks_gui, false) + game.permissions.get_group(0).set_allows_action(defines.input_action.open_logistic_gui, false) + game.permissions.get_group(0).set_allows_action(defines.input_action.open_technology_gui, false) + player.force.disable_all_prototypes() + player.force.mining_drill_productivity_bonus = 4 + + player.set_quick_bar_slot(1,'rail') + player.set_quick_bar_slot(2,'locomotive') + player.set_quick_bar_slot(3,'cargo-wagon') + player.set_quick_bar_slot(4,'train-stop') + player.set_quick_bar_slot(5,'inserter') + player.set_quick_bar_slot(6,'iron-chest') + player.set_quick_bar_slot(7,'coal') +end +intermission = +{ + init = function() + flying_congrats(global.last_built_position) + set_goal() + set_info() + end, + condition = story_elapsed_check(2) +} +story_table = +{ + { + { + init = function() + recreate_entities_on_tick(entities, {offset = {0, -16}}, 1.4) + end, + condition = function() + return recreate_entities_on_tick() + end + }, + { + init = function() + for k, drill in pairs (surface().find_entities_filtered{type = "mining-drill"}) do + drill.mining_progress = math.random() + drill.bonus_mining_progress = math.random() + end + for k, entity in pairs (surface().find_entities()) do + entity.minable = false + entity.operable = false + end + set_info{text = {"intro"}} + if player().input_method == defines.input_method.game_controller then + set_info({text = {"button-controller-note"}, append = true}) + end + set_info{custom_function = add_button, append = true} + flash_goal() + end, + condition = function() + return global.continue + end + }, + { + init = function() + player().character.destructible = false + local stop = surface().find_entities_filtered{name = "train-stop", area = {{-50,0},{50,50}}}[1] + surface().create_entity{name = "fake-selection-box-2x2", position = stop.position} + global.correct_position = {x = stop.position.x, y = stop.position.y} + stop.destroy() + player().insert({name = "train-stop"}) + set_goal({"place-stop"}) + set_info() + end, + condition = function() + for k, stop in pairs (surface().find_entities_filtered{name = "train-stop"}) do + if stop.position.x == global.correct_position.x and stop.position.y == global.correct_position.y then + global.correct_position = nil + stop.minable = false + stop.backer_name = "B" + return true + end + end + end, + action = function() + for k, entity in pairs (surface().find_entities_filtered{type = "arrow"}) do + entity.destroy() + end + end + }, + intermission, + { + init = function() + set_goal{"place-locomotive"} + set_info({text = {"place-locomotive-info"}, picture = "file/place-locomotive.png"}) + player().insert({name = "locomotive"}) + end, + condition = function() + local offset = {x = -3, y = -2} --The relationship between stop position and a locomotive placed at it + for k, entity in pairs (surface().find_entities_filtered{type = "locomotive"}) do + if entity.orientation == 0.75 then + local position = {x = entity.position.x + offset.x, y = entity.position.y + offset.y} + for k, stop in pairs (surface().find_entities_filtered{name = "train-stop"}) do + if stop.position.x == position.x and stop.position.y == position.y then + global.locomotive = entity + return true + end + end + end + end + end, + action = function() + global.locomotive.minable = false + global.locomotive.rotatable = false + global.locomotive.destructible = false + end + }, + intermission, + { + init = function() + set_goal({"fuel-train"}) + set_info({picture = "file/fuel-train.png"}) + global.locomotive.operable = false + player().insert{name = "coal",count = 50} + player().insert{name = "inserter"} + player().insert{name = "iron-chest"} + end, + update = function(event) + if event.name ~= defines.events.on_built_entity then + return + end + local entity = event.created_entity + if entity.name == "inserter" then + global.inserter = entity + end + end, + condition = function() + if not global.inserter then return end + if not global.inserter.valid then return end + if (not global.inserter.drop_target) or (not global.inserter.pickup_target) then return end + if not global.inserter.drop_target.name == "locomotive" then return end + if not global.inserter.pickup_target.name == "iron-chest" then return end + return global.locomotive.get_item_count("coal") > 0 + end, + action = function() + global.locomotive.operable = true + global.last_built_position = nil + player().clear_items_inside() + end + }, + intermission, + { + init = function() + player().insert({name = "cargo-wagon"}) + set_goal{"place-wagon"} + set_info({text = {"place-wagon-info"}, picture = "file/place-wagon.png"}) + end, + condition = function(event) + return global.locomotive.train.back_stock.name == "cargo-wagon" + end, + action = function(event) + local wagon = surface().find_entities_filtered{name = "cargo-wagon"}[1] + wagon.minable = false + wagon.destructible = false + wagon.operable = false + global.wagon = wagon + end + }, + intermission, + { + init = function() + set_goal({"load-wagon"}) + set_info() + player().insert{name = "fast-inserter", count = 6} + player().set_quick_bar_slot(11,'fast-inserter') + player().force.inserter_stack_size_bonus = 3 + for k, chest in pairs (surface().find_entities_filtered{name = "steel-chest"}) do + if chest.position.y > 0 then + chest.clear_items_inside() + chest.insert{name = "angels-ore1", count = 1000} + end + end + end, + condition = function() + return global.wagon.get_item_count("angels-ore1") > 100 + end, + action = function() + global.last_built_position = global.wagon.position + player().clear_items_inside() + end + }, + intermission, + { + init = function() + local stop + for k, entity in pairs (surface().find_entities_filtered{name = "train-stop"}) do + if entity.position.y < 0 then + stop = entity + break + end + end + global.stop = stop + set_goal({"set-schedule", stop.backer_name, {"gui-train.add-empty-condition"}}) + set_info( + { + pictures = + { + {path = "file/add-station.png"}, + {path = "file/empty-cargo.png", split = true} + } + }) + global.last_built_position = global.locomotive.position + end, + condition = function() + local schedule = global.locomotive.train.schedule + if not schedule then return end + local record = schedule.records[1] + if not (record and record.wait_conditions) then return end + return (record.station == global.stop.backer_name) and (record.wait_conditions[1].type == "empty") + end + }, + intermission, + { + init = function() + set_goal({"start-train"}) + set_info({picture = "file/start-train.png"}) + end, + condition = function() + return (global.locomotive.train.manual_mode == false) + end, + action = function() + global.locomotive.operable = false + end + }, + intermission, + { + condition = function() + return global.locomotive.train.station ~= nil + end + }, + { + init = function() + set_goal({"unload-train"}) + set_info({text = {"unload-train-info"}}) + local player = player() + for name, count in pairs ({ + ["fast-transport-belt"] = 20, + ["fast-inserter"] = 20, + ["fast-splitter"] = 5, + ["fast-underground-belt"] = 10, + ["steel-chest"] = 10 + }) do + player.insert{name = name, count = count} + end + player.set_quick_bar_slot(12,'fast-transport-belt') + player.set_quick_bar_slot(13,'fast-splitter') + player.set_quick_bar_slot(14,'fast-underground-belt') + player.set_quick_bar_slot(15,'steel-chest') + for k, furnace in pairs (surface().find_entities_filtered{name = "steel-furnace"}) do + furnace.force = "neutral" + end + for k, crusher in pairs (surface().find_entities_filtered{name = "ore-crusher"}) do + crusher.force = "neutral" + crusher.set_recipe("angelsore1-crushed") + end + end, + condition = function() + local chest = surface().find_entities_filtered{name = "iron-chest", area = {{-50,-50},{50,0}}}[1] + return chest.get_item_count("iron-plate") > 0 + end, + action = function() + global.last_built_position = nil + end + + }, + intermission, + { + init = function() + local load_stop + for k, entity in pairs (surface().find_entities_filtered{name = "train-stop"}) do + if entity.position.y > 0 then + load_stop = entity + break + end + end + global.load_stop = load_stop + set_goal({"set-schedule", load_stop.backer_name, {"gui-train.add-full-condition"}}) + global.last_built_position = global.locomotive.position + global.locomotive.operable = true + end, + condition = function() + local schedule = global.locomotive.train.schedule + if not schedule then return end + local record = schedule.records[2] + if not record then return end + if not record.wait_conditions then return end + return (record.station == global.load_stop.backer_name) and (record.wait_conditions[1].type == "full") + end + }, + intermission, + { + init = function() + set_goal({"trains-will-loop"}) + local wagon = surface().find_entities_filtered{name = "cargo-wagon"}[1] + wagon.clear_items_inside() + wagon.get_inventory(defines.inventory.cargo_wagon).set_bar(5) + for k, entity in pairs (surface().find_entities()) do + entity.minable = true + entity.operable = true + entity.rotatable = true + end + set_info() + if player().input_method == defines.input_method.game_controller then + set_info({text = {"button-controller-note"}, append = true}) + end + set_info({custom_function = function(flow) add_button(flow).caption = {"continue"} end, append = true}) + end, + condition = function() + return global.continue + end + }, + intermission, + { + init = function() + set_info{text = {"finish-info"}} + if player().input_method == defines.input_method.game_controller then + set_info({text = {"button-controller-note"}, append = true}) + end + set_info{custom_function = function(flow) add_button(flow).caption = {"finish"} end, append = true} + set_goal(nil, false) + player().insert({name='fast-inserter',count=40}) + player().insert({name='fast-transport-belt',count=200}) + player().insert({name='fast-splitter',count=10}) + player().insert({name='fast-underground-belt',count=10}) + player().insert({name='locomotive',count=3}) + player().insert({name='cargo-wagon',count=3}) + player().insert({name='train-stop',count=5}) + player().insert({name='rail',count=1000}) + player().insert({name='steel-chest',count=30}) + player().insert({name='coal',count=500}) + player().insert({name='medium-electric-pole',count=20}) + player().insert({name='electronic-circuit',count=4000}) + player().set_quick_bar_slot(8,'medium-electric-pole') + end, + condition = function() + return global.continue + end + } + } +} + +story_init_helpers(story_table) + +script.on_init(function() + game.forces.player.manual_mining_speed_modifier = 4 + game.forces.player.disable_all_prototypes() + surface().always_day = true + global.story = story_init() +end) + +script.on_event(defines.events, function(event) + story_update(global.story, event, "") + if event.name == defines.events.on_player_created then + on_player_created(event) + end +end) diff --git a/angelsrefining/tutorials/angels-trains-stations/empty-cargo.png b/angelsrefining/tutorials/angels-trains-stations/empty-cargo.png new file mode 100644 index 000000000..798a56546 Binary files /dev/null and b/angelsrefining/tutorials/angels-trains-stations/empty-cargo.png differ diff --git a/angelsrefining/tutorials/angels-trains-stations/fuel-train.png b/angelsrefining/tutorials/angels-trains-stations/fuel-train.png new file mode 100644 index 000000000..86402f70c Binary files /dev/null and b/angelsrefining/tutorials/angels-trains-stations/fuel-train.png differ diff --git a/angelsrefining/tutorials/angels-trains-stations/locale/af/trains-stations.cfg b/angelsrefining/tutorials/angels-trains-stations/locale/af/trains-stations.cfg new file mode 100644 index 000000000..67cddb58a --- /dev/null +++ b/angelsrefining/tutorials/angels-trains-stations/locale/af/trains-stations.cfg @@ -0,0 +1,17 @@ +button-controller-note=__ALT_CONTROL__1__wissel-vry-wyser__ en gebruik die wyser om die knoppie te druk. +finish=Klaar +finish-info=Jy het 'n paar items gekry om met trein-stop te eksperimenteer.\n\nDruk die Voltooi-knoppie om die tutoriaal te beëindig. +fuel-train=Maak die lokomotief vol met brandstof deur van 'n laaier gebruik te maak. +intro=Die doelwit van hierdie tutoriaal is om te wys hoe om trein stoppe en skedules te gebruik om erts tussen myne en smee-oonde te vervoer. +load-wagon=Bou laaiers om die wa te laai met yster erts. +place-locomotive=Bou die lokomotief by die trein stop. +place-locomotive-info=Wanneer die lokomotief naby 'n trein stop en in die korrekte oriëntasie is, sal dit self in posisie inpas. +place-stop=Bou die trein stop by die aangeduide posisie. +place-wagon=Bou die vrag wa agter die lokomotief. +place-wagon-info=Die wa sal verbinding aanwysers toon wanneer dit korrek gekoppel kan word aan die lokomotief. +set-schedule=Voeg stasie/stop "__1__" by die trein skedule met die "__2__" wag toestand. +start-train=Stel die trein na outomatiese metode. +trains-will-loop=Nou sal die trein outomaties die erts vervoer tussen die twee trein stoppe. +unload-train=Ontlaai die yster erts van die vrag wa en voer dit in die smee-oonde in. +unload-train-info=Wenk: Gebruik kiste as 'n buffer tussen die wa en die vervoerbande om die aflaaiery te versnel. + diff --git a/angelsrefining/tutorials/angels-trains-stations/locale/ar/trains-stations.cfg b/angelsrefining/tutorials/angels-trains-stations/locale/ar/trains-stations.cfg new file mode 100644 index 000000000..83c2acad1 --- /dev/null +++ b/angelsrefining/tutorials/angels-trains-stations/locale/ar/trains-stations.cfg @@ -0,0 +1,17 @@ +button-controller-note=__ALT_CONTROL__1__toggle-free-cursor__ رزلا ىلع طغضلل رشؤملا مدختساو. +finish=ءاهنإ +finish-info=.يميلعتلا سردلا ءاهنإل ءاهنإ ىلع طغضاn\n\.راطقلا تاطحم ةبرجتل داوملا ضعب تيطعُأ دقل +fuel-train=.لقانلاب دوقولاب ةرطاقلا لّمح +intro=.نارفألا و مجانملا نم نداعملا لقن ماظن دادعإل ؛لوادجلا و راطقلا فوقو تاطحم مادختسا ةيفيك ميلعت ىلإ سردلا اذه فدهي +load-wagon=.ديدحلا ماخب ةبرعلا ليمحتل لقاونلا ِنبا +place-locomotive=.راطقلا ةطحم دنع ةرطاقلا ِنبا +place-locomotive-info=.ةطحملا ىلإ ةرطاقلا فيط بذجنيس ،حيحصلا هاجتالا يف ةرطاقلا ًاهجوم ،راطقلا ةطحم برق نوكت امنيح +place-stop=.ددحملا عقوملا يف راطق ةطحم ِنبا +place-wagon=.ةرطاقلا فلخ عئاضبلا ةبرع ِنبا +place-wagon-info=.حيحصلا اهناكم يف تناك اذإ لاصتالل تامالع كيرتس عئاضبلا ةبرع +set-schedule=."__2__" راظتنالا طرش عم راطقلا لودج ىلإ "__1__"فقوتلا ةطحم فضأ +start-train=.يئاقلتلا عضولا ىلع راطقلا طبضا +trains-will-loop=.راطقلا يتطحم نيب ماخلا لقنب اًيئاقلت راطقلا موقيس نآلا +unload-train=.نارفألا يف هلخدأ و ديدحلا ماخ نم لقنلا ةبرع غّرف +unload-train-info=.غيرفتلا عيرستل ةمزحألا و ةبرعلا نيب اهِنبا و ،ةتقؤم نزاخمك قيدانصلا مدختسا :حيملت + diff --git a/angelsrefining/tutorials/angels-trains-stations/locale/be/trains-stations.cfg b/angelsrefining/tutorials/angels-trains-stations/locale/be/trains-stations.cfg new file mode 100644 index 000000000..e14fca3b6 --- /dev/null +++ b/angelsrefining/tutorials/angels-trains-stations/locale/be/trains-stations.cfg @@ -0,0 +1,17 @@ +button-controller-note=__ALT_CONTROL__1__toggle-free-cursor__ з курсорам, каб націснуць кнопку. +finish=Скончыць +finish-info=Вы атрымалі некалькі прадметаў, каб эксперыментаваць з чыгуначнымі станцыямі.\n\nНацісніце "Скончыць", каб выйсці з дапаможніка. +fuel-train=Запраўце лакаматыў палівам з дапамогай перадатчыка. +intro=Мэта гэтага дапаможніка – паказаць, як ужываць чыгуначныя станцыі і расклады, каб наладзіць транспартацыю руд паміж шахтамі і печамі. +load-wagon=Пабудуйце перадатчыкі, каб нагрузіць вагон жалезнай рудой. +place-locomotive=Размясціце лакаматыў на станцыі. +place-locomotive-info=Пры размяшчэнні цягніка ў правільным напрамку побач са станцыяй, ён аўтаматычна размесціцца на пазіцыі станцыі. +place-stop=Пабудуйце чыгуначную станцыю на пазначанай пазіцыі. +place-wagon=Размясціце грузавы вагон за лакаматывам. +place-wagon-info=Вагон мае спецыяльны індыкатар, які паказваецца, калі ён можа быць далучаны да лакаматыва. +set-schedule=Дадайце станцыю "__1__" у расклад цягніка з умовай чакання "__2__". +start-train=Перавядзіце цягнік у аўтаматычны рэжым. +trains-will-loop=Цяпер цягнік будзе развозіць руду паміж дзвюма станцыямі. +unload-train=Разгрузіце жалезную руду з грузавога вагона і размясціце яе ў печы. +unload-train-info=Падказка: Скарыстайце кантэйнеры як буфер паміж вагонамі і канвеерам, каб паскорыць разгрузку. + diff --git a/angelsrefining/tutorials/angels-trains-stations/locale/bg/trains-stations.cfg b/angelsrefining/tutorials/angels-trains-stations/locale/bg/trains-stations.cfg new file mode 100644 index 000000000..648f4037d --- /dev/null +++ b/angelsrefining/tutorials/angels-trains-stations/locale/bg/trains-stations.cfg @@ -0,0 +1,17 @@ +button-controller-note=__ALT_CONTROL__1__toggle-free-cursor__ и използвайте курсора за да натиснете бутона. +finish=Завършване +finish-info=Дадохме ви няколко предмета за да експериментирате с влакови спирки. \n\nНатиснете бутона за край, за да спрете урока. +fuel-train=Заредете локомотива чрез използването на механична ръка. +intro=Целта на този урок е да покаже как да се използват влаковите спирки и графици, за да се създаде превоз на руда между мините и пещите. +load-wagon=Постройте механични ръце, които да натоварят вагона с желязна руда. +place-locomotive=Изградете локомотив в спирката на влака. +place-locomotive-info=Когато е близо до спирка и е в правилната посока, локомотивът ще бъде поставен точно на спирката. +place-stop=Изградете влакова спирка в посочената позиция. +place-wagon=Поставете товарния вагон зад локомотива. +place-wagon-info=Върху вагона ще има индикатори, които ще покажат, кога може да се свърже с локомотива правилно. +set-schedule=Добави спирката "__1__" към графика на влака с "__2__" условие за изчакване. +start-train=Задайте влака на автоматичен режим. +trains-will-loop=Сега влакът автоматично ще придвижва рудата между двете влакови спирки. +unload-train=Разтоварете желязната руда от товарния вагон и го заредете в пещите. +unload-train-info=Съвет: Използвайте сандъците като буфер между вагона и конвейрите за ускоряване на разтоварването. + diff --git a/angelsrefining/tutorials/angels-trains-stations/locale/ca/trains-stations.cfg b/angelsrefining/tutorials/angels-trains-stations/locale/ca/trains-stations.cfg new file mode 100644 index 000000000..24a049b23 --- /dev/null +++ b/angelsrefining/tutorials/angels-trains-stations/locale/ca/trains-stations.cfg @@ -0,0 +1,17 @@ +button-controller-note=__ALT_CONTROL__1__toggle-free-cursor__ i empreu el cursor per a premer el botó. +finish=Acaba +finish-info=Se us han donat alguns elements per experimentar amb les parades de tren.\n\nPremeu el botó Acaba per finalitzar el tutorial. +fuel-train=Alimenteu la locomotora usant un inseridor. +intro=L'objectiu del tutorial és mostrar com s'usen les estacions de tren i els itineraris per transportar minerals entre mines i forns. +load-wagon=Construïu inseridors per carregar el vagó amb mineral de ferro. +place-locomotive=Poseu la locomotora a l'estació de tren. +place-locomotive-info=Quan la locomotora està prop d'una estació de tren amb l'orientació adient, s'ajustarà a la posició de la parada. +place-stop=Construïu l'estació de tren a la posició indicada. +place-wagon=Col·loqueu el vagó de càrrega a la part del darrera de la locomotora. +place-wagon-info=El vagó mostrarà indicadors de connexió quan es pugui connectar adequadament a la locomotora. +set-schedule=Afegiu la parada «__1__» a l'itinerari del tren amb una condició d'espera «__2__». +start-train=Poseu el tren en mode automàtic. +trains-will-loop=Ara el tren circularà automàticament entre les dues estacions, transportant-ne els minerals. +unload-train=Descarregueu el mineral de ferro del vagó de càrrega i introduïu-lo als forns. +unload-train-info=Consell: Per agilitzar la càrrega i descàrrega, empreu contenidors que actuïn com a intermediaris entre els vagons i les cintes transportadores. + diff --git a/angelsrefining/tutorials/angels-trains-stations/locale/cs/trains-stations.cfg b/angelsrefining/tutorials/angels-trains-stations/locale/cs/trains-stations.cfg new file mode 100644 index 000000000..82a659041 --- /dev/null +++ b/angelsrefining/tutorials/angels-trains-stations/locale/cs/trains-stations.cfg @@ -0,0 +1,17 @@ +button-controller-note=__ALT_CONTROL__1__toggle-free-cursor__ a pomocí kurzoru stiskni tlačítko. +finish=Dokončit +finish-info=Byli ti dány nějaké předměty na experimentování s železničními zastávkami. \n\nStiskněte tlačítko Dokončit pro ukončení tutorialu. +fuel-train=Nalož palivo do lokomotivy pomocí překladače. +intro=Cílem tohoto tutoriálu je předvést používání železničních zastávek a plánování jízdních řádů pro transport rudy mezi těžícími zařízeními a pecemi. +load-wagon=Umísti překladače pro naložení vagonu železnou rudou. +place-locomotive=Umísti lokomotivu u železniční zastávky. +place-locomotive-info=Stojí-li lokomotiva poblíž železniční zastávky ve správné orientaci, zafixuje se do zastavené pozice. +place-stop=Postav železniční zastávku na označené pozici. +place-wagon=Umísti nákladní vagón za lokomotivu. +place-wagon-info=Indikátory pro zapojení vagónu se objeví ve chvíli, kdy je možné jeho správné umístění. +set-schedule=Přidej zastávku "__1__" do jízdního řádu vlaku s čekací podmínkou "__2__". +start-train=Přepni vlak do automatického módu. +trains-will-loop=Vlak bude nyní automaticky převážet rudu mezi železničními zastávkami. +unload-train=Vylož železnou rudu z nákladního vagonu a doprav ho do pecí. +unload-train-info=Tip: Používej truhly jako zásobník mezi vagony a pásy pro urychlení procesu vykládání. + diff --git a/angelsrefining/tutorials/angels-trains-stations/locale/da/trains-stations.cfg b/angelsrefining/tutorials/angels-trains-stations/locale/da/trains-stations.cfg new file mode 100644 index 000000000..a91ffd3d4 --- /dev/null +++ b/angelsrefining/tutorials/angels-trains-stations/locale/da/trains-stations.cfg @@ -0,0 +1,17 @@ +button-controller-note=__ALT_CONTROL__1__toggle-free-cursor__ og brug markøren til at trykke på knappen. +finish=Afslut +finish-info=Du har fået nogle genstande til at eksperimentere med togstationer.\n\nTryk på Afslut knappen for at slutte vejledningen. +fuel-train=Giv lokomotivet brændstof ved hjælp af en indsætter. +intro=Målet med denne vejledning er at vise hvordan du bruger togstationer og køreplaner til at opsætte transport af malm mellem miner og ovne. +load-wagon=Byg indsættere for at læsse godsvognen med jernmalm. +place-locomotive=Byg lokomotivet ved togstationen. +place-locomotive-info=Når lokomotivet holdes i nærheden af en togstation, og vender i den rigtige retning, så fastgøres lokomotivet til togstationens position. +place-stop=Byg togstationen på det angivne sted. +place-wagon=Byg godsvognen bag lokomotivet. +place-wagon-info=Togvognen vil vise forbindelsesindikatorer, når det kan tilsluttes korrekt til lokomotivet. +set-schedule=Tilføj stationen "__1__" til togets køreplan med "__2__" som ventebetingelse. +start-train=Indstil toget til automatisk tilstand. +trains-will-loop=Toget kører nu automatisk malmen mellem de to togstationer. +unload-train=Los jernmalmen fra godsvognen, og send det til ovnene. +unload-train-info=Tip: Brug kister som en buffer mellem vognen og transportbåndene for at fremskynde losning. + diff --git a/angelsrefining/tutorials/angels-trains-stations/locale/de/trains-stations.cfg b/angelsrefining/tutorials/angels-trains-stations/locale/de/trains-stations.cfg new file mode 100644 index 000000000..661ff88e8 --- /dev/null +++ b/angelsrefining/tutorials/angels-trains-stations/locale/de/trains-stations.cfg @@ -0,0 +1,17 @@ +button-controller-note=__ALT_CONTROL__1__toggle-free-cursor__ und klicken Sie mit dem Cursor den Button. +finish=Abschließen +finish-info=Dir wurden einige Gegenstände gegeben, um mit Zughaltestellen herumzuexperimentieren.\n\nKlicke auf „Abschließen“, um die Mini-Lektion zu beenden. +fuel-train=Benutze einen Greifarm, um die Lokomotive mit Brennstoff zu versorgen. +intro=Ziel dieser Lektion ist, Zughaltestellen und Fahrpläne einzusetzen, um Erze automatisiert über lange Strecken zu transportieren. +load-wagon=Platziere Greifarme, um den Güterwaggon mit Eisenerz zu beladen. +place-locomotive=Platziere die Lokomotive an der Zughaltestelle. +place-locomotive-info=In der Nähe einer Zughaltestelle und in der richtigen Ausrichtung rastet die Lokomotive in die Halteposition. +place-stop=Platziere die Zughaltestelle an der angezeigten Stelle. +place-wagon=Platziere einen Güterwaggon hinter der Lokomotive. +place-wagon-info=Der Waggon zeigt automatisch an, wenn die Lokomotive nahe genug ist, um verbunden zu werden. +set-schedule=Füge die Haltestelle „__1__“ zu dem Fahrplan hinzu und setze „__2__“ als Warte-Bedingung. +start-train=Versetze den Zug in den automatischen Modus. +trains-will-loop=Nun wird der Zug automatisch das Erz zwischen den beiden Zughaltestellen transportieren. +unload-train=Lade das Eisenerz aus dem Güterwaggon und leite es in die Hochöfen. +unload-train-info=Tipp: Benutze Kisten als Puffer zwischen dem Güterwaggon und den Fließbändern, um das Entladen zu beschleunigen. + diff --git a/angelsrefining/tutorials/angels-trains-stations/locale/el/trains-stations.cfg b/angelsrefining/tutorials/angels-trains-stations/locale/el/trains-stations.cfg new file mode 100644 index 000000000..62917847a --- /dev/null +++ b/angelsrefining/tutorials/angels-trains-stations/locale/el/trains-stations.cfg @@ -0,0 +1,17 @@ +button-controller-note=__ALT_CONTROL__1__toggle-free-cursor__ και χρησιμοποιήσε τον κέρσορα για να πατήσεις το κουμπί. +finish=Τέλος +finish-info=Σου δόθηκαν ορισμένα στοιχεία για να πειραματιστείς με στάσεις τρένου.\n\nΠατήσε το κουμπί Τέλος για να τερματίσεις το σεμινάριο. +fuel-train=Βάλε καύσιμα στην μηχανή με έναν βραχίονα. +intro=Ο στόχος αυτού του σεμιναρίου είναι να δείξει πώς να χρησιμοποιείς σταθμούς τρένων και χρονοδιαγράμματα για να δημιουργήσεις μεταφορά μεταλλεύματος μεταξύ ορυχείων και φούρνων. +load-wagon=Φτιάξε βραχίονες για να φορτώσεις το βαγόνι με μετάλλευμα σιδήρου. +place-locomotive=Βάλε τη μηχανή του τρένου στον σταθμό. +place-locomotive-info=Όταν βρίσκεσαι κοντά σε έναν σταθμό τρένου με το σωστό προσανατολισμό, η μηχανή του τρένου θα προσκολληθεί στη θέση του σταθμού. +place-stop=Φτιάξτε τον σταθμό του τρένου στην προκαθορισμένη θέση. +place-wagon=Τοποθέτησε το βαγόνι φορτίου πίσω από την μηχανή. +place-wagon-info=Το βαγόνι θα δείξει δείκτες σύνδεσης όταν μπορεί να συνδεθεί σωστά με την μηχανή. +set-schedule=Πρόσθεσε τον σταθμό "__1__" στα δρομολόγια με συνθήκη αναμονής "__2__". +start-train=Όρισε το τρένο σε αυτόματη λειτουργία. +trains-will-loop=Τώρα το τρένο θα πηγαίνει το μετάλλευμα μεταξύ των δύο σταθμών αυτόματα. +unload-train=Ξεφόρτωσε το μετάλλευμα σιδήρου από το βαγόνι φορτίου και γέμισε τους φούρνους. +unload-train-info=Συμβουλή: Χρησιμοποίησε κιβώτια ως ρυθμιστή μεταξύ βαγονιού και ιμάντων για γρηγορότερη εκφόρτωση. + diff --git a/angelsrefining/tutorials/angels-trains-stations/locale/en/trains-stations.cfg b/angelsrefining/tutorials/angels-trains-stations/locale/en/trains-stations.cfg new file mode 100644 index 000000000..ac2c5d2c4 --- /dev/null +++ b/angelsrefining/tutorials/angels-trains-stations/locale/en/trains-stations.cfg @@ -0,0 +1,26 @@ +intro=The goal of this tutorial is to show how to use train stops and schedules to set up transportation of ore between mines and furnaces. + +place-stop=Build the train stop at the indicated position. + +place-locomotive=Build the locomotive at the train stop. +place-locomotive-info=When near a train stop and in the correct orientation, the locomotive will snap to the stop position. + +place-wagon=Build the cargo wagon behind the locomotive. +place-wagon-info=The wagon will show connection indicators when it can be connected correctly to the locomotive. + +set-schedule=Add the stop "__1__" to the train schedule with the "__2__" wait condition. + +start-train=Set the train to automatic mode. + +fuel-train=Fuel the locomotive using an inserter. + +load-wagon=Build inserters to load the wagon with iron ore. + +trains-will-loop=Now the train will automatically run the ore between the two train stops. + +unload-train=Unload the iron ore from the cargo wagon, and feed it into the furnaces. +unload-train-info=Tip: Use chests as a buffer between the wagon and the belts to speed up unloading. + +finish=Finish +finish-info=You have been given some items to experiment with train stops.\n\nPress the Finish button to end the tutorial. +button-controller-note=__ALT_CONTROL__1__toggle-free-cursor__ and use the cursor to press the button. \ No newline at end of file diff --git a/angelsrefining/tutorials/angels-trains-stations/locale/eo/trains-stations.cfg b/angelsrefining/tutorials/angels-trains-stations/locale/eo/trains-stations.cfg new file mode 100644 index 000000000..7a12ad56e --- /dev/null +++ b/angelsrefining/tutorials/angels-trains-stations/locale/eo/trains-stations.cfg @@ -0,0 +1,17 @@ +button-controller-note=__ALT_CONTROL__1__toggle-free-cursor__ kaj uzu la kursoro por premi la butonon. +finish=Fini +finish-info=Vi donis iom da objektoj por praktiki kaj eksperimenti kun la konstrurobotoj.\n\nPremu la finbutonon por fini la lernilon. +fuel-train=Enmetu brulaĵon en la lokomotivon per enmetilo. +intro=La celo de ĉi tiu lernilo estas instrui kiel uzi trajnajn haltejojn kaj trajnaj horarojn por agordi transportado de erco inter miniloj kaj fornoj. +load-wagon=Metu enmetilojn por ŝarĝi la vagonon per fererco. +place-locomotive=Metu la lokomotivon ĉe la trajnan haltejon. +place-locomotive-info=Kiam prokisime al trajnhaltejo kaj en la ĝuste orientiĝo, la lokomotivo estos kapti per la halta pozicio. +place-stop=Metu la trajnan haltejon ĉe la montratan lokon. +place-wagon=Metu la kargovagonon malantaŭ la lokomotivo. +place-wagon-info=La vagono montras konektajn indikilojn, kiam ĝi povas konekti al la lokomotivo. +set-schedule=Aldonu haltejon "__1__" al la trajna horaro kun la "__2__" atendkondiĉo. +start-train=Ŝanĝu la reĝimon de la trajno al aŭtomata. +trains-will-loop=Nun la trajno aŭtomate transportos la ercon inter la du trajnaj haltejoj. +unload-train=Malŝarĝu la ferercon el la kargovagono en la fornojn. +unload-train-info=Konsilo: Uzu kestojn kiel bufron inter la vagono kaj la bendoj por rapidigi malŝarĝadon. + diff --git a/angelsrefining/tutorials/angels-trains-stations/locale/es-ES/trains-stations.cfg b/angelsrefining/tutorials/angels-trains-stations/locale/es-ES/trains-stations.cfg new file mode 100644 index 000000000..6cd7ed22a --- /dev/null +++ b/angelsrefining/tutorials/angels-trains-stations/locale/es-ES/trains-stations.cfg @@ -0,0 +1,17 @@ +button-controller-note=__ALT_CONTROL__1__toggle-free-cursor__ y usa el cursor para pulsar el botón. +finish=Termina +finish-info=Se le han dado algunos elementos para experimentar con las paradas de tren. Presione el botón Finalizar para terminar el tutorial. +fuel-train=Agregue combustible a la locomotora utilizando un insertador. +intro=El objetivo de este tutorial es mostrarte cómo usar las paradas y horarios del tren para establecer el transporte de mineral entre minas y hornos. +load-wagon=Construye insertadores para cargar el vagón con mineral de hierro. +place-locomotive=Construye la locomotora en la parada del tren. +place-locomotive-info=Cuando esté cerca de una parada de tren y en la orientación correcta, la locomotora se pondrá en posición de parada. +place-stop=Construya la parada del tren en la posición indicada. +place-wagon=Construye el vagón de carga detrás de la locomotora. +place-wagon-info=El vagón mostrará indicadores de conexión cuando pueda ser conectado correctamente a la locomotora. +set-schedule=Añade la estación "__1__" al horario del tren con la condición de espera "__2__". +start-train=Establecer el tren en modo automático. +trains-will-loop=Ahora el tren moverá automáticamente el mineral entre las dos estaciones. +unload-train=Descargar el mineral de hierro del vagón de carga y alimentarlo en los hornos. +unload-train-info=Sugerencia: Usa los cofres como un búfer entre el vagón y las correas para acelerar la descarga. + diff --git a/angelsrefining/tutorials/angels-trains-stations/locale/et/trains-stations.cfg b/angelsrefining/tutorials/angels-trains-stations/locale/et/trains-stations.cfg new file mode 100644 index 000000000..c644bdee2 --- /dev/null +++ b/angelsrefining/tutorials/angels-trains-stations/locale/et/trains-stations.cfg @@ -0,0 +1,17 @@ +button-controller-note=__ALT_CONTROL__1__toggle-free-cursor__ ja kasuta kursorit, et vajutada nuppu. +finish=Lõpeta +finish-info=Sulle on antud osad esemed, et eksperimenteerida rongipeatustega.\n\nVajuta Lõpeta nuppu, et lõpetada õpetus. +fuel-train=Laadi rongile kütusematerjale kasutades inserterit. +intro=Selle juhenduse eesmärk on näidata kuidas kasutada rongipeatuseid ja kuidas seada üles ajaplaane maagi transportimisel ahjude ja kaevanduste vahel. +load-wagon=Ehita sisestajaid, et laadida vagunisse rauamaake. +place-locomotive=Ehita vedur rongipeatusesse. +place-locomotive-info=Olles peatuse lähedal õiges suunas, hüppab vedur peatumiskohale. +place-stop=Ehita rongipeatus märgitud kohale. +place-wagon=Ehita kaubavagun veduri taha. +place-wagon-info=Vagun näitab ühenduse indikaatoreid, kui seda on võimalik veduriga õigesti ühendada. +set-schedule=Lisa peatus "__1__" rongigraafikusse koos "__2__" ootetingimusega. +start-train=Määra rong automaatsesse režiimi. +trains-will-loop=Nüüd veab rong maavarasid automaatselt kahe peatuse vahel. +unload-train=Lae kaubavagunist maavarad maha ja suuna need ahjudesse. +unload-train-info=Vihje: Mahalaadimise kiirendamiseks kasuta kirste puhvrina vaguni ja konveieri vahel. + diff --git a/angelsrefining/tutorials/angels-trains-stations/locale/eu/trains-stations.cfg b/angelsrefining/tutorials/angels-trains-stations/locale/eu/trains-stations.cfg new file mode 100644 index 000000000..e3e8ddce4 --- /dev/null +++ b/angelsrefining/tutorials/angels-trains-stations/locale/eu/trains-stations.cfg @@ -0,0 +1,17 @@ +button-controller-note=__ALT_CONTROL__1__toggle-free-cursor__ eta kurtsorea erabili botoia sakatzeko. +finish=Amaitu +finish-info=Tren geltokiekin esperimentatzeko item batzuk eman zaizkizu.\n\nSakatu Amaiera botoia tutoriala bukatzeko. +fuel-train=Sargailua erabiliz erregaia bota tren-makinari. +intro=Tutorial honen helburua trenen geltokiak eta ordutegiak nola ezartzen diren erakustea da meategi eta labeen artean meak eramateko. +load-wagon=Sargailuak eraiki bagoia burdin-mearekin kargatzeko. +place-locomotive=Tren-makina eraiki tren geltokian. +place-locomotive-info=Tren geltoki baten ondoan eta orientazio zuzenean izanda, tren-makina geltokiaren posizioan ahokatuko da. +place-stop=Eraiki ezazu tren geltokia erakutsitako kokalekuan. +place-wagon=Karga bagoia eraiki tren-makinaren gibelean. +place-wagon-info=Bagoiak konexio adierazleak erakutsiko ditu tren-makinarekin zuzenki konektagarria denean. +set-schedule="__1__" geltokia trenaren ordutegira gehitu "__2__" itxarote baldintzarekin. +start-train=Trena modu automatikora ezarri. +trains-will-loop=Orain trena automatikoki garraiatuko du mea bi geltokien artean. +unload-train=Hustu burdin-mea karga bagoiatik eta labeetara eraman. +unload-train-info=Oharra: Kutxak buffer moduan erabili bagoia eta uhalen arteak huste abiadura azkartzeko. + diff --git a/angelsrefining/tutorials/angels-trains-stations/locale/fi/trains-stations.cfg b/angelsrefining/tutorials/angels-trains-stations/locale/fi/trains-stations.cfg new file mode 100644 index 000000000..cf2fbb5df --- /dev/null +++ b/angelsrefining/tutorials/angels-trains-stations/locale/fi/trains-stations.cfg @@ -0,0 +1,17 @@ +button-controller-note=__ALT_CONTROL__1__toggle-free-cursor__ ja käytä osoitinta napin painamiseen. +finish=Lopeta +finish-info=Sinulle on annettu tavaroita, joilla voit kokeilla junapysäkkejä.\n\nPaina lopeta-näppäintä lopettaaksesi minioppaan. +fuel-train=Syötä veturiin polttoainetta käyttämällä asettelijaa. +intro=Tämä opas näyttää, kuinka juna-asemia ja -aikatauluja käytetään, esimerkiksi kuljettamaan malmia kaivokselta uuneihin. +load-wagon=Rakenna asettelijoita, jotka lastaavat tavaravaunuun rautamalmia. +place-locomotive=Aseta veturi asemalle. +place-locomotive-info=Kun veturi on aseman lähellä ja oikein päin, se napsahtaa paikalleen. +place-stop=Rakenna juna-asema merkittyyn paikkaan. +place-wagon=Rakenna tavaravaunu veturin taakse. +place-wagon-info=Vaunu näyttää yhdistämismerkinnän, kun sen voi kiinnittää veturiin. +set-schedule=Lisää junan aikatauluun "__1__" odotusehdolla "__2__". +start-train=Aseta juna automaattiseen tilaan. +trains-will-loop=Nyt juna kuljettaa malmia automaattisesti kahden aseman välillä. +unload-train=Pura malmi vaunusta asettelijoiden avulla ja syötä se uuneihin. +unload-train-info=Vinkki: Nopeuta purkamista käyttämällä arkkuja puskurina vaunun ja hihnojen välissä. + diff --git a/angelsrefining/tutorials/angels-trains-stations/locale/fr/trains-stations.cfg b/angelsrefining/tutorials/angels-trains-stations/locale/fr/trains-stations.cfg new file mode 100644 index 000000000..a1b2e93b0 --- /dev/null +++ b/angelsrefining/tutorials/angels-trains-stations/locale/fr/trains-stations.cfg @@ -0,0 +1,17 @@ +button-controller-note=__ALT_CONTROL__1__toggle-free-cursor__ puis utilisez le curseur pour appuyer sur le bouton. +finish=Terminer +finish-info=Vous avez reçu quelques objets pour tester les signaux ferroviaires. \n\nAppuyez sur le bouton "Finir" pour quitter le tutoriel. +fuel-train=Ravitaillez la locomotive avec un bras robotisé. +intro=L'objectif de ce tutoriel est de vous montrer comment utiliser les arrêts de train et les itinéraires programmés pour mettre en place le transport de minerais entre les mines et les fours. +load-wagon=Construire des bras robotisés pour charger le wagon de minerai de fer. +place-locomotive=Construisez la locomotive a l'arrêt de train. +place-locomotive-info=Quand la locomotive est à proximité d'un arrêt de train et dans le bon sens, elle s'accrochera à l'emplacement de l'arrêt. +place-stop=Construisez l'arrêt du train à la position indiquée. +place-wagon=Placer le wagon de marchandises derrière la locomotive. +place-wagon-info=Des indicateurs de connexion vont être affichés aux extrémités du wagon lorsqu’il peut être connecté correctement à la locomotive. +set-schedule=Ajouter l'arrêt "__1__" à l'horaire du train, avec la condition d’attente "__2__". +start-train=Veuillez mettre le train en mode automatique. +trains-will-loop=Désormais, le train déplacera automatiquement le minerai entre ces deux arrêts. +unload-train=Déchargez le minerai de fer du wagon et placez-le dans les fours. +unload-train-info=Astuce : Utilisez les coffres comme tampon entre le wagon et les convoyeurs pour accélérer le déchargement. + diff --git a/angelsrefining/tutorials/angels-trains-stations/locale/fy-NL/trains-stations.cfg b/angelsrefining/tutorials/angels-trains-stations/locale/fy-NL/trains-stations.cfg new file mode 100644 index 000000000..2aa4e2f24 --- /dev/null +++ b/angelsrefining/tutorials/angels-trains-stations/locale/fy-NL/trains-stations.cfg @@ -0,0 +1,13 @@ +finish=Foltôgje +fuel-train=De lokomotyf folje mei brânstof troch gebrûk fan in robotearm. +intro=It doel fan dizze hantlieding is sjen te litten hoe'tsto dyn stasjons en skema's brûke kinst om ferfier fan erts tusken minen en ovens ynstelle kinst. +load-wagon=Bou robotearmen om de spoarwein te laden mei izererts. +place-locomotive=Bou de lokomotyf oan it stasjon. +place-stop=Bou it stasjon op it úttsjutte plak. +place-wagon=Bou de frachtspoarwein efter de lokomotyf. +place-wagon-info=De spoarwein sil ferbiningsyndikatoaren toane wannear't dy mei de lokomotyf ferbûn wurde kin. +start-train=Set de trein yn automatyske modus. +trains-will-loop=De trein sil no it erts automatysk tusken de twa stasjons ferfiere. +unload-train=It izererts útlade út de spoarwein, en fier it yn de ovens. +unload-train-info=Tip: Brûk kisten as in buffer tusken de spoarwein en de transportbannen om lossen te fersnellen. + diff --git a/angelsrefining/tutorials/angels-trains-stations/locale/ga-IE/trains-stations.cfg b/angelsrefining/tutorials/angels-trains-stations/locale/ga-IE/trains-stations.cfg new file mode 100644 index 000000000..fca2be274 --- /dev/null +++ b/angelsrefining/tutorials/angels-trains-stations/locale/ga-IE/trains-stations.cfg @@ -0,0 +1,16 @@ +finish=Críochnaigh +finish-info=Tugadh roinnt earraí duit chun triail a bhaint as na stadanna traenacha.\n\nBrúigh an cnaipe críochnaigh chun an teagasc a chríochnú. +fuel-train=Breoslaigh an t-inneall traenach trí úsáid an ionsáiteora. +intro=Tá aidhm ag an dteagasc seo le húsáid stadanna agus sceidil traenach a thaispeáint agus conas iompar na mianta a dhéanamh idir mianaigh agus foirnéisí. +load-wagon=Tógáil ionsáiteoirí chun an vaigín a lódáil le hamhiarann. +place-locomotive=Tógáil an t-inneall traenach ag an stad traenach. +place-locomotive-info=Agus tusa in aice le stad traenach agus sa treo ceart, feisteoidh an t-inneal traenach in áit an stad. +place-stop=Tógáil an stad traenach ag an áit léirithe. +place-wagon=Tógáil an vaigín lasta ar chúl den inneall traenach. +place-wagon-info=Taispeánfaidh an vaigín táscairí ceangail nuair atá sé ábalta ceangal ceart a dhéanamh leis an inneall traenach. +set-schedule=Cuir an stad "__1__" le sceideal an traenach leis an gcoinníoll fanachta "__2__". +start-train=Socraigh an traein go mód uathoibríoch. +trains-will-loop=Anois rithfidh an traen an mian go huathoibríoch idir na dá stad traenach. +unload-train=Dílódáil an t-amhiarann den vaigín lasta, agus cuir sé leis na foirnéisí. +unload-train-info=Nod: Úsáid cistí mar mhaoláin idir an vaigín agus na criosanna chun dílódáil a luasú. + diff --git a/angelsrefining/tutorials/angels-trains-stations/locale/he/trains-stations.cfg b/angelsrefining/tutorials/angels-trains-stations/locale/he/trains-stations.cfg new file mode 100644 index 000000000..bc7a6cc0f --- /dev/null +++ b/angelsrefining/tutorials/angels-trains-stations/locale/he/trains-stations.cfg @@ -0,0 +1,17 @@ +button-controller-note=__ALT_CONTROL__1__toggle-free-cursor__ רותפכה לע ץוחלל ידכ ןמסב ושמתשהו. +finish=םויס +finish-info=.םויסה רותפכ לע וצחל הכרדהה שיחרת םויסלn\n\.תבכר תונחת םע תוסנתהל ולכותש ידכ םיטירפ המכ םתלביק +fuel-train=.עורז תועצמאב רטקה תא וקלדת +intro=.םינשבכו תורכמ ןיב תורפע לש עוניש ךרעמ םיקהל ידכ םינמז תוחולבו תבכר תונחתב שמתשהל ןתינ דציכ םיגדהל איה הז הכרדה שיחרת תרטמ +load-wagon=.לזרב תרפעב ןורקה תא הנאלמתש תועורז ונב +place-locomotive=.הנחתב תבכר רטק וחינה +place-locomotive-info=.הנחתה ךותב ןוכנה םוקמל "ץופקי" אוה ,םיאתמה ןוויכל הנופו תבכר תנחת תביבסב אוה םא ,רטקל םוקימ םירחוב רשאכ +place-stop=.ןמוסמה םוקימב תבכר תנחת ונב +place-wagon=.רטקה ירוחאמ אשמה ןורק תא ונב +place-wagon-info=.רטקל ןוכנ ותוא רבחל ןתינ רשאכ רוביח ינמיס הארי ןורקה +set-schedule=."__2__" הנתמהה יאנת םע "__1__" הנחתה תא תבכרה לש םינמזה חולל ופיסוה +start-train=."יטמוטוא" בצמל תבכרה תא וריבעה +trains-will-loop=.תונחתה יתש ןיב הרפעה תא תיטמוטוא ענשת תבכרה תעכ +unload-train=.םינשבכ ךות לא התוא וניזהו ,תועורז תועצמאב אשמה ןורק ךותמ לזרבה תרפע תא וקרפ +unload-train-info=.ןעטמה תקירפ תא ץיאהל ידכב םיעוסמה ןיבל ןורקה ןיב םייניב בלשכ םיזגראב שמתשהל יאדכ :פיט + diff --git a/angelsrefining/tutorials/angels-trains-stations/locale/hr/trains-stations.cfg b/angelsrefining/tutorials/angels-trains-stations/locale/hr/trains-stations.cfg new file mode 100644 index 000000000..a0671d787 --- /dev/null +++ b/angelsrefining/tutorials/angels-trains-stations/locale/hr/trains-stations.cfg @@ -0,0 +1,17 @@ +button-controller-note=__ALT_CONTROL__1__toggle-free-cursor__ i koristi miš da pritisneš tipku. +finish=Završi +finish-info=Dobio si neke predmete sa kojima možeš eksperimentirati sa kolodvorima.\n\n Pritisni tipku "Završi" kako bi završio vodič. +fuel-train=Napuni lokomotivu gorivom sa umetačem. +intro=Cilj ovoga vodiča je da ti se pokaže kako koristiti kolodvore i rasporede kako bi uspostavio prijenos rude između rudnika i pećnica. +load-wagon=Napravi umetače kako bi napunio vagon željeznom rudom. +place-locomotive=Sagradi lokomotivu na kolodvoru. +place-locomotive-info=Kada postavljaš lokomotivu blizu kolodvora i u pravilnoj orijentaciji, lokomotiva će skočiti na stop poziciju kolodvora. +place-stop=Sagradi kolodvor na indiciranoj poziciji. +place-wagon=Sagradi vagon iza lokomotive. +place-wagon-info=Vagon će pokazati indikatore spajanja kada se može točno spojiti sa lokomotivom. +set-schedule=Dodaj stajalište "__1__" na raspored sa "__2__" uvjetom čekanja. +start-train=Postavi vlak na automatski mod. +trains-will-loop=Sada će vlak automatski voziti željeznu rudu među ta dva kolodvora. +unload-train=Iskrcaj željezne rude sa vagona i umetni ih u pećnice. +unload-train-info=Savjet: Koristi škrinje kao tampon između vagona i transportnih pojaseva kako bi ubrzao iskrcavanje. + diff --git a/angelsrefining/tutorials/angels-trains-stations/locale/hu/trains-stations.cfg b/angelsrefining/tutorials/angels-trains-stations/locale/hu/trains-stations.cfg new file mode 100644 index 000000000..2d5997bec --- /dev/null +++ b/angelsrefining/tutorials/angels-trains-stations/locale/hu/trains-stations.cfg @@ -0,0 +1,17 @@ +button-controller-note=__ALT_CONTROL__1__toggle-free-cursor__ és használd a kurzort a gomb megnyomásához. +finish=Vége +finish-info=Kaptál pár tárgyat, hogy kísérletezhess a vasútállomásokkal.\n\n Nyomd meg a Vége gombot az útmutató befejezéséhez. +fuel-train=Lásd el a mozdonyt üzemanyaggal egy manipulátor segítségével. +intro=Ennek az oktatásnak a célja, hogy megmutassa, hogyan lehet a vasútállomásokat és a menetrendeket felhasználni az érc szállítására a bányák és a kemencék között. +load-wagon=Építs manipulátorokat, hogy megrakodják a tehervagont vasérccel. +place-locomotive=Építs egy mozdonyt a vasútállomásnál. +place-locomotive-info=A vasútállomáshoz közel, a megfelelő irányba lehelyezve, a mozdony automatikusan hozzáigazodik a megállási helyhez. +place-stop=Építs egy vasútállomást a megjelölt helyen. +place-wagon=Rakj tehervagont a mozdony mögé. +place-wagon-info=A tehervagon jelzi, ha összekapcsolható a mozdonnyal. +set-schedule=Add hozzá a(z) "__1__" állomást a vonat menetrendjéhez "__2__" várakozási feltétellel. +start-train=Állítsd a vonatot automata módba. +trains-will-loop=Most a vonat automatikusan közlekedik a két megálló között. +unload-train=Pakold ki a vasércet a tehervagonból, és helyezd a kemencékbe. +unload-train-info=Tipp: Használj ládákat pufferként a tehervagon és a futószalag között, hogy gyorsabb legyen a kirakodás. + diff --git a/angelsrefining/tutorials/angels-trains-stations/locale/id/trains-stations.cfg b/angelsrefining/tutorials/angels-trains-stations/locale/id/trains-stations.cfg new file mode 100644 index 000000000..4dc34e346 --- /dev/null +++ b/angelsrefining/tutorials/angels-trains-stations/locale/id/trains-stations.cfg @@ -0,0 +1,17 @@ +button-controller-note=__ALT_CONTROL__1__toggle-free-cursor__ dan gunakan kursor untuk menekan tombol. +finish=Selesai +finish-info=Kamu telah diberikan beberapa item untuk bereksperimen dengan perhentian kereta.\n\nTekan tombol Selesai di akhir tutorial. +fuel-train=Bahan bakar lokomotif menggunakan sebuah inserter. +intro=Tujuan tutorial ini adalah untuk menunjukkan bagaimana menggunakan halte kereta dan jadwal untuk mengatur transportasi bijih antara tambang dan pembakaran. +load-wagon=Bangun inserter untuk mengisi gerbong dengan bijih besi. +place-locomotive=Bangun lokomotif di halte kereta. +place-locomotive-info=Ketika dekat perhentian kereta dan berada di arah yang tepat, lokomotif akan berhenti di tempat perhentian. +place-stop=Bangun halte kereta di posisi yang diindikasikan. +place-wagon=Bangun gerbong kargo dibelakang lokomotif. +place-wagon-info=Gerbong akan menunjukkan indikator hubungan saat bisa terkoneksi dengan benar ke lokomotif. +set-schedule=Tambahkan __1__ perhentian pada jadwal kereta dengan __2__ dalam kondisi menunggu. +start-train=Atur kereta ke mode otomatis. +trains-will-loop=Sekarang kereta akan secara otomatis berjalan waktu antara dua halte kereta. +unload-train=Keluarkan bijih besi dari gerbong dan masukkan ke tungku pembakaran. +unload-train-info=Tip: gunakan peti sebagai penyangga antara gerbong dan sabuk untuk mempercepat pengeluaran. + diff --git a/angelsrefining/tutorials/angels-trains-stations/locale/is/trains-stations.cfg b/angelsrefining/tutorials/angels-trains-stations/locale/is/trains-stations.cfg new file mode 100644 index 000000000..be8047320 --- /dev/null +++ b/angelsrefining/tutorials/angels-trains-stations/locale/is/trains-stations.cfg @@ -0,0 +1,2 @@ +finish=Klára + diff --git a/angelsrefining/tutorials/angels-trains-stations/locale/it/trains-stations.cfg b/angelsrefining/tutorials/angels-trains-stations/locale/it/trains-stations.cfg new file mode 100644 index 000000000..2d4f93d3f --- /dev/null +++ b/angelsrefining/tutorials/angels-trains-stations/locale/it/trains-stations.cfg @@ -0,0 +1,17 @@ +button-controller-note=__ALT_CONTROL__1__toggle-free-cursor__ e usa il cursore per premere il pulsante. +finish=Termina +finish-info=Ti sono stati forniti alcuni oggetti con cui puoi sperimentare le fermate del treno. \n\nPremi il bottone Termina per terminare il tutorial. +fuel-train=Inserisci il combustibile nella locomotiva usando l'inseritore. +intro=L'obiettivo di questo tutorial è quello di mostrare come utilizzare le fermate del treno e pianificare il trasporto di minerali tra miniere e forni. +load-wagon=Costruisci degli inseritori per caricare il vagone con ferro grezzo. +place-locomotive=Posiziona la locomotiva alla fermata del treno. +place-locomotive-info=Quando sarà vicina alla fermata del treno e orientata correttamente, la locomotiva si arresterà allo stop. +place-stop=Posiziona la fermata del treno nel punto indicato. +place-wagon=Metti il vagone dietro la locomotiva. +place-wagon-info=Il vagone mostrerà l'indicatore per la connessione quando potrà essere collegato correttamente alla locomotiva. +set-schedule=Aggiungi la fermata '__1__' alla tabella di marcia del treno con una condizione di attesa di '__2__'. +start-train=Impostare il treno in modalità automatica. +trains-will-loop=Ora il treno andrà automaticamente tra le due stazioni. +unload-train=Scarica il ferro grezzo dal vagone merci e caricalo nelle fornaci. +unload-train-info=Suggerimento: metti delle casse tra i forni e i vagoni così da velocizzare lo scaricamento del treno. + diff --git a/angelsrefining/tutorials/angels-trains-stations/locale/ja/trains-stations.cfg b/angelsrefining/tutorials/angels-trains-stations/locale/ja/trains-stations.cfg new file mode 100644 index 000000000..3a2854d00 --- /dev/null +++ b/angelsrefining/tutorials/angels-trains-stations/locale/ja/trains-stations.cfg @@ -0,0 +1,17 @@ +button-controller-note=__ALT_CONTROL__1__toggle-free-cursor__ とカーソルで、ボタンを押す。 +finish=終了 +finish-info=列車の駅で色々試すための資材を渡します。\n\n終了ボタンを押すとチュートリアルを終了します。 +fuel-train=インサータを使って機関車に燃料を入れましょう。 +intro=このチュートリアルでは、鉱石を採掘場から製錬炉へ輸送するためにどのように駅とスケジュールを使えば良いのか学びます。 +load-wagon=インサータを設置して鉄鉱石を貨物車両に積み込みましょう。 +place-locomotive=機関車を駅に設置しましょう。 +place-locomotive-info=駅に近い位置で正しい方向に機関車を設置しようとすると、駅の位置にスナップされます。 +place-stop=指定の位置に駅を設置しましょう。 +place-wagon=機関車の後ろに貨物車両を設置しましょう。 +place-wagon-info=機関車と貨物車両を正しく接続できる場合、接続マークが表示されます。 +set-schedule=「__1__」駅を「__2__」の発車条件でスケジュールに追加しましょう。 +start-train=機関車を自動モードに設定しましょう。 +trains-will-loop=これで、2駅間の鉱石輸送を鉄道によって自動化できました。 +unload-train=貨物車から鉄鉱石を積み降ろしましょう。炉に供給されます。 +unload-train-info=ヒント: 積み下ろし速度を向上させるためのバッファー(緩衝)として、貨物車両とベルトの間にチェストを置きましょう。 + diff --git a/angelsrefining/tutorials/angels-trains-stations/locale/ka/trains-stations.cfg b/angelsrefining/tutorials/angels-trains-stations/locale/ka/trains-stations.cfg new file mode 100644 index 000000000..45822b993 --- /dev/null +++ b/angelsrefining/tutorials/angels-trains-stations/locale/ka/trains-stations.cfg @@ -0,0 +1,17 @@ +button-controller-note=__ALT_CONTROL__1__toggle-free-cursor__ და გამოიყენეთ კურსორი ღილაკზე დასაჭერად. +finish=დასრულება +finish-info=თქვენ მოგეცემათ რამდენიმე ელემენტი მატარებლის გაჩერებებზე ექსპერიმენტებისთვის.\n\nდააჭირეთ დასრულების ღილაკს გაკვეთილის დასასრულებლად. +fuel-train=შეავსეთ ლოკომოტივი მანიპულატორით +intro=ამ გაკვეთილის მიზანია აჩვენოს, თუ როგორ გამოვიყენოთ მატარებლის გაჩერებები და განრიგი, რათა მოაწყოთ მადნის ტრანსპორტირება მაღაროებსა და ღუმელებს შორის. +load-wagon=ააშენეთ მანიპულატორები ვაგონის რკინის მადნით ჩასატვირთად. +place-locomotive=ააგეთ ლოკომოტივი მატარებლის გაჩერებაზე. +place-locomotive-info=მატარებლის გაჩერებასთან ახლოს და სწორ ორიენტაციაში, ლოკომოტივი ჩერდება გაჩერების პოზიციაზე. +place-stop=ააგეთ მატარებლის გაჩერება მითითებულ პოზიციაზე. +place-wagon=ააშენეთ სატვირთო ვაგონი ლოკომოტივის უკან. +place-wagon-info=ვაგონი აჩვენებს შეერთების ინდიკატორებს, როდესაც ის შეიძლება სწორად იყოს დაკავშირებული ლოკომოტივთან. +set-schedule=დაამატეთ გაჩერება "__1__" მატარებლის განრიგს "__2__" ლოდინის პირობით. +start-train=დააყენეთ მატარებელი ავტომატურ რეჟიმში. +trains-will-loop=ახლა მატარებელი ავტომატურად გაატარებს მადანს მატარებლის ორ გაჩერებას შორის. +unload-train=ჩამოტვირთეთ რკინის საბადო სატვირთო ვაგონიდან და შეიტანეთ იგი ღუმელში. +unload-train-info=რჩევა: გამოიყენეთ სკივრები, როგორც ბუფერი ვაგონსა და კონვეიერების შორის განტვირთვის დასაჩქარებლად. + diff --git a/angelsrefining/tutorials/angels-trains-stations/locale/kk/trains-stations.cfg b/angelsrefining/tutorials/angels-trains-stations/locale/kk/trains-stations.cfg new file mode 100644 index 000000000..4f986b076 --- /dev/null +++ b/angelsrefining/tutorials/angels-trains-stations/locale/kk/trains-stations.cfg @@ -0,0 +1,16 @@ +finish=Аяқтау +finish-info=Сізге ТЖ бекеттерімен эксперимент жасауға кейбір зат берілді.\n\nТуториалды аяқтау үшін Аяқтау батырмасын басыңыз. +fuel-train=Локомотивке салғышпен отын құйыңыз. +intro=Бұл туториалдың мақсаты — шахта мен пеш арасында кен тасымалын ұйымдастыру үшін қалай ТЖ бекеті мен кесте қолданатынын көрсету. +load-wagon=Вагонға темір кенін арту үшін салғыш құрыңыз. +place-locomotive=ТЖ бекетіне локомотивті орнатыңыз. +place-locomotive-info=Локомотив ТЖ бекетінің жанында және дұрыс бағытта болса, бекет позициясына бекітіледі. +place-stop=ТЖ бекетін белгіленген позицияға құрыңыз. +place-wagon=Жүк вагонын локомотив артына орнатыңыз. +place-wagon-info=Вагон локомотивке тіркеле алатын кезде, тіркеу индикаторлары шығады. +set-schedule="__1__" бекетін ТЖ кестесіне "__2__" күту шартымен қосыңыз. +start-train=Пойызды автоматты режимге қою. +trains-will-loop=Енді пойыз автоматты түрде екі бекет арасында кен тасымалдайды. +unload-train=Жүк вагонынан темір кенін түсіріп, пештерге салыңыз. +unload-train-info=Кеңес: Түсіруді тездету үшін вагон мен конвейер арасында буфер ретінде сандық қолданыңыз. + diff --git a/angelsrefining/tutorials/angels-trains-stations/locale/ko/trains-stations.cfg b/angelsrefining/tutorials/angels-trains-stations/locale/ko/trains-stations.cfg new file mode 100644 index 000000000..9bc1fcca4 --- /dev/null +++ b/angelsrefining/tutorials/angels-trains-stations/locale/ko/trains-stations.cfg @@ -0,0 +1,17 @@ +button-controller-note=__ALT_CONTROL__1__toggle-free-cursor__와(과) 커서를 써서 버튼을 누르세요. +finish=완료 +finish-info=기차 정류장을 연습할 수 있도록 몇 가지 아이템이 제공되었습니다.\n\n튜토리얼을 종료하려면 완료 버튼을 누르십시오. +fuel-train=투입기를 사용하여 기관차에 연료를 공급하세요. +intro=이 튜토리얼의 목표는 채취장과 용광로 간에 광석 운송을 설정하기 위해 기차 정류장과 일정을 사용하는 방법을 보여주는 것입니다. +load-wagon=화물차에 철 광석을 적재하려면 투입기를 설치하세요. +place-locomotive=기차 정류장에 기관차를 설치하세요. +place-locomotive-info=배치하려는 기관차가 기차 정류장 근처에 있고 방향이 맞으면, 기관차가 정류장의 위치에 맞춰집니다. +place-stop=표시된 위치에 기차 정류장을 설치하세요. +place-wagon=기관차 뒤에 화물차를 설치하세요. +place-wagon-info=화물차가 기관차에 올바르게 연결될 경우 연결 표시기가 표시됩니다. +set-schedule=기관차 일정에 "__1__" 정류장을 추가한 후, 출발 조건에 "__2__" 조건을 추가하세요. +start-train=기차를 자동 모드로 설정하세요. +trains-will-loop=이제 기차가 자동으로 두 개의 기차 정류장 간에 광석을 운반합니다. +unload-train=화물차에서 철 광석을 하차하고, 용광로에 공급하세요. +unload-train-info=팁: 상자를 화물차와 벨트 간에 완충 장치로 사용하여 하차 속도를 높이세요. + diff --git a/angelsrefining/tutorials/angels-trains-stations/locale/lt/trains-stations.cfg b/angelsrefining/tutorials/angels-trains-stations/locale/lt/trains-stations.cfg new file mode 100644 index 000000000..d96eb495a --- /dev/null +++ b/angelsrefining/tutorials/angels-trains-stations/locale/lt/trains-stations.cfg @@ -0,0 +1,17 @@ +button-controller-note=__ALT_CONTROL__1__toggle-free-cursor__ ir naudokite žymeklį mygtuko paspaudimui. +finish=Užbaigti +finish-info=Jums buvo duota daiktų skirtų paeksperimentuoti su traukinių sustojimais.\n\nPaspauskite Užbaigimo mygtuką kad pabaigti apmokymus. +fuel-train=Aprūpinkite lokomotyvą kuru, naudojant mechanine ranka. +intro=Šios pamokos tikslas yra supažindinti kaip naudoti traukinių stoteles ir traukinių grafiką transportuoti medžiagas tarp kasyklų ir krosnių. +load-wagon=Pastatykite mechanines rankas, kurios pakraus vagoną geležies rūda. +place-locomotive=Pastatykite lokomotyvą geležinkelio stotelėje. +place-locomotive-info=Netoli traukinių stotelės ir teisingoje orientacijoje, lokomotyvas atsiras stop pozicijoje. +place-stop=Pastatykite traukinių stotelę pažymėtoje vietoje. +place-wagon=Pastatykite krovininį vagoną už lokomotyvo. +place-wagon-info=Vagonas rodys sujungimo indikatorius kada jis teisingai gali būti prijungtas. +set-schedule=Pridėkite sustojimą "__1__" į traukinio tvarkaraštį su "__2__" laukimo sąlyga. +start-train=Perjunkite traukinį į automatinį režimą. +trains-will-loop=Dabar traukinys automatiškai veš medžiagas per abi traukinų stotis. +unload-train=Iškraukite geležies rūdą iš krovininio vagono ir kraukite medžiagas į krosnis. +unload-train-info=Patarimas: naudokite dėžes kaip laikiną sandėlį tarp vagono ir takelių kad pagreitintumėte iškrovimą. + diff --git a/angelsrefining/tutorials/angels-trains-stations/locale/lv/trains-stations.cfg b/angelsrefining/tutorials/angels-trains-stations/locale/lv/trains-stations.cfg new file mode 100644 index 000000000..3b8a76b8d --- /dev/null +++ b/angelsrefining/tutorials/angels-trains-stations/locale/lv/trains-stations.cfg @@ -0,0 +1,17 @@ +button-controller-note=__ALT_CONTROL__1__toggle-free-cursor__ un spied ar kursoru. +finish=Beigt +finish-info=Tev ir iedoti daži priekšmeti, lai eksperimentētu ar vilcienu pieturvietām. \n\nNospied pogu Beigt, lai pabeigtu apmācību. +fuel-train=Uzpildīt lokomotīvi ar degvielu, izmantojot mehānisko roku. +intro=Šīs konsultācijas mērķis ir lai parādītu jums kā izmantot vilcienu pieturas un grafikus, lai uzstādītu rūdu transportāciju starp raktuvēm un krāsnīm. +load-wagon=Uzbūvē mehāniskās rokas, kas piekraus vagonu ar dzelzs rūdu. +place-locomotive=Uzbūvē lokomotīvi vilcienu pieturā. +place-locomotive-info=Kad tuvu vilciena pieturai un pareizā orientācijā, lokomotīve ieķersies piestāšanas pozīcijā. +place-stop=Uzbūvē vilcienu pieturu norādītā vietā. +place-wagon=Uzbūvē kravas vagonu aiz lokomotīves. +place-wagon-info=Vagons uzrādīs savienojuma indikatorus, kad tas var būt pareizi pievienots pie lokomotīves. +set-schedule=Pievieno staciju "__1__" pie vilciena grafika ar "__2__" gaidīšanas nosacījumu. +start-train=Iestati vilcienu automātiskā režīmā. +trains-will-loop=Tagad vilciens automātiski pārvadās rūdu start divām vilciena pieturām. +unload-train=Izkrauj dzelzs rūdu no kravas vagona un apgādā to krāsnīm. +unload-train-info=Padoms: Izmanto lādes kā buferi starp vagonu un lentēm lai paātrinātu izkraušanu. + diff --git a/angelsrefining/tutorials/angels-trains-stations/locale/nl/trains-stations.cfg b/angelsrefining/tutorials/angels-trains-stations/locale/nl/trains-stations.cfg new file mode 100644 index 000000000..52d324c28 --- /dev/null +++ b/angelsrefining/tutorials/angels-trains-stations/locale/nl/trains-stations.cfg @@ -0,0 +1,17 @@ +button-controller-note=__ALT_CONTROL__1__toggle-free-cursor__ en gebruik de cursor om op de knop te drukken. +finish=Voltooien +finish-info=Je hebt wat items gekregen om te experimenteren met stations.\n\nDruk op de knop Voltooien om de tutorial te beëindigen. +fuel-train=De locomotief vullen met brandstof door gebruik van een robotarm. +intro=Het doel van deze tutorial is te laten zien hoe je stations en schema's kan gebruiken om vervoer van erts tussen mijnen en ovens kan instellen. +load-wagon=Bouw robotarmen om de wagon te laden met ijzererts. +place-locomotive=Bouw de locomotief aan het station. +place-locomotive-info=In de nabijheid van een station en in de juist oriëntatie zal de locomotief zichzelf correct plaatsen in het station. +place-stop=Bouw het station op de aangeduide plaats. +place-wagon=Bouw de vrachtwagon achter de locomotief. +place-wagon-info=De wagon zal connectie indicatoren tonen wanneer hij verbonden kan worden met de locomotief. +set-schedule=Voeg station "__1__" toe aan het treinschema met "__2__" als wachtconditie. +start-train=Zet de trein in automatische modus. +trains-will-loop=De trein zal nu het erts automatisch vervoeren tussen de twee stations. +unload-train=De ijzererts uitladen uit de goederenwagon, en voer het in de ovens. +unload-train-info=Tip: Gebruik kisten als een buffer tussen de wagon en de transportbanden om lossen te versnellen. + diff --git a/angelsrefining/tutorials/angels-trains-stations/locale/no/trains-stations.cfg b/angelsrefining/tutorials/angels-trains-stations/locale/no/trains-stations.cfg new file mode 100644 index 000000000..9197d222e --- /dev/null +++ b/angelsrefining/tutorials/angels-trains-stations/locale/no/trains-stations.cfg @@ -0,0 +1,17 @@ +button-controller-note=__ALT_CONTROL__1__toggle-free-cursor__ og bruk markøren for å trykke på knappen. +finish=Fullfør +finish-info=Du har fått noen gjenstander for å eksperimentere med togstoppene. \n\nTrykk på Fullfør knappen for å avslutte veiledningen. +fuel-train=Legg drivstoff inn i lokomotivet ved å bruke en innsetter. +intro=Hensikten med denne veiledningen er å vise hvordan man bruker togstasjoner og togtider til å frakte malm mellom gruver og ovner. +load-wagon=Bygg insettere for å laste vognen med jernmalm. +place-locomotive=Bygg lokomotivet på togstasjonen. +place-locomotive-info=Når lokomotivet holdes i nærheten av en togstation, og peker i den riktige retningen, så fastgøres lokomotivet til togstationens position. +place-stop=Bygg en togstasjon på den angitte plassen. +place-wagon=Bygg lastevognen bak lokomotivet. +place-wagon-info=Vognen vil vise forbindelse indikatorer når den kan bli tilkoplet til lokomotivet direkte. +set-schedule=Legg "__1__" togstasjonen til i ruteplanen med "__2__" som ventebetingelse. +start-train=Still inn toget til automatisk modus. +trains-will-loop=Nå vil toget automatisk frakte malmen mellom de to togstasjonene. +unload-train=Last av jernmalmen av lastevognen og mat de inn i ovnene. +unload-train-info=Tips: Bruk kister som buffer mellom vogner og belter for å øke avlastningsfarten. + diff --git a/angelsrefining/tutorials/angels-trains-stations/locale/pl/trains-stations.cfg b/angelsrefining/tutorials/angels-trains-stations/locale/pl/trains-stations.cfg new file mode 100644 index 000000000..7d7fb418a --- /dev/null +++ b/angelsrefining/tutorials/angels-trains-stations/locale/pl/trains-stations.cfg @@ -0,0 +1,17 @@ +button-controller-note=Użyj __ALT_CONTROL__1__toggle-free-cursor__ i kursorem naciśnij przycisk. +finish=Zakończ +finish-info=Otrzymane przedmioty służą do eksperymentowania z przystankami kolejowymi. \n\nNaciśnij przycisk "Zakończ", aby zakończyć samouczek. +fuel-train=Załaduj paliwo do lokomotywy używając podajnika. +intro=Celem tego samouczka jest pokazanie, w jaki sposób korzystać ze stacji kolejowych i rozkładów jazdy, żeby urządzić transport między kopalniami a piecami. +load-wagon=Zbuduj podajniki, aby załadować pociąg rudą żelaza. +place-locomotive=Zbuduj lokomotywę na stacji kolejowej. +place-locomotive-info=Kiedy jesteś blisko stacji kolejowej i we właściwej orientacji, lokomotywa zostanie przyciągnięta do przystanku. +place-stop=Zbuduj stację kolejową we wskazanym miejscu. +place-wagon=Zbuduj wagon towarowy za lokomotywą. +place-wagon-info=Wagon pokaże wskaźnik połączenia, kiedy będzie mógł być poprawnie dołączony do lokomotywy. +set-schedule=Dodaj przystanek "__1__" do rozkładu jazdy pociągu z "__2__" warunkiem postoju. +start-train=Ustaw pociąg w tryb automatyczny. +trains-will-loop=Teraz pociąg będzie automatycznie przewozić rudy między dwiema stacjami. +unload-train=Wyładuj rudę żelaza z wagonu towarowego i włóż je do pieców. +unload-train-info=Wskazówka: Używaj skrzyń jako bufora między wagonami a taśmociągami żeby przyspieszyć wyładowywanie. + diff --git a/angelsrefining/tutorials/angels-trains-stations/locale/pt-BR/trains-stations.cfg b/angelsrefining/tutorials/angels-trains-stations/locale/pt-BR/trains-stations.cfg new file mode 100644 index 000000000..b21e65714 --- /dev/null +++ b/angelsrefining/tutorials/angels-trains-stations/locale/pt-BR/trains-stations.cfg @@ -0,0 +1,17 @@ +button-controller-note=__ALT_CONTROL__1__toggle-free-cursor__ e use o cursor para pressionar o botão. +finish=Terminar +finish-info=Você recebeu alguns itens para experimentar com paradas de trem. \n\nPressione o botão Concluir para finalizar o tutorial. +fuel-train=Abasteça a locomotiva utilizando um insersor. +intro=O objetivo deste tutorial é mostrar como usar as paradas de trem e os percursos para configurar o transporte de minério entre minas e fornalhas. +load-wagon=Construa insersores para carregar o vagão com minério de ferro. +place-locomotive=Construa a locomotiva na parada de trem. +place-locomotive-info=Quando estiver perto de uma parada de trem e na direção correta, a locomotiva irá parar na posição da estação. +place-stop=Construa uma parada de trem na posição indicada. +place-wagon=Construa o vagão de carga atrás da locomotiva. +place-wagon-info=O vagão vai mostrar indicadores de conexão quando ele pode ser conectado corretamente à locomotiva. +set-schedule=Adicione a parada "__1__" ao itinerário do trem com a condição de espera "__2__". +start-train=Define o trem para o modo automático. +trains-will-loop=Agora o trem moverá o minério automaticamente entre as duas paradas. +unload-train=Descarrega o minério de ferro do vagão de carga e alimenta-o nos fornos. +unload-train-info=Dica: Use baús como acumuladores entre o vagão e as esteiras rolantes para acelerar a descarga. + diff --git a/angelsrefining/tutorials/angels-trains-stations/locale/pt-PT/trains-stations.cfg b/angelsrefining/tutorials/angels-trains-stations/locale/pt-PT/trains-stations.cfg new file mode 100644 index 000000000..916b11aa1 --- /dev/null +++ b/angelsrefining/tutorials/angels-trains-stations/locale/pt-PT/trains-stations.cfg @@ -0,0 +1,17 @@ +button-controller-note=__ALT_CONTROL__1__toggle-free-cursor__ e use o cursor para pressionar o botão. +finish=Finalizar +finish-info=Recebes-te alguns itens para experimentar com paragens de comboio.\n\nPressiona o botão Finalizar para terminar o tutorial. +fuel-train=Mete combustível na locomotiva usando o introdutor. +intro=O objetivo deste tutorial é mostrar como usar as paragens de comboios e horários para configurar o transporte de minério entre minas e fornos. +load-wagon=Constrói introdutores para carregar o vagão de minério de ferro. +place-locomotive=Constrói a locomotiva na paragem do comboio. +place-locomotive-info=Quando estás perto de uma estação de comboios e na orientação correta, comboio irá se encaminhar para a posição da estação. +place-stop=Constrói uma paragem de comboios na posição indicada. +place-wagon=Constrói o vagão atrás da locomotiva. +place-wagon-info=O vagão mostra indicadores de acoplagem quando se pode ligar corretamente à locomotiva. +set-schedule=Adicione a paragem "__1__" ao cronograma com a condição de espera "__2__". +start-train=Define o comboio para o modo automático. +trains-will-loop=Agora, o comboio circulara automaticamente com minério entre as duas estações. +unload-train=Descarrega o minério de ferro do vagão de carga e alimenta-o nos fornos. +unload-train-info=Dica: Usa arcas como Acumuladores entre o vagão e os tapetes rolantes para acelerar a descarga. + diff --git a/angelsrefining/tutorials/angels-trains-stations/locale/ro/trains-stations.cfg b/angelsrefining/tutorials/angels-trains-stations/locale/ro/trains-stations.cfg new file mode 100644 index 000000000..3cafd9e5c --- /dev/null +++ b/angelsrefining/tutorials/angels-trains-stations/locale/ro/trains-stations.cfg @@ -0,0 +1,17 @@ +button-controller-note=__ALT_CONTROL__1__toggle-free-cursor__ și folosește cursorul pentru a apăsa butonul. +finish=Finalizare +finish-info=Ți s-au dat câteva obiecte pentru a experimenta cu stațiile de tren. \n\nApasă butonul Finalizare pentru a termina tutorialul. +fuel-train=Alimentează locomotiva folosind un inserator. +intro=Scopul acestui ghid este de a arăta cum să folosești staţiile de tren şi cum să le programezi pentru a configura transporturi de minereu între mine şi furnale. +load-wagon=Construiește inseratoare ca să incarci vagonul cu minereu de fier. +place-locomotive=Construiește locomotiva la statia de tren. +place-locomotive-info=Când este aproape de o stație de tren și orientată corect, locomotiva se va fixa pe poziția stației. +place-stop=Construiește stația de tren în locul indicat. +place-wagon=Construiește vagonul de marfă în spatele locomotivei. +place-wagon-info=Vagonul va arăta indicatori de conexiune atunci când poate fi conectat corect la locomotiva. +set-schedule=Adauga staţia '__1__' la programul trenului cu condiția de aşteptare "__2__". +start-train=Setează trenul în modul automat. +trains-will-loop=Acum trenul va rula automat cu minereu între cele două staţii de tren. +unload-train=Descarcă minereul de fier din vagonul de marfă, şi alimentează cuptoarele. +unload-train-info=Sfat: Utilizaţi lăzi între vagon şi benzile rulante pentru a accelera descărcarea vagonului. + diff --git a/angelsrefining/tutorials/angels-trains-stations/locale/ru/trains-stations.cfg b/angelsrefining/tutorials/angels-trains-stations/locale/ru/trains-stations.cfg new file mode 100644 index 000000000..da1837c47 --- /dev/null +++ b/angelsrefining/tutorials/angels-trains-stations/locale/ru/trains-stations.cfg @@ -0,0 +1,17 @@ +button-controller-note=__ALT_CONTROL__1__toggle-free-cursor__ и используйте курсор для нажатия кнопки. +finish=Завершить +finish-info=Вам было выдано несколько предметов, чтобы поэкспериментировать с железнодорожными станциями.\n\nНажмите кнопку Завершить, чтобы прервать обучение. +fuel-train=Заправьте локомотив с помощью манипулятора. +intro=Цель данного обучения - показать как использовать остановки и расписания поездов для транспортировки руды между бурами и печами. +load-wagon=Постройте манипуляторы, чтобы загрузить вагон железной рудой. +place-locomotive=Поставьте локомотив на остановке. +place-locomotive-info=Когда локомотив рядом со станцией и в правильном направлении, он прилипнет к остановке. +place-stop=Поставьте остановку на указанной позиции. +place-wagon=Поставьте грузовой вагон позади локомотива. +place-wagon-info=Как только вагон можно будет прицепить к поезду, появятся индикаторы, сообщающие об этом. +set-schedule=Добавьте станцию "__1__" в расписание поезда, с условием ожидания "__2__". +start-train=Переключите поезд в автоматический режим. +trains-will-loop=Теперь поезд будет автоматически возить руду между станциями. +unload-train=Разгрузите железную руду из грузового вагона и заполните ею печки. +unload-train-info=Совет: Используйте сундук как буфер между вагоном и конвейером, чтобы увеличить скорость разгрузки. + diff --git a/angelsrefining/tutorials/angels-trains-stations/locale/sk/trains-stations.cfg b/angelsrefining/tutorials/angels-trains-stations/locale/sk/trains-stations.cfg new file mode 100644 index 000000000..efb1124dc --- /dev/null +++ b/angelsrefining/tutorials/angels-trains-stations/locale/sk/trains-stations.cfg @@ -0,0 +1,17 @@ +button-controller-note=__ALT_CONTROL__1__toggle-free-cursor__ a použitím kurzoru stlač tlačítko. +finish=Dokončiť +finish-info=Dostal si nejaké predmety na experimentovanie so železničnými zastávkami.\n\nStlač Dokončiť na ukončenie výuky. +fuel-train=Nalož palivo do rušňa pomocou mechanického prekladača. +intro=Cieľom tejto výuky je naučiť ťa používať železničné zastávky a naplánovať prepravu rudy medzi baňami a pecami. +load-wagon=Postav mechanické ruky pre naloženie vagónu železnou rudou. +place-locomotive=Postavte rušeň na železničnú zastávku. +place-locomotive-info=V blízkosti železničnej zastávky a v správnom smere sa lokomotíva prichytí na pozíciu stanice. +place-stop=Postavte železničnú zastávku na určené miesto. +place-wagon=Za rušeň pridaj nákladný vagón. +place-wagon-info=Keď je pripojenie vagónu možné, zobrazia sa indikátory zapojenia. +set-schedule=Pridaj do cestovného poriadku ''__1__'' s čakacou dobou ''__2__''. +start-train=Nastavte vlak do automatického režimu. +trains-will-loop=Vlak teraz bude automaticky voziť rudy medzi dvoma stanicami. +unload-train=Vyložte železnú rudu z nákladu vagónu a dajte ju do pece. +unload-train-info=Tip: Použite truhlice ako zásobník medzi vagónmi a pásmi na urýchlenie vykladania. + diff --git a/angelsrefining/tutorials/angels-trains-stations/locale/sl/trains-stations.cfg b/angelsrefining/tutorials/angels-trains-stations/locale/sl/trains-stations.cfg new file mode 100644 index 000000000..9bd1eb525 --- /dev/null +++ b/angelsrefining/tutorials/angels-trains-stations/locale/sl/trains-stations.cfg @@ -0,0 +1,17 @@ +button-controller-note=__ALT_CONTROL__1__upravljaj kazalec__ in uporabi kazalec, da pritisneš gumb. +finish=Končaj +finish-info=Dobili ste nekaj predmetov za eksperimentiranje z postajami. \n\nKliknite Končaj gumb, da zaključite ta vodič. +fuel-train=Lokomotivo napolni z gorivom s pomočjo roke. +intro=\nCilj tega vodnika je pokazati, kako uporabiti postajališča vlakov in vozne rede za vzpostavitev prevoza rude med rudniki in pečmi. +load-wagon=Postavi roke, da napolniš vagon z železovo rudo. +place-locomotive=Na postajo postavi lokomotivo. +place-locomotive-info=Ko bo v bližini postaje in pravilno orientirana, se bo lokomotiva postavila na položaj postaje. +place-stop=Postavi postajo na označenem položaju. +place-wagon=Postavi tovorni vagon za lokomotivo. +place-wagon-info=Vagon bo pokazal povezovalni indikator, ko se bo lahko pravilno povezal z lokomotivo. +set-schedule=Dodaj postajo '__1__' na urnik '__2__' s časom pred odhodom. +start-train=Nastavi vlak na samodejni način. +trains-will-loop=Vlak bo zdaj samodejno prepeljal rudo od ene postaje k drugi. +unload-train=Raztovori železovo rudo iz tovornega vagona in ga prenesi v peči. +unload-train-info=Namig: Med vagon in pasovi namesti skrinje, da bo raztovarjanje še hitrejše. + diff --git a/angelsrefining/tutorials/angels-trains-stations/locale/sr/trains-stations.cfg b/angelsrefining/tutorials/angels-trains-stations/locale/sr/trains-stations.cfg new file mode 100644 index 000000000..566f5e8cb --- /dev/null +++ b/angelsrefining/tutorials/angels-trains-stations/locale/sr/trains-stations.cfg @@ -0,0 +1,17 @@ +button-controller-note=__ALT_CONTROL__1__toggle-free-cursor__ и користи курсор да притиснеш дугме. +finish=Заврши +finish-info=Дати су ти неки предмети да експерментишеш са жележничким станицама.\n\nПритисни дугме заврши да завршиш туторијал. +fuel-train=Убаци гориво у локомотиву помоћу инсертера. +intro=Циљ овог туторијала је да ти покаже како да користиш железничке станице и како да организујеш транспорт између рудника и пећи. +load-wagon=Постави инсертер да би утоварио вагон рудом гвожђа. +place-locomotive=Направи локомотиву на железничкој станици. +place-locomotive-info=Када си близу жећезничке станице и у коректној оријентацији, локомотива ће се сместити на позицију станице. +place-stop=Направи железничку станицу на означеном месту. +place-wagon=Направи теретни вагон иза локомотиве. +place-wagon-info=Вагон ће показивати индикаторе када може бити правилно повезан на локомотиву. +set-schedule=Додај станицу '__1__' на распоред возова са '__2__' условом чекања. +start-train=Стави воз на аутоматски режим. +trains-will-loop=Сада ће воз аутоматски превозити руду између две станице. +unload-train=Истовари руду гвожђа из теретног вагона, и убаци је у пећи. +unload-train-info=Користи ковчег као складиште између вагона и транспортера да би убрзао истовар. + diff --git a/angelsrefining/tutorials/angels-trains-stations/locale/sv-SE/trains-stations.cfg b/angelsrefining/tutorials/angels-trains-stations/locale/sv-SE/trains-stations.cfg new file mode 100644 index 000000000..0c29308e9 --- /dev/null +++ b/angelsrefining/tutorials/angels-trains-stations/locale/sv-SE/trains-stations.cfg @@ -0,0 +1,17 @@ +button-controller-note=__ALT_CONTROL__1__toggle-free-cursor__ och använd markören för att trycka på knappen. +finish=Slutför +finish-info=Du har fått några föremål för att experimentera med tågsignaler.\n\n Tryck på knappen Slutför för att avsluta handledningen. +fuel-train=Tanka tåget genom att använda en lastkran. +intro=Målet med denna handledning är att visa hur man använder hållplatser och tidtabeller för att upprätta transport av malm mellan gruvor och ugnar. +load-wagon=Bygg lastkranar för att lasta vagnen med järnmalm. +place-locomotive=Bygg loket vid hållplatsen. +place-locomotive-info=När nära hållplatsen och i rätt riktning kommer loket att snäppa fast till stationens position. +place-stop=Bygg tågstationen vid den angivna platsen. +place-wagon=Bygg en lastvagn bakom loket. +place-wagon-info=Vagnen kommer att visa anslutning med indikatorer när det kan anslutas korrekt till loket. +set-schedule=Lägg till stopp "__1__" i tågschemat med "__2__" inväntningsvillkoret. +start-train=Lägg tåget på automatiskt läge. +trains-will-loop=Nu kommer tåget att automatiskt föra malmen mellan de båda hållplatserna. +unload-train=Lasta av järnmalmen från last vagnen och mata det in i ugnarna. +unload-train-info=Tips: använd kistor som en buffert mellan vagnen och transportbältet för att snabba upp avlastning. + diff --git a/angelsrefining/tutorials/angels-trains-stations/locale/th/trains-stations.cfg b/angelsrefining/tutorials/angels-trains-stations/locale/th/trains-stations.cfg new file mode 100644 index 000000000..1eb8d4eea --- /dev/null +++ b/angelsrefining/tutorials/angels-trains-stations/locale/th/trains-stations.cfg @@ -0,0 +1,17 @@ +button-controller-note=__ALT_CONTROL__1__toggle-free-cursor__ และใช้เคอร์เซอร์เพื่อกดปุ่ม +finish=เสร็จ +finish-info=คุณได้รับวัตถุบางอย่างเพื่อทดลองกับสถานีรถไฟ\n\nกดปุ่มออกเพื่อสิ้นสุดคำแนะนำ +fuel-train=ใส่เชื้อเพลิงลงในหัวจักรโดยใช้แขนกลพลังถ่านหิน +intro=จุดประสงค์ของบทช่วยสอนนี้คือการแสดงวิธีใช้ป้ายหยุดรถไฟและตารางเวลาในการขนส่งแร่ระหว่างเหมืองและเตาหลอม +load-wagon=สร้างแขนกลเพื่อบรรจุตู้สินค้าด้วยแร่เหล็ก +place-locomotive=สร้างหัวรถจักรที่สถานีรถไฟ +place-locomotive-info=เมื่ออยู่ใกล้ป้ายรถไฟและอยู่ในทิศทางที่ถูกต้อง หัวรถจักรจะล็อคไปที่ตำแหน่งหยุด +place-stop=สร้างสถานีรถไฟในสถานที่ที่กำหนด +place-wagon=วางตู้สินค้าด้านหลังหัวจักรรถไฟ +place-wagon-info=ตู้สินค้าจะแสดงว่าตัวมันเองได้ต่อเข้ากับหัวจักรรถไฟหรือไม่ +set-schedule=เพิ่มจุดหยุด "__1__"กับตารางรถไฟกับ "__2__"เงื่อนไขการรอ +start-train=ปรับรถไฟเป็นโหมดอัตโนมัติ +trains-will-loop=ตอนนี้รถไฟสามารถขนส่งแร่ระหว่างสองสถานีได้โดยอัตโนมัติ +unload-train=ขนแร่เหล็กออกจากรถบรรทุกและเอาไปวางไว้ในเตาเผา +unload-train-info=เคล็ดลับ: เพื่อเพิ่มความเร็วในการลำเลียงให้ใช้ภาชนะที่ทำหน้าที่เป็นตัวกลางระหว่างตู้รถไฟและสายพานลำเลียง + diff --git a/angelsrefining/tutorials/angels-trains-stations/locale/tr/trains-stations.cfg b/angelsrefining/tutorials/angels-trains-stations/locale/tr/trains-stations.cfg new file mode 100644 index 000000000..dba713e26 --- /dev/null +++ b/angelsrefining/tutorials/angels-trains-stations/locale/tr/trains-stations.cfg @@ -0,0 +1,17 @@ +button-controller-note=__ALT_CONTROL__1__toggle-free-cursor__ ve düğmeye basmak için imleci kullanın. +finish=Bitir +finish-info=Tren duraklarını denemeniz için size bazı öğeler verildi. \n\nÖğreticiyi sonlandırmak için Bitir'e basın. +fuel-train=Yerleştirici kullanarak lokomotife yakıt doldurun. +intro=Bu eğitimin amacı, maden ocakları ile fırınlar arasındaki cevher nakliyesinin nasıl ayarlanacağını ve tren istasyonlarının nasıl kullanılacağını göstermektir. +load-wagon=Vagonu demir madeni ile yüklemek için yerleştiriciler oluşturun. +place-locomotive=Lokomotifi tren durağına yerleştirin. +place-locomotive-info=Bir tren durağının yakınında ve doğru yönde olduğunda, lokomotif durma pozisyonuna hizalanır. +place-stop=Belirtilen konuma tren durağı yerleştirin. +place-wagon=Kargo vagonunu lokomotifin arkasına yerleştirin. +place-wagon-info=Vagon lokomotife bağlanacağında bağlantı göstergeleri gösterecektir. +set-schedule=Tren programına '__1__' durağını '__2__' bekleme koşulu ile ekleyin. +start-train=Treni otomatik moda ayarlayın. +trains-will-loop=Artık tren, iki tren durağı arasında madeni otomatik olarak taşıyacak. +unload-train=Demir madenini yük vagonundan boşaltın ve fırınlara verin. +unload-train-info=İpucu: Boşaltma işlemini hızlandırmak için sandıkları vagon ile kemerler arasında bir tampon olarak kullanın. + diff --git a/angelsrefining/tutorials/angels-trains-stations/locale/uk/trains-stations.cfg b/angelsrefining/tutorials/angels-trains-stations/locale/uk/trains-stations.cfg new file mode 100644 index 000000000..4c1a90f1c --- /dev/null +++ b/angelsrefining/tutorials/angels-trains-stations/locale/uk/trains-stations.cfg @@ -0,0 +1,17 @@ +button-controller-note=__ALT_CONTROL__1__toggle-free-cursor__ і використовуйте курсор для натискання кнопки. +finish=Завершити +finish-info=Вам було надано деякі предмети, щоб поекспериментувати із зупинками потягу.\n\nНатисніть кнопку Завершити, щоб закінчити навчання. +fuel-train=Заправте локомотив за допомогою маніпулятора. +intro=Мета даного посібника - показати як використовувати зупинки та розклади потягів для транспортування руди між бурами та печами. +load-wagon=Розташуйте маніпулятори для завантаження залізної руди до вагона. +place-locomotive=Збудуйте локомотив на зупинці. +place-locomotive-info=Коли локомотив поруч зі станцією і повернутий в правильному напрямку, він прилипне до зупинки. +place-stop=Встановіть зупинку на вказаній позиції. +place-wagon=Розташуйте вантажний вагон за локомотивом. +place-wagon-info=Вагон має індикатор з'єднання, який показується при правильному підключені до складу потягу. +set-schedule=Додайте станцію "__1__" до розкладу потягу, з умовою очікування "__2__". +start-train=Встановіть автоматичний режим для потягу. +trains-will-loop=Тепер потяг перевозитиме руду між двома станціями. +unload-train=Розвантажте залізну руду з вантажного вагона та наповніть нею печі. +unload-train-info=Порада: використовуйте скрині як буфери між вагоном і конвеєром, аби прискорити розвантаження. + diff --git a/angelsrefining/tutorials/angels-trains-stations/locale/vi/trains-stations.cfg b/angelsrefining/tutorials/angels-trains-stations/locale/vi/trains-stations.cfg new file mode 100644 index 000000000..72351eead --- /dev/null +++ b/angelsrefining/tutorials/angels-trains-stations/locale/vi/trains-stations.cfg @@ -0,0 +1,17 @@ +button-controller-note=__ALT_CONTROL__1__toggle-free-cursor__ và sử dụng con trỏ để ấn nút +finish=Hoàn thành +finish-info=Bạn đã được cung cấp cho một số vật phẩm để thí nghiệm với các trạm dừng. \n\nNhấn nút hoàn thành để kết thúc hướng dẫn +fuel-train=Nạp nhiên liệu cho đầu tàu bằng cách sử dụng tay máy. +intro=Mục tiêu của hướng dẫn này là để hướng dẫn bạn sử dụng trạm tàu hỏa và thiết lập hệ thống vận chuyển quặng giữa các mỏ và lò nung. +load-wagon=Xây dựng tay máy để chuyển quặng sắt lên toa hàng. +place-locomotive=Xây đầu tàu tại trạm dừng. +place-locomotive-info=Khi ở gần trạm dừng và đúng hướng, đầu tàu sẽ tự bắt dính vào đúng điểm dừng. +place-stop=Xây trạm dừng tại điểm cho trước. +place-wagon=Xây toa hàng phía sau đầu tàu. +place-wagon-info=Toa hàng sẽ hiện kết nối khi được kết nối đúng cách với đầu tàu. +set-schedule=Thêm trạm dừng "__1__" cho lịch trình tàu hỏa với "__2__" điều kiện chờ. +start-train=Đặt tàu hỏa ở chế độ tự động. +trains-will-loop=Bây giờ tàu hỏa sẽ tự động chuyển quặng giữa hai trạm dừng. +unload-train=Cho quặng sắt từ toa hàng vào ô tài nguyên của lò nung. +unload-train-info=Mẹo: sử dụng rương như là đệm giữa các toa hàng và băng chuyền để tăng tốc dỡ hàng. + diff --git a/angelsrefining/tutorials/angels-trains-stations/locale/zh-CN/trains-stations.cfg b/angelsrefining/tutorials/angels-trains-stations/locale/zh-CN/trains-stations.cfg new file mode 100644 index 000000000..8da50a7c5 --- /dev/null +++ b/angelsrefining/tutorials/angels-trains-stations/locale/zh-CN/trains-stations.cfg @@ -0,0 +1,17 @@ +button-controller-note=按 __ALT_CONTROL__1__toggle-free-cursor__ ,然后用鼠标点击按钮。 +finish=完成教学 +finish-info=现已为你准备了一些物品,可以自由测试火车站的使用。\n\n点击完成按钮可退出本教学。 +fuel-train=修建机械臂为内燃机车添加燃料。 +intro=本教学是要教你使用火车站和列车时刻表,从而让你设定出一条能自动往返于矿场和冶炼区之间的运输线路。 +load-wagon=修建几个机械臂向车厢装载铁矿。 +place-locomotive=在火车站安放内燃机车。 +place-locomotive-info=如果手持的内燃机车与车站方向一致,在接近火车站时会自动吸附到车站的停靠位置上。 +place-stop=在指定位置修建火车站。 +place-wagon=把货运车厢安放在内燃机车后面。 +place-wagon-info=车厢在能够连接机车时会显示连接指示。 +set-schedule=向列车时刻表添加车站 "__1__" ,并把发车条件设为 "__2__" 。 +start-train=将列车调至自动运行模式。 +trains-will-loop=现在列车就能在两个车站间自动运送矿石了。 +unload-train=把铁矿从货运车厢中卸载下来,并送到冶炼炉里。 +unload-train-info=提示:若在车厢与传送带之间使用箱子用作缓冲,可显著提高卸货速度。 + diff --git a/angelsrefining/tutorials/angels-trains-stations/locale/zh-TW/trains-stations.cfg b/angelsrefining/tutorials/angels-trains-stations/locale/zh-TW/trains-stations.cfg new file mode 100644 index 000000000..c83e89753 --- /dev/null +++ b/angelsrefining/tutorials/angels-trains-stations/locale/zh-TW/trains-stations.cfg @@ -0,0 +1,17 @@ +button-controller-note=__ALT_CONTROL__1__toggle-free-cursor__可用游標來點選按鈕。 +finish=完成教學 +finish-info=您已拿到一些可測試車站的物品。\n\n按結束按鈕可離開教學。 +fuel-train=使用機械臂來替火車頭添加燃料。 +intro=本教學將教導如何使用火車站及時刻表,讓你可以設定出一條往返於礦場和熔爐之間的鐵路。 +load-wagon=建造幾個用來向車廂裝載鐵礦的機械臂。 +place-locomotive=在火車站內放置火車頭。 +place-locomotive-info=當火車頭方向與車站方向相同,在靠近時將會自動重合到停靠位置上。 +place-stop=建造一個火車站在指定位置上。 +place-wagon=把貨運車廂放在柴油火車頭後面。 +place-wagon-info=當車廂能夠連接火車頭時,車廂會顯示連接指示。 +set-schedule=新增車站「__1__」到列車時刻表,新增等待條件並且設定為「__2__」。 +start-train=將列車調整成自動模式。 +trains-will-loop=現在列車能在兩個車站之間自動運送礦物了。 +unload-train=將鐵礦從貨運車廂卸貨,並送進熔爐裡。 +unload-train-info=提示:使用箱子做為緩衝並放在車箱與輸送帶間可以提高卸貨速度。 + diff --git a/angelsrefining/tutorials/angels-trains-stations/place-locomotive.png b/angelsrefining/tutorials/angels-trains-stations/place-locomotive.png new file mode 100644 index 000000000..96444a5a3 Binary files /dev/null and b/angelsrefining/tutorials/angels-trains-stations/place-locomotive.png differ diff --git a/angelsrefining/tutorials/angels-trains-stations/place-wagon.png b/angelsrefining/tutorials/angels-trains-stations/place-wagon.png new file mode 100644 index 000000000..2c40df88d Binary files /dev/null and b/angelsrefining/tutorials/angels-trains-stations/place-wagon.png differ diff --git a/angelsrefining/tutorials/angels-trains-stations/start-train.png b/angelsrefining/tutorials/angels-trains-stations/start-train.png new file mode 100644 index 000000000..72399c188 Binary files /dev/null and b/angelsrefining/tutorials/angels-trains-stations/start-train.png differ