First Person View

First Person View

1.7k Downloads

1. Overview

It enables to switch view target for third person and first person by click mouse wheel button. You can control the camera offset by press "Ctrl+L".

My favorite setting is

  • x = 31.2
  • y = 0.0
  • z = 4.2
  • x(aim) = 27.4
  • y(aim) = 12.4
  • z(aim) = -18.2

Troubleshooting

  • If the MOD not worked, please try to press "INS" ( it reloads all MODs ).
  • If the first person camera is not movable or is tracking a Pal ( not on the player ), please try:
    • alight from a Pal if you are riding
    • confirm you are in the third person view ( if not worked, try to ride a Pal once and alight )
    • press "Ctrl+Shift+L" ( it resets the current camera view target )

2. Installation

  • If you not have the UE4SS, please install it ( see below "Prerequisite" section )
  • Download FirstPerson_v1.x.y.zip and unzip
  • Locate FirstPerson.pak into xxx\steamapps\common\Palworld\Pal\Content\Paks\LogicMods

3. Prerequisite ( if already downloaded you can skip )

Currently, two versions of the UE4SS might be used widely. So I describe both preparations. Ofcourse you don't have to install both versions, only one version required.

I confirmed this MOD correctly works with each UE4SS version.

UE4SS v3.0.0

  • Download UE4SS_v3.0.0 and unzip
  • Copy Mods, UE4SS-settings.ini, UE4SS.dll and dwmapi.dll into xxx\steamapps\common\Palworld\Pal\Binaries\Win64
  • Edit mods.txt in xxx\steamapps\common\Palworld\Pal\Binaries\Win64\Mods:
    • Change BPModLoaderMod : 0 to BPModLoaderMod : 1
  • Create a foler LogicMods into xxx\steamapps\common\Palworld\Pal\Content\Paks

UE4SS v2.5.2

  • Download UE4SS_Xinput_v2.5.2 and unzip
  • Copy Mods, UE4SS-settings.ini and xinput1_3.dll into xxx\steamapps\common\Palworld\Pal\Binaries\Win64
  • Edit mods.txt in xxx\steamapps\common\Palworld\Pal\Binaries\Win64\Mods:
    • Change BPModLoaderMod : 0 to BPModLoaderMod : 1
  • Create a foler LogicMods into xxx\steamapps\common\Palworld\Pal\Content\Paks

4. Release Note

v1.3.6

  • Fixed bar scale -1000:1000 to -100:100.

v1.3.5

  • Added adjust option for aiming mode.

v1.2.7

  • Fixed that the first person camera is not movable when some situation.
  • Fixed that the incorrect first person camera position when player ride a Pal.

v1.1.3

  • Changed MOD name.
  • Removed lua scripts "cetuskMod".
  • Removed PalStats MOD.
  • Reduced to one .pak file.
  • Controlling of camera offset values is enabled.

v1.0.0

  • First uploaded.