Tutorials: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
mNo edit summary  | 
				 Removed list of community tutorials because it is impossbile to keep complete and updated. Expanded list of on wiki tutorials to be more descriptive  | 
				||
| Line 1: | Line 1: | ||
{{Languages}}  | {{Languages}}  | ||
This page lists   | 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.  | |||
* [[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.  | |||
== Power production ==  | |||
These tutorials take an in-depth look at individual topics related to [[power production]].  | |||
* [[Tutorial:Applied Power Math|Applied Power Math]]  | |||
* [[Tutorial:Nuclear power|Nuclear power]]  | |||
* [[Tutorial:Producing power from oil|Producing power from oil]]  | |||
==  | == Circuit network ==  | ||
These tutorials take a closer look at the [[circuit network]] and present usage examples.  | |||
* [[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.  | |||
* [[Tutorial:Combinator tutorial|Combinator tutorial]] - Mainly textual and detailed tutorial.  | |||
== Miscellaneous ==  | |||
===   | * [[Tutorial:Railway/Signal|Trains signals]]  | ||
* [[Tutorial:Transport use cases|A comparison of the different means of transport]]  | |||
== Modding tutorials ==  | |||
These tutorials range from teaching the first steps of modding to in-depth explanations of individual mechanics.  | |||
=== Current, finished ===  | |||
* [[Tutorial:Modding tutorial/Gangsir|Modding tutorial/Gangsir]] - A simple modding tutorial that suits beginners well.  | |||
* [[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.  | |||
=== 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 ===  | |||
* [[Tutorial:Modding FAQ|Modding FAQ]]  | |||
* [[Prototype definitions|Prototype documentation]]  | |||
* [http://lua-api.factorio.com/latest/ Factorio API Documentation]  | |||
=== Outdated ===  | |||
[[Tutorial:Modding tutorial/FreeER|Modding tutorial/FreeER]]  | |||
Revision as of 10:44, 16 March 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.
- Circuit network cookbook - Example-heavy tutorial; for beginners who want to get to know and use the benefits of the circuit network.
 - Combinator tutorial - Mainly textual and detailed tutorial.
 
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.
 - 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.
 
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.