Tutorials
На цій сторінці наведено навчальні посібники, які можна знайти тут у вікі. Вони варіюються від посібників для найперших кроків у грі до поглиблених посібників із моддингу.
Перші кроки та перша база
Ці посібники спрямовані на те, щоб провести гравця через перші кроки гри та дати уявлення про те, як може виглядати база.
- Посібник швидкого старту - Проводить через перші кроки гри, від видобутку першого шматка руди до автоматизації першого наукового набору.
- Головна шина - Тип базової організації, який добре підходить для новачків.
- Клавіатурні скорочення - Колекція корисних комбінацій клавіш.
Виробництво електроенергії
У цих навчальних посібниках детально розглядаються окремі теми, пов’язані з виробництвом електроенергії.
Логічна мережа
Ці навчальні посібники ближче розглядають логічну мережу та надають приклади використання.
- „Кулінарна книга“ логічної мережі - Підручник для початківців, які хочуть пізнати та використовувати переваги ланцюгової мережі.
- Посібник по комбінаторам - Переважно текстовий підручник для поглибленого використання мережевих схем.
Різне
Посібники по моддінгу
These tutorials range from teaching the first steps of modding to in-depth explanations of individual mechanics:
- Modding tutorial/Gangsir — A simple modding tutorial that suits beginners well.
- Mod structure — More details on how mods need to be structured in order to be loaded by the game.
- Scripting — A small tutorial that focuses on run-time scripting and provides some info on how to use the story script.
- Mod settings — A comprehensive tutorial about how to create and use mod settings.
- Localisation — A tutorial about how to format and use localisation, which is how mods are translated.
- Inspecting a live mod — An annotated tour of a mod that is live on the mod portal right now.
- Mod changelog format — The formatting requirements for the mod changelog.txt file.
- Script interfaces — A small tutorial about script interfaces (LuaRemote) and custom keyboard shortcuts.
- Noise Expressions — A tutorial about generating terrain, complete with example mod.
- Untitled GUI Guide — A tutorial about building custom interfaces that also expands into more advanced parts of GUI modding.
- Controller modding guide / FAQ — A guide about building your mod to support controllers (game pads).
Additional info
- Modding API docs - Overview page of the modding API documentation website
- Scenario system — Save-based mods ("soft mods") and their limitations
- Migrations guide — All information about mod migrations
- Factorio data github repository — Tracks changes of the lua prototype definitions in Factorio in between releases
- Modding FAQ
Third-Party Tools
There is a wide variety of tools contributed by community members to help in mod development, such as plugins for IDEs to provide auto-completion, debuggers, as well as scripts to automate common tasks regarding translations or packaging.