In other languages: Deutsch Español 日本語 Polski Português, Brasil Русский Türkçe Українська 简体中文

Tutorials: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
m (→‎Additional Info: more info)
(→‎Current, finished: added scripting tutorial)
(4 intermediate revisions by 2 users not shown)
Line 12: Line 12:
These tutorials take an in-depth look at individual topics related to [[power production]].
These tutorials take an in-depth look at individual topics related to [[power production]].


* [[Tutorial:Applied Power Math|Applied Power Math]]
* [[Tutorial:Applied power math|Applied power math]]
* [[Tutorial:Nuclear power|Nuclear power]]
* [[Tutorial:Nuclear power|Nuclear power]]
* [[Tutorial:Producing power from oil|Producing power from oil]]
* [[Tutorial:Producing power from oil|Producing power from oil]]
Line 24: Line 24:
== Miscellaneous ==
== Miscellaneous ==


* [[Tutorial:Railway/Signal|Trains signals]]
* [[Tutorial:Train signals|Train signals]]
* [[Tutorial:Transport use cases|A comparison of the different means of transport]]
* [[Tutorial:Transport use cases|A comparison of the different means of transport]]


Line 32: Line 32:
=== Current, finished ===
=== Current, finished ===
* [[Tutorial:Modding tutorial/Gangsir|Modding tutorial/Gangsir]] — A simple modding tutorial that suits beginners well.
* [[Tutorial:Modding tutorial/Gangsir|Modding tutorial/Gangsir]] — A simple modding tutorial that suits beginners well.
* [[Tutorial:Scripting|Scripting]] — A small tutorial that focuses on run-time scripting and provides some info on how to use the story script.
* [[Tutorial:Mod settings|Mod settings]] — A small tutorial about how to create and use mod settings.
* [[Tutorial:Mod settings|Mod settings]] — A small tutorial about how to create and use mod settings.
* [[Tutorial:Script interfaces|Script interfaces]] — A small tutorial about script interfaces ([http://lua-api.factorio.com/latest/LuaRemote.html LuaRemote]) and custom keyboard shortcuts.
* [[Tutorial:Script interfaces|Script interfaces]] — A small tutorial about script interfaces ([http://lua-api.factorio.com/latest/LuaRemote.html LuaRemote]) and custom keyboard shortcuts.
* [[Tutorial:Localisation|Localisation]] — A small tutorial about how to format and use localisation, which is how mods are translated.
* [[Tutorial:Localisation|Localisation]] — A small tutorial about how to format and use localisation, which is how mods are translated.
=== Work in progress ===
* [[User:Adil/Modding tutorial]] - A more advanced tutorial that goes over topics like the Data Lifecycle and Scenario creation in depth. Not recommended for beginners.


=== Additional Info ===
=== Additional Info ===

Revision as of 19:36, 9 October 2018

This page lists tutorials that can be found here on the wiki. They range from guides for the very first steps in the game to in-depth modding tutorials.

The first steps and the first base

These tutorials aim to guide the player through the first steps of the game and provide an idea of how a base could look like.

  • Quick start guide - Guides through the first steps of the game, from mining the first piece of ore to automating the first science pack.
  • Main bus - A type of base organization that is well suited for beginners.
  • Keyboard shortcuts - A collection of useful keyboard shortcuts.

Power production

These tutorials take an in-depth look at individual topics related to power production.

Circuit network

These tutorials take a closer look at the circuit network and present usage examples.

Miscellaneous

Modding tutorials

These tutorials range from teaching the first steps of modding to in-depth explanations of individual mechanics.

Current, finished

  • Modding tutorial/Gangsir — A simple modding tutorial that suits beginners well.
  • Scripting — A small tutorial that focuses on run-time scripting and provides some info on how to use the story script.
  • Mod settings — A small tutorial about how to create and use mod settings.
  • Script interfaces — A small tutorial about script interfaces (LuaRemote) and custom keyboard shortcuts.
  • Localisation — A small tutorial about how to format and use localisation, which is how mods are translated.

Additional Info

Outdated

Modding tutorial/FreeER