promotional bannermobile promotional banner

Increased Camera Distance

Simple mod that alters the camera distance by x1.5, x2, or x3.. Works for local+online play :)
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)

The Increased Camera Distance Team

profile avatar
  • 71
    Followers
  • 32
    Projects
  • 1.3M
    Downloads
Donate

More from DekitaRPGView all

  • Basic Minimap project image

    Basic Minimap

    • 10.0K
    • Blueprint Code Mods

    Adds a basic minimap to the bottom corner. Autohides/shows when in battle/aiming weapon. Works for local/online play :)

    • 10.0K
    • February 27, 2024
    • Blueprint Code Mods
  • Pal Details UI project image

    Pal Details UI

    • 691
    • Blueprint Code Mods

    Animated UI to display the currently targeted pals hidden information. Including IV's, Drop Items, Passive/Work/Battle Skills, etc..

    • 691
    • February 27, 2024
    • Blueprint Code Mods
    • +3
  • Mod Config Menu project image

    Mod Config Menu

    • 9.6K
    • Miscellaneous

    A configuration menu for other mods <3

    • 9.6K
    • February 19, 2024
    • Miscellaneous
    • +3
  • Nuzlocke Death project image

    Nuzlocke Death

    • 90
    • Blueprint Code Mods

    Automatically removes your party pals on death! Also works when playing on servers :)

    • 90
    • February 19, 2024
    • Blueprint Code Mods
    • +1
  • Basic Minimap project image

    Basic Minimap

    • 10.0K
    • Blueprint Code Mods

    Adds a basic minimap to the bottom corner. Autohides/shows when in battle/aiming weapon. Works for local/online play :)

    • 10.0K
    • February 27, 2024
    • Blueprint Code Mods
  • Pal Details UI project image

    Pal Details UI

    • 691
    • Blueprint Code Mods

    Animated UI to display the currently targeted pals hidden information. Including IV's, Drop Items, Passive/Work/Battle Skills, etc..

    • 691
    • February 27, 2024
    • Blueprint Code Mods
    • +3
  • Mod Config Menu project image

    Mod Config Menu

    • 9.6K
    • Miscellaneous

    A configuration menu for other mods <3

    • 9.6K
    • February 19, 2024
    • Miscellaneous
    • +3
  • Nuzlocke Death project image

    Nuzlocke Death

    • 90
    • Blueprint Code Mods

    Automatically removes your party pals on death! Also works when playing on servers :)

    • 90
    • February 19, 2024
    • Blueprint Code Mods
    • +1