Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bilka2/tutorial-demo

Example mod for how to add a tutorial to Factorio
https://github.com/bilka2/tutorial-demo

factorio-mod

Last synced: 4 days ago
JSON representation

Example mod for how to add a tutorial to Factorio

Awesome Lists containing this project

README

        

# Example mod for how to add tutorials

A Factorio mod that is an example of how to create a tutorial in a Factorio. The gist is that you need to create a [scenario](https://wiki.factorio.com/Scenario_system). This scenario is the tutorial itself, with all scripting and so on. Place that scenario into the `tutorials` folder of the mod. Then create a [TutorialDefinition](https://lua-api.factorio.com/latest/prototypes/TutorialDefinition.html) and [TipsAndTricksItem](https://lua-api.factorio.com/latest/prototypes/TipsAndTricksItem.html) for it in the prototype stage, so for example in `data.lua`. That's it!