List of ALL cosnole commands
List of ALL cosnole commands
Hi, I just can't find any list with advanced commands like item recipe update if it was changed after game start. Is there any command that does same for researching costs?
Re: List of ALL cosnole commands
These will reload recipes and research:
If this is for a mod then they are automatically reloaded every time the mod version changes.
The wiki has the most widely used commands: https://wiki.factorio.com/Console
For more advanced commands / creating your own see http://lua-api.factorio.com/latest/
Code: Select all
/c game.player.force.reset_recipes()
/c game.player.force.reset_technologies()
The wiki has the most widely used commands: https://wiki.factorio.com/Console
For more advanced commands / creating your own see http://lua-api.factorio.com/latest/