Tutorial:Modding tutorial

From Official Factorio Wiki
Revision as of 15:13, 8 February 2021 by Bilka (talk | contribs) (Link UntitledGuiGuide)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.
  • Script interfaces — A small tutorial about script interfaces (LuaRemote) and custom keyboard shortcuts.
  • Inspecting a live mod — An annotated tour of a mod that is live on the mod portal right now.
  • 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.

Additional info

See also