Palworld
Nincs elegendő értékelés
Custom ini tweaks (better mouse input and game smoothness)
Készítő: Melody
Some custom ini tweaks for better mouse input, including 8khz polling rate support, and better game smoothness.
   
Díjazás
Kedvenc
Kedvenc
Törlés
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