Во время игры откройте окно чата (по умолчанию [~] или [/]).
Если вы не можете найти правильный ключ: откройте экран параметров и найдите
элементы управления под названием "Toggle Lua console",
Если вы хотите повторить ранее выполненную команду,
нажмите стрелку вверх на клавиатуре
Вы можете использовать консоль для создания предметов, ходьбы быстрее,
разблокировки исследований и много чего еще.
Вот список команд:
/c game.player.force.manual_crafting_speed_modifier=100 - макс. скорость крафта
(по умолчанию = 1)
/c game.player.force.manual_mining_speed_modifier=100 - майнить быстрее
(по умолчанию = 1)
/c game.player.force.laboratory_speed_modifier=100 - лаборатории исследуют
быстрее
/c game.player.force.research_all_technologies() - закончить исследования
/c game.always_day=true - всегда день
/c game.player.zoom=0.1 - более сильное уменьшение масштаба
(если вы сделаете зум ин, вернется прежний вид)
/c game.speed=2 - установить скорость игры
(внимание ускорении игры негативно влияет на FPS).
/c game.forces['enemy'].kill_all_units() - убить всех битеров
/c game.player.insert{name='internal-name', count=1} - создать предмет
(название предметов: iron-plate, copper-plate, coal,
steam-engine, submachine-gun, и другие)
Using the Factorio console is surprisingly simple.
Just open the chat box (default is [~] or [/]).
If you can't find the right key: open the options screen and look for
controls, you should be able to find a control named "Toggle Lua console"
with a key right next to it.
If you want to repeat a previously executed command, press the up arrow
on your keyboard to scroll through the chat/command history.
You can use the console to spawn items, walk faster, unlock researches
and many more. Here's a bunch of useful commands.
/c game.player.force.manual_mining_speed_modifier=100 - Mine faster (def. 1)
/c game.player.force.manual_crafting_speed_modifier=100 - Craft faster (def. 1)
/c game.player.force.laboratory_speed_modifier=100 - Lab. research faster
/c game.player.force.research_all_technologies() - Complete researches
(This activates all researches as if you have researched them).
/c game.always_day=true - Always daytime
/c game.player.zoom=0.1 - Zoom out further than usual
(Zoom resets when you zoom in again)
Note: values below 0.07 are buggy
and impact game performance negatively).
/c game.speed=2 - Set game speed
(Warning: higher speeds negatively
affect your framerate/game performance).
/c game.forces['enemy'].kill_all_units() - Kill all biters
/c game.player.insert{name='internal-name', count=1} - Spawn items
(Internal name: iron-plate, copper-plate, coal, steam-engine, submachine-gun,
etc.)