Arcade action-survival game from a third-person perspective in a vast open world with the key mechanic of taming unusual creatures called Pal. They resemble Pokémon... Read more
Pause - Time Freeze
-
Download (857 байт)January 24, 2024, 11:53 AMpauza-ostanovka-vremeni_1706086417_622309.zip
-
Download (470 байт)January 24, 2024, 11:53 AMUE4SS_Signaturespauza-ostanovka-vremeni_1706086417_850764.zip
This modification allows you to pause the game/freezing time at any moment during gameplay.
How to launch:
- Download the utility UE4SS (UE4SS_Xinput) and install it in the directory Palworld/Pal/Binaries/Win64/.
- Download UE4SS_Signatures and unpack it to Palworld/Pal/Binaries/Win64/
- Download the mod archive and unpack it to Palworld/Pal/Binaries/Win64/Mods.
You can change the bound key by opening the main.lua file with Notepad and modifying this line:
-- keybind
pause = Key.F1 -- change F1 to whatever you need.
Example with the F2 key:
pause = Key.F2
Модификация позволяет ставить игру на паузу/замораживать время в любой момент игры.
Как запустить:
- Скачать утилиту UE4SS (UE4SS_Xinput) и установить её в каталог Palworld/Pal/Binaries/Win64/.
- Скачать UE4SS_Signatures и распаковать по пути Palworld/Pal/Binaries/Win64/
- Скачать архив с модом и распаковать его по пути Palworld/Pal/Binaries/Win64/Mods.
Можно изменить привязанную клавишу, открыв файл main.lua с помощью блокнота и изменив эту строку:
-- keybind
pause = Key.F1 -- изменить F1 на то, что необходимо.
Пример с клавишей F2:
pause = Key.F2
Useful links: