User:LCruel: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
* https://wiki.factorio.com/index.php?title=Modding | * https://wiki.factorio.com/index.php?title=Modding | ||
* https://wiki.factorio.com/index.php?title=Modding_FAQ | * https://wiki.factorio.com/index.php?title=Modding_FAQ | ||
* https://wiki.factorio.com/index.php?title=Console/Lua_commands | |||
Usefull commands: | |||
* for i, player in ipairs(game.players) do player.force.reset_technologies() end |
Revision as of 18:57, 18 March 2016
Hobbyist mod maker from the Netherlands with style
Useful links:
- https://wiki.factorio.com/index.php?title=Modding
- https://wiki.factorio.com/index.php?title=Modding_FAQ
- https://wiki.factorio.com/index.php?title=Console/Lua_commands
Usefull commands:
- for i, player in ipairs(game.players) do player.force.reset_technologies() end