Increased Camera Distance

Increased Camera Distance

1.7k Downloads
Features:
  • Increased Camera Distance
  • Thats All.. Only camera ting.

Installation / How To Setup:
  • Download THIS MOD's ZIP File
  • Extract files from zip archive. (using winzip or similar)
  • 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 your selected camera distance mods.pak files into the LogicMods Folder (no subfolders)

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:
You can only use ONE version of the mod at a time.. obviously.
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 (for my mods only)