Palworld

File information

Last updated

Original upload

Created by

DekitaRPG

Uploaded by

Dekita

Virus scan

Safe to use

Tags for this mod

About this mod

Simple mod that alters the camera distance by x1.5, x2, or x3.. Works for local+online play :)

Requirements
Permissions and credits
Donations
Features:
  • Increased Camera Distance
  • Thats All.. Only camera ting.


Installation / How To Setup:
  • Download RE-UE4SS (UE4SS_Xinput_v2.5.2.zip).
  • Copy Contents of UE4SS into your game folder ("\Palword\Pal\Binaries\Win64")
  • Set UE4SS /Mods/mods.txt variable "BPModLoaderMod" to 1 ("\Palword\Pal\Binaries\Win64\Mods\mods.txt")
  • Create a "LogicMods" folder in your games content/pak folder  ("\Palworld\Pal\Content\Paks\LogicMods")
  • Install This Mods Files into the LogicMods Folder


For Co-Op / Online Play:
Press the 'INS' key for ue4ss to reload the mods (after you load into the game servers world) -
hope to have a better solution soon <3


Better Solution:
Edit the BPModLoaderMod's main.lua file, to change the GameStateHook to the code below: (around line 163 with the
current release version)

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

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

Palworld doesnt seem to reinitialize the game state when you load into a server.
But if you have both hooks active, when you load into single player,
then the mods will be loaded twice. This is why we comment out the old
and add the new. :)


Known Issues:
The pak file for this mod MUST be named `DekCameraDistance_P.pak` - regardless of version used.
This mod uses pak chunk 69 and may be incompatible with other mods that do so.

My Other Mods

DISCORD SUPPORT SERVER