Gameplay Tweaks v1.0.0.4
Customize your experience with a bunch of tweaks! Can modify rare pal spawn rate, stamina consumption per activity, health regeneration, hunger, default weight, default technology, respawn time, stats per level up and more!
Once you've installed the mod open main.lua with Notepad or whatever editor you use to find a bunch of options like these:
To modify the settings all you have to do is change their values and save the file. For example if you want to stop sprinting from consuming stamina you do:
-- Stamina for sprinting
SprintSP = 0.0 -- Default value 7.0.
Installation
- Read the "Notes" section of the mod page.
- Optionally backup you save file.
- Download REUE4SS xinput: Releases · UE4SS-RE/RE-UE4SS (github.com) (file name: UE4SS_Xinput_v2.5.2.zip)
- Download UE4SS_Signatures from the mod page.
- Install REUE4SS in \Palword\Pal\Binaries\Win64.
- Install UE4SS_Signatures in \Palword\Pal\Binaries\Win64.
- Download the mod.
- Install the mod in \Palword\Pal\Binaries\Win64\Mods.
You can also enable REUE4SS's console for debugging and troubleshooting. Go to \Palword\Pal\Binaries\Win64 and open UE4SS-settings.ini with Notepad or whatever editor you use. Find GuiConsoleEnabled and GuiConsoleVisible and set them to 1 (GuiConsoleEnabled = 1 GuiConsoleVisible = 1). If you encounter crashes you can try disabling the console. You can still troubleshoot/debug errors with the log file.