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
(→‎Current, finished: added scripting tutorial)
(36 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{stub}}
{{Languages}}
This is a list of tutorials about special themes in factorio. You are free to add a link yourself. Cause Factorio will change the gameplay every new version it is quite normal, that unuseful tutorials are removed.
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.


=== Lists of Tutorials ===
* [[Tutorial:Quick start guide|Quick start guide]] - Guides through the first steps of the game, from mining the first piece of ore to automating the first science pack.
* [[Tutorial:Main bus|Main bus]] - A type of base organization that is well suited for beginners.
* [[Tutorial:Keyboard shortcuts|Keyboard shortcuts]] - A collection of useful keyboard shortcuts.


{| class="wikitable sortable"
== Power production ==
! !! Version !! Date !! Comment
These tutorials take an in-depth look at individual topics related to [[power production]].
|-
| [http://www.factorioforums.com/forum/viewtopic.php?f=8&t=5360 Bentham's Factorio Videos]
| v0.10
| 2014-08-14
| Oil, Trains, Burner inserters
|-
| [http://www.factorioforums.com/forum/viewtopic.php?f=18&t=5316 Negative Root's Factorio Tutorials on Youtube]
| v0.10.6
| 2014-08-12
|
|-
| [http://www.factorioforums.com/forum/viewtopic.php?f=8&t=3818 A series of tutorials to help new players]
| v0.8
| 2014-05-24
|
|-
| [http://www.factorioforums.com/forum/viewtopic.php?f=54&t=13360 Tutorials serie in portuguese (BR)]
| v0.11.22
| 2015-07-06
|
|}


=== Joseki (Starting moves) ===
* [[Tutorial:Applied power math|Applied power math]]
* [[Tutorial:Nuclear power|Nuclear power]]
* [[Tutorial:Producing power from oil|Producing power from oil]]


For example the coal joseki: Two burner miners fill themselves on a coal field.
== Circuit network ==
These tutorials take a closer look at the [[circuit network]] and present usage examples.


{| class="wikitable sortable"
* [[Tutorial:Circuit network cookbook|Circuit network cookbook]] - Example-heavy tutorial; for beginners who want to get to know and use the benefits of the circuit network.
! !! Version !! Date !! Comment
* [[Tutorial:Combinator tutorial|Combinator tutorial]] - Mainly textual and detailed tutorial.
|-
| [http://youtu.be/uVvkfXZxy84?list=PL-7ICWbZUDjn_j0tcYVMm0tcm0OgOFDsJ The early game]
| v0.10.6
| 2014-08-1
|
|-
| [http://www.factorioforums.com/forum/viewtopic.php?f=18&t=4406 Tips for a quick start]
| v0.9
| 2014-06-18
|
|}


== Miscellaneous ==


=== Starting strategies ===
* [[Tutorial:Train signals|Train signals]]
* [[Tutorial:Transport use cases|A comparison of the different means of transport]]


http://www.factorioforums.com/forum/viewtopic.php?f=18&t=6627
== Modding tutorials ==
These tutorials range from teaching the first steps of modding to in-depth explanations of individual mechanics.


=== Exploring the map ===
=== Current, finished ===
Whilst the map the player is dropped into is randomly generated at world creation, eventually exploring the map will prove vitally important to securing further resources, e.g. [[Iron ore]], [[Copper ore]].  
* [[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: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.


At current there are only two methods to exploring the world. This is either through the use of a [[Radar]], or simply by searching the area using your character, though [[Enemies]] may be a hazard for any explorers.
=== Additional Info ===
* [[Tutorial:Modding FAQ|Modding FAQ]]
* [[Prototype definitions|Prototype documentation]]
* [http://lua-api.factorio.com/latest/ Factorio API Documentation] — Documentation of the runtime api
* [https://github.com/wube/factorio-data Factorio data github repository] — Tracks changes of the lua prototype definitions in factorio in between releases.


=== Basic Automation ===
=== Outdated ===
 
[[Tutorial:Modding tutorial/FreeER|Modding tutorial/FreeER]]
# [[ Basic factory layouts | Basic Factory Layouts]]
 
=== Red Science Automation ===
=== Green Science Automation ===
=== The Oil Network ===
=== Logistics Robots ===
=== Smarter Factories ===
=== Automated Construction ===
=== Automating Red Circuits ===
=== Automating Blue Science ===
=== Alien Science Packs ===
=== Electric Power ===
==== Emergency Steam Generator ====
=== Crafting ===
=== Research ===
=== Weapons&Armour ===
==== Earlyish Game Offensive Tactics ====
==== Middle Game Offensive Tactics ====
==== Late Game Offensive Tactics ====
==== Defensive Tactics ====
=== Car ===
=== Train ===
 
 
== Tips ==
=== General resource strategies ===
http://www.factorioforums.com/forum/viewtopic.php?f=5&t=6667&p=52272&hilit=Production+surplus#p52272
=== Spotting Problems and Optimizing your Factory ===
=== Belts and Managing Compression ===
=== Central Bus Design Concept ===
 
[[Category:Tutorial]]
[[Category:English page]]

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