Lua Modding Tools
If you already know the tools, you can skip ahead, but don't blame us if we reference something and you don't know what we're talking about.
UE4SS
This is your bread and butter. UE4SS is a scripting service for unreal engine which allows us to even load the mods at all. It also comes with a console that is extremely helpful for developing and testing mods.
Installation
примечание
If you're using a mod manager, you probably have UE4SS installed already, but just in case, we'll cover it here. You should still check your UE4SS-settings.ini
to ensure they match the values provided
- Grab the latest zDev Version from the releases tab
- Extract
Mods
,dwmapi.dll
,UE4SS.dll
andUE4SS-settings.ini
into yourPalworld/Pal/Binaries/Win64
folder - Open
UE4SS-settings.ini
in your editor of choice, make sure you have the following settings:ConsoleEnabled = 0
GuiConsoleEnabled = 1
GuiConsoleVisible = 1
EnableHotReloadSystem = 1
to enable reloading withCtrl + R
warning
If you get a white console screen when UE4SS loads, change GraphicsAPI
to dx11