Predator Hunting Grounds: Game Configuration

Simple guide explaining all kinds of stuff related to the configuration of the game. (Config File Editing is not possible!)

 

Disclaimer

It is not possible to change the games settings via the config files. The config files are just a dump of the current settings, which the game is loading from a save file on startup.

The save file is a binary and therefore you can not easily modify settings. You have to change the settings in-game or build an save game editor

%localappdata%\SpaceFish\Saved\SaveGames\Steam

I do not take responsibility for anything.
If you get headache, break your game installation, or destroy your computer it’s not my fault and also not my problem 😛
Use contents of this guide at own risk.

Removing splash screen (Sony Interactive Entertainment presents…)

To speed up the start of the game a little bit, you can disable the intro. Just rename or delete the FrontEnd_Splash.mp4 which is located in the games installation directory

For example, in my case the file is located at:

K:\GameLibrarys\steamapps\common\Predator Hunting Grounds\SpaceFish\Content\Movies

 

and instead of deleting it i renamed it to FrontEnd_Splash2.mp4.

It might be that the file gets re-downloaded during an update and for sure when you verify game files. To work around this, you could simply make the movies folder read only after renaming / deleting the file.

To make the folderread only do the following

  • Right click on the folder
  • Select properties
  • Mark the check box called “Read-only”

It might be that the check box already seems active by showing a black box, in that case simply click it twice.

Making the folder read only could cause problems in the future
(For example there will be added a new intro screen or some other clip – steam would not be able to update the folders contents.)

Config File Location

Open windows explorer (Windows-Key + E) and type the following into the address bar:

%localappdata%\SpaceFish\Saved\Config\WindowsNoEditor

 

GameUserSettings.ini

This file contains the user-specific settings. It might be empty on first start so you might have to change some settings in-game to get it populated. Below i post the output of my current config file.
[/script/spacefish.sfgameusersettings]
bUseVSync=False
bUseDynamicResolution=False
ResolutionSizeX=1920
ResolutionSizeY=1080
LastUserConfirmedResolutionSizeX=1920
LastUserConfirmedResolutionSizeY=1080
WindowPosX=-1
WindowPosY=-1
FullscreenMode=1
LastConfirmedFullscreenMode=1
PreferredFullscreenMode=1
Version=5
AudioQualityLevel=0
LastConfirmedAudioQualityLevel=0
FrameRateLimit=0.000000
DesiredScreenWidth=1280
DesiredScreenHeight=720
LastUserConfirmedDesiredScreenWidth=1280
LastUserConfirmedDesiredScreenHeight=720
LastRecommendedScreenWidth=-1.000000
LastRecommendedScreenHeight=-1.000000
LastCPUBenchmarkResult=-1.000000
LastGPUBenchmarkResult=-1.000000
LastGPUBenchmarkMultiplier=1.000000
bUseHDRDisplayOutput=False
HDRDisplayOutputNits=1000

[/script/engine.gameusersettings]
bUseDesiredScreenHeight=False

[ScalabilityGroups]
sg.ViewDistanceQuality=3
sg.AntiAliasingQuality=2
sg.ShadowQuality=2
sg.PostProcessQuality=2
sg.TextureQuality=3
sg.EffectsQuality=3
sg.FoliageQuality=2
Changing stuff in this file will have no effect on the game as the game is loading settings from a .sav file. This is just for reference.

ScalabilityGroups Numbers explained

Everything on minimum
[ScalabilityGroups]
sg.ViewDistanceQuality=0
sg.AntiAliasingQuality=0
sg.ShadowQuality=0
sg.PostProcessQuality=0
sg.TextureQuality=0
sg.EffectsQuality=0
sg.FoliageQuality=0

Everything on medium

[ScalabilityGroups]
sg.ViewDistanceQuality=1
sg.AntiAliasingQuality=1
sg.ShadowQuality=1
sg.PostProcessQuality=1
sg.TextureQuality=1
sg.EffectsQuality=1
sg.FoliageQuality=1

Everything on high

[ScalabilityGroups]
sg.ViewDistanceQuality=2
sg.AntiAliasingQuality=2
sg.ShadowQuality=2
sg.PostProcessQuality=2
sg.TextureQuality=2
sg.EffectsQuality=2
sg.FoliageQuality=2

Everything on epic

[ScalabilityGroups]
sg.ViewDistanceQuality=3
sg.AntiAliasingQuality=3
sg.ShadowQuality=3
sg.PostProcessQuality=3
sg.TextureQuality=3
sg.EffectsQuality=3
sg.FoliageQuality=3

Thanks to LuckyStrike for his great guide, all credit to his effort. you can also read the original guide from Steam Community. enjoy the game.

Related Posts:

Leave a Comment