The modification allows you to pause the game/freeze time at any time during the game.
How to run:
You can change the key binding by opening the main.lua file with notepad and changing this line:
-- keybind
pause = Key.F1 -- change F1 to whatever is needed.
Example with the F2 key:
pause = Key.F2
Модификация позволяет ставить игру на паузу/замораживать время в любой момент игры.
Как запустить:
Можно изменить привязанную клавишу, открыв файл main.lua с помощью блокнота и изменив эту строку:
-- keybind
pause = Key.F1 -- изменить F1 на то, что необходимо.
Пример с клавишей F2:
pause = Key.F2
Useful links: