User:LCruel: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
* 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 | * https://wiki.factorio.com/index.php?title=Console | ||
* http://lua-api.factorio.com/ | |||
* http://lua-api.factorio.com/0.12.26/Concepts.html#Command | * http://lua-api.factorio.com/0.12.26/Concepts.html#Command | ||
* http://lua-api.factorio.com/0.12.27/Concepts.html#Command | * http://lua-api.factorio.com/0.12.27/Concepts.html#Command |
Revision as of 12:30, 17 April 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
- http://lua-api.factorio.com/
- http://lua-api.factorio.com/0.12.26/Concepts.html#Command
- http://lua-api.factorio.com/0.12.27/Concepts.html#Command
Usefull commands:
- for i, player in ipairs(game.players) do player.force.reset_technologies() end