How to install Palworld New Mod Which Adds Essential Feature

Plaworld, a new survival game developed by Pocket Pair, is already a block buster in the gaming community. The new mod of Plaworld has added a much-needed minimap to the game, making it more thrilling for fans. The mod makes navigation much easier in the game.

Palworld is still in its early access release, and the roadmap developers provided has no indications of the minimap in the game, which is very crucial; almost every game provides the minimap, but Palworld still has not given the minimap. However, there are no worries for fans who wanted the minimap in the game; modder “Dekita” modded the game to add the minimap.

New Palworld mod
Image Source: nexusmods.com

Some amazing features are included with the mod, such as a mini-map, auto-show/hide during combat, auto-zoom when blocked by obstacles like trees or caverns, etc.

Palworld Mod Installation Process

Link – Palworld Mod

  • Step 1. Visit the provided link.
  • Step 2. Download the mod files named “RE-UE4SS” (UE4SS_Xinput_v2.5.2.zip).
  • Step 3. Open the downloaded file and copy its contents into the “Binaries/Win64” folder of your game (“\Palword\Pal\Binaries\Win64”).
  • Step 4. Locate the file “mods.txt” in the “Mods” folder (“\Palword\Pal\Binaries\Win64\Mods\”) and set the variable “BPModLoaderMod” to 1.
  • Step 5. Create a folder named “LogicMods” in the “Content/Paks” folder of your game (“\Palworld\Pal\Content\Paks\LogicMods”).
  • Step 6. Install the mod files into the “LogicMods” folder.

To reload mods in the game, press the ‘INS’ key after you’ve entered the game server’s world.

Alternatively, you can make a change in the BPModLoaderMod’s main.lua file. Around line 163, find the existing code and replace it with the one below:

-- RegisterInitGameStatePostHook(function(ContextParam)
--     LoadMods(ContextParam:get())
-- end)

RegisterHook("/Script/Engine.PlayerController:ClientRestart", function(self, NewPawn)
    Log("RELOADING PLAYER CONTROLLER!!\n")
    LoadMods(UEHelpers.GetWorld())
end)

This adjustment will reload mods when the player controller restarts.

Issues You Might Encounter:

  1. Ensure that the pak file for this mod is named DekBasicMinimap_P.pak.
  2. This mod operates with pak chunk 71, which could lead to compatibility issues with other mods using the same chunk.
  3. The mod might appear above or below other UI elements.

Leave a Comment