It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
I can't use menu. I can't change resolution because impossible select grafics settings. And i cant start new games because button "enter" not working in "new game".
I can't configure and start game
If you go to C:\Users\ Your Username \AppData\Local\Absolver\Saved\Config\WindowsNoEditor\

you should find some ini files. In GameUserSettings.ini there are a few resolution and other settings.
avatar
MasonAl: I can't use menu. I can't change resolution because impossible select grafics settings. And i cant start new games because button "enter" not working in "new game".
I can't configure and start game
I also experienced this on first load, but it has worked fine since.
avatar
ryousukeGI: If you go to C:\Users\ Your Username \AppData\Local\Absolver\Saved\Config\WindowsNoEditor\

you should find some ini files. In GameUserSettings.ini there are a few resolution and other settings.
There is a thread on Steam Community Forum which suggests additional settings to add to the .ini files.
I guess the additional lines are read by the Unity Engine.
It seemed to work well for my system.
Remember to rename the original file to keep a Backup or Old version before making any changes. Example:
Copy Engine.ini -> rename copy to EngineBackup.ini -> Use NotePad to edit Engine.ini.
Copy GameUserSettings.ini -> rename copy to GameUserSettingsOld.ini -> Use NotePad to edit GameUserSettings.ini

The Unity Engine will read the Engine.ini and GameUserSettings.ini files when the program is launched.
It's Unreal Engine, not Unity but yeah, the ini is used by the engine, and if you add some lines like for specific options like SSAO and such, it should override the default settings.
avatar
MasonAl: I can't use menu. I can't change resolution because impossible select grafics settings. And i cant start new games because button "enter" not working in "new game".
I can't configure and start game
avatar
NoahU: I also experienced this on first load, but it has worked fine since.
avatar
ryousukeGI: If you go to C:\Users\ Your Username \AppData\Local\Absolver\Saved\Config\WindowsNoEditor\

you should find some ini files. In GameUserSettings.ini there are a few resolution and other settings.
avatar
NoahU: There is a thread on Steam Community Forum which suggests additional settings to add to the .ini files.
I guess the additional lines are read by the Unity Engine.
It seemed to work well for my system.
Remember to rename the original file to keep a Backup or Old version before making any changes. Example:
Copy Engine.ini -> rename copy to EngineBackup.ini -> Use NotePad to edit Engine.ini.
Copy GameUserSettings.ini -> rename copy to GameUserSettingsOld.ini -> Use NotePad to edit GameUserSettings.ini

The Unity Engine will read the Engine.ini and GameUserSettings.ini files when the program is launched.
I find only DefaultEngine. ini (D:\Games\Absolver\Engine\Programs\CrashReportClient\Config). In the C/ have not saves and GameUserSettings.ini of Absolver.
DefaultEngine have next:
[CrashReportClient]
CrashReportClientVersion=1.0
DataRouterUrl="https://datarouter.ol.epicgames.com/datarouter/api/v1/public/data"
bAllowToBeContacted=true
bSendLogFile=true
CanSendWhenUIFailedToInitialize=true
UIInitRetryCount=10
UIInitRetryInterval=2.0

There are no resolution settings.
That means the game hasn't created/generated the files yet.

Create a file named GameUserSettings.ini
and paste :
[/Script/Engine.GameUserSettings]
bUseVSync=True
ResolutionSizeX=3840
ResolutionSizeY=2160
LastUserConfirmedResolutionSizeX=3840
LastUserConfirmedResolutionSizeY=2160
PreferredFullscreenMode=0
AudioQualityLevel=0
FrameRateLimit=60.000000
DesiredScreenWidth=1280
bUseDesiredScreenHeight=False
DesiredScreenHeight=720
LastRecommendedScreenWidth=-1.000000
LastRecommendedScreenHeight=-1.000000
LastCPUBenchmarkResult=-1.000000
LastGPUBenchmarkResult=-1.000000
LastGPUBenchmarkMultiplier=1.000000
bUseHDRDisplayOutput=False
HDRDisplayOutputNits=1000

[ScalabilityGroups]
sg.ResolutionQuality=100.000000
sg.ViewDistanceQuality=3
sg.AntiAliasingQuality=3
sg.ShadowQuality=3
sg.PostProcessQuality=3
sg.TextureQuality=3
sg.EffectsQuality=3
sg.FoliageQuality=3
Change to your resolution and see if that works.
avatar
ryousukeGI: That means the game hasn't created/generated the files yet.

Create a file named GameUserSettings.ini
and paste :

