Palworld – Custom Ini Tweaks (Better Mouse Input and Game Smoothness)

Some custom ini tweaks for better mouse input, including 8khz polling rate support, and better game smoothness.

Custom Ini Tweaks

Where the files are located

You will find these files in:

  • %localappdata%\pal\Saved\Config\Windows

Engine.ini tweaks

Add the following to the Engine.ini file:

[SystemSettings]
bEnableMouseSmoothing=false
bViewAccelerationEnabled=false
r.MotionBlurQuality=0
r.OneFrameThreadLag=0
r.AllowGlobalIllumination=1
r.MaxAnisotropy=16
r.DepthOfFieldQuality=0

[/script/engine.engine]
bSmoothFrameRate=False
MinSmoothedFrameRate=5
MaxSmoothedFrameRate=144

[/script/engine.garbagecollectionsettings]
gc.AllowParallelGC=False
gc.TimeBetweenPurgingPendingKillObjects=60
gc.MaxObjectsNotConsideredByGC=1
gc.SizeOfPermanentObjectPool=0
gc.MemoryMargin=0
gc.MaxObjectsInEditor=16777216
gc.MaxObjectsInGame=33554432

Input.ini tweaks

Add the following to the Input.ini file:

[/script/engine.inputsettings]
bEnableMouseSmoothing=false
bViewAccelerationEnabled=false
bEnableMouseRawInput=true

Surround sound

Add the corresponding lines in the Engine.ini file under [SystemSettings].

For 5.1 Surround:

AudioDeviceModuleName=AudioMixerXAudio2
AudioDefaultChannels=6
AudioDefaultChannelOrder=FrontLeft, FrontRight, FrontCenter, LowFrequency, SideLeft, SideRight

For 7.1 Surround:

AudioDeviceModuleName=AudioMixerXAudio2
AudioDefaultChannels=8
AudioNumSourceWorkers=4
Egor Opleuha
About Egor Opleuha 6892 Articles
Egor Opleuha, also known as Juzzzie, is the Editor-in-Chief of Gameplay Tips. He is a writer with more than 12 years of experience in writing and editing online content. His favorite game was and still is the third part of the legendary Heroes of Might and Magic saga. He prefers to spend all his free time playing retro games and new indie games.

Be the first to comment

Leave a Reply

Your email address will not be published.


*