About this mod
Displays the date, time and coordinates on the map! 12 hour and 24 hour format variants! Customizable!
- Requirements
- Permissions and credits
- Changelogs
- Donations
Goes well with Display current date time.
Settings
Open config.lua with Notepad to find:
You can change the font color, size and type! For example if you want to change the font to red and bold you do:
config.color = "red" and config.fontType = "Bold"
The color has to be inside quotes (this symbol: ").
The font type has to be inside quotes and it is case sensitive. For example "regular" won't work, it needs to be "Regular".
When you open the map when you first load into the game, the font color, size and type will be the default ones. Close the map and open it again for the settings to take effect. This happens because the map object is loaded when you first open it, so there's no way to make any changes before opening it.
Installation
- Read "Correct folder and file structure".
- Delete xinput1_3.dll in \Palword\Pal\Binaries\Win64 if you installed the xinput version of REUE4SS.
- Download REUE4SS: Releases · UE4SS-RE/RE-UE4SS (github.com). Latest version is 3, direct link to 3: Release v3.0.0 · UE4SS-RE/RE-UE4SS (github.com). File name: "UE4SS_v3.0.0.zip".
- Drop its files to \Palword\Pal\Binaries\Win64.
- Download the mod.
- Drop its folder in \Palword\Pal\Binaries\Win64\Mods.
- Read "Notes".
- Correct folder and file structure
- \Palword\Pal\Binaries\Win64\UE4SS.dll
- \Palword\Pal\Binaries\Win64\UE4SS-settings.ini
- \Palword\Pal\Binaries\Win64\dwmapi.dll
- \Palword\Pal\Binaries\Win64\Mods\DisplayDateTimeCoordinates\Scripts\main.lua
Notes
I suggest using Notepad++ since its way better than Notepad. Makes messing with all kinds of text files easier.
If you want help, info on modding the game and your server you can join the Palworld modding discord server: Invite for Palworld modding discord
REUE4SS generates a log file named UE4SS.log in \Palword\Pal\Binaries\Win64\. You can open it with Notepad to see for errors.
If you installed everything correctly you should something like "Mod 'Pause' has enabled.txt, starting mod." in your log file.
If the mod isn't working for you or if you have any errors you can share the contents of your log file on Pastebin.com and share the link in the bugs section of the mod.
To help with crashes open UE4SS-settings.ini in \Pal\Binaries\Win64 and set bUseUObjectArrayCache to false.
Check out my other mods
Gameplay tweaks
Fast travel from anywhere
Sleep whenever
Better and immersive timeskip
Better building - Instant and automatic
Capturable tower bosses
No food decay
Pause - Freeze time
Disable motion blur and vignette
100 percent capture rate and custom capture rate Re-upload
Disable item durability mechanic
No item weight
Credits
Credits to UE4SS for the tips on how to better optimize the mod.