[/Script/Engine.GameUserSettings]
bUseVSync=True
ResolutionSizeX=3840
ResolutionSizeY=2160
LastUserConfirmedResolutionSizeX=3840
LastUserConfirmedResolutionSizeY=2160
PreferredFullscreenMode=0
AudioQualityLevel=0
FrameRateLimit=60.000000
DesiredScreenWidth=1280
bUseDesiredScreenHeight=False
DesiredScreenHeight=720
LastRecommendedScreenWidth=-1.000000
LastRecommendedScreenHeight=-1.000000
LastCPUBenchmarkResult=-1.000000
LastGPUBenchmarkResult=-1.000000
LastGPUBenchmarkMultiplier=1.000000
bUseHDRDisplayOutput=False
HDRDisplayOutputNits=1000

[ScalabilityGroups]
sg.ResolutionQuality=100.000000
sg.ViewDistanceQuality=3
sg.AntiAliasingQuality=3
sg.ShadowQuality=3
sg.PostProcessQuality=3
sg.TextureQuality=3
sg.EffectsQuality=3
sg.FoliageQuality=3
avatar
ryousukeGI: Change to your resolution and see if that works.
Not working. I found C:\Users\ Your Username \AppData\Local\Absolver\Saved\Config\WindowsNoEditor\ and create GameUserSettings.ini and cgange Resolurions. But its not working.
Alright let's try adding Engine.ini too then
[Core.System]
Paths=../../../Engine/Content
Paths=%GAMEDIR%Content
Paths=../../../Engine/Plugins/Wwise/Content
Paths=../../../Engine/Plugins/2D/Paper2D/Content
Paths=../../../Absolver/Plugins/FixItNotePlugin/Content

[ConsoleVariables]
sg.TextureQuality=3
sg.ShadowQuality=3
sg.ViewDistanceQuality=3
sg.EffectsQuality=3
sg.PostProcessQuality=3
sg.FoliageQuality=3
sg.AntiAliasingQuality=3
sg.ResolutionQuality=100
It's really weird that something so basic isn't created. Have you tried repairing the game through GOG Galaxy ?

Try running the game as admin too.
My system put the files here as expected:

"C:\Users\ACCOUNT\AppData\Local\Absolver\Saved\Config\WindowsNoEditor"

where ACCOUNT is replaced by your specific user name.

Follow these instructions:
1. Search for and/or Run Cmd
2. type cd AppData\Local\Absolver\Saved\Config\WindowsNoEditor
3. type dir
4. type write Engine.ini
5. Press Alt, F, A . Save As EngineBackup.ini
6. Alt + Tab back to Cmd : type write GameUserSettings.ini -> Save As GameUserSettingsBackup.ini

I'm attaching versions of my EngineMod.ini and GameUserSettingsMod.ini files.
The top lines may differ from your actual system configuration: Open with Notepad or WordPad and you should be able to add lines at the bottom of the files.

When launching the program. Your application reads and/or edits the "Engine.ini" and "GameUserSettings.ini" files.
---
Engine.ini
---
[Core.System]
Paths=../../../Engine/Content
Paths=%GAMEDIR%Content
Paths=../../../Engine/Plugins/Wwise/Content
Paths=../../../Engine/Plugins/2D/Paper2D/Content
Paths=../../../Absolver/Plugins/FixItNotePlugin/Content

[ConsoleVariables]
sg.TextureQuality=0
sg.ShadowQuality=0
sg.ViewDistanceQuality=3
sg.EffectsQuality=0
sg.PostProcessQuality=2
sg.FoliageQuality=0
sg.AntiAliasingQuality=0
sg.ResolutionQuality=100
bSmoothFrameRate=false
t.MaxFPS=200
ShowFlag.VisualizeMotionBlur=0
ShowFlag.MotionBlur=0

---
GameUserSettings.ini
---
[/Script/Engine.GameUserSettings]
bUseVSync=False
ResolutionSizeX=1920
ResolutionSizeY=1080
LastUserConfirmedResolutionSizeX=1920
LastUserConfirmedResolutionSizeY=1080
PreferredFullscreenMode=0
AudioQualityLevel=0
FrameRateLimit=0.000000
DesiredScreenWidth=1280
bUseDesiredScreenHeight=False
DesiredScreenHeight=720
LastRecommendedScreenWidth=-1.000000
LastRecommendedScreenHeight=-1.000000
LastCPUBenchmarkResult=-1.000000
LastGPUBenchmarkResult=-1.000000
LastGPUBenchmarkMultiplier=1.000000
bUseHDRDisplayOutput=False
HDRDisplayOutputNits=1000
bSmoothFrameRate=false
ShowFlag.VisualizeMotionBlur=0
ShowFlag.MotionBlur=0

[ScalabilityGroups]
sg.ResolutionQuality=100
sg.ViewDistanceQuality=3
sg.AntiAliasingQuality=0
sg.ShadowQuality=0
sg.PostProcessQuality=2
sg.TextureQuality=0
sg.EffectsQuality=0
sg.FoliageQuality=0
ShowFlag.VisualizeMotionBlur=0
ShowFlag.MotionBlur=0
Post edited September 06, 2017 by NoahU