ABZÛ
57 个评价
[En\Ru] How to set up custom resolution \ Установка любого разрешения экрана
由 Archer-Dante 制作
Basic info how to use any resolution you want. And some additional theory of game engine :)

Основная информация о том, как выставить любое разрешение. И немного дополнительной информации по игровому движку :)
2
   
奖励
收藏
已收藏
取消收藏
[EN] Engine info
Abzu - hard merge of Unreal Engine 4 with Denuvo protector. If you're familiar with UE structure, then you know how games like this may be easy tweaked via configuration files.

But cuz protector of Abzu, the game packed into 1 heavy file
...\Steam\steamapps\common\ABZU\AbzuGame\Content\Paks\AbzuGame-WindowsNoEditor.pak

Here's a trick.
No one packing protector not fit for any future changes inside itself. But the game settings like resolution or controls should be saved somewhere, huh?
And usually UE keeps them among basic game files.
But here all the paths was changed or mirrored to another place.
Let's move on.
[EN] Setting up resolution
Follow this path:
C:\Users\%USERNAME%\AppData\Local\AbzuGame\Saved\Config\WindowsNoEditor

There you'll find the configuration file:
GameUserSettings.ini

And find text like this:

 
You need these lines:
ResolutionSizeX=(horizontal resolution you want to have)
ResolutionSizeY=(vertical resolution you want to have)
LastUserConfirmedResolutionSizeX=(horizontal resolution you want to have)
LastUserConfirmedResolutionSizeY=(vertical resolution you want to have)

Change both parameters to your needs.
Save configuration file.
Launch game.
Enjoy! :3

Don't forget to Like the guide if it helps ^^ Have a nice day!
[RU] Информация о движке
Abzu - сочетание трудного слияния Unreal Engine 4 с защитой Denuvo. Если вы знакомы с внутренностями серии UE движков, то знаете, что такие игры должны легко и доступно настраиваться через кучу конфигурационных файлов.

Из-за защиты же Abzu упакована целиком и полностью в 1 тяжелый файл
...\Steam\steamapps\common\ABZU\AbzuGame\Content\Paks\AbzuGame-WindowsNoEditor.pak

И здесь тонкость.
Ни один упаковщик не рассчитан на то, чтобы изменять файлы внутри защищенного архива. Но ведь настройки разрешения, управления и прочих вещей куда-то же надо сохранять?
И движок UE их обычно хранит как раз среди основных файлов игры.
Но здесь изменен адрес с созданием зеркального файла в другом месте.
Выдвигаемся.
[RU] Выставляем разрешение
Отправляемся по следующему адресу:
C:\Users\%USERNAME%\AppData\Local\AbzuGame\Saved\Config\WindowsNoEditor

Открываем следующий файл:
GameUserSettings.ini

Видим это:

 
Нас интересуют строчки:
ResolutionSizeX=(желаемое разрешение по горизонтали)
ResolutionSizeY=(желаемое разрешение по вертикали)
LastUserConfirmedResolutionSizeX=(желаемое разрешение по горизонтали)
LastUserConfirmedResolutionSizeY=(желаемое разрешение по вертикали)

Выставляем желаемое.
Сохраняем файл конфигурации.
Запускаем игру.
Наслаждаемся :3

Не забывайте Лайкать гайд если он оказался вам полезен ^^ Удачи!
9 条留言
AndrDarkLord 1 月 31 日 上午 3:20 
Пасибки
Laykan 2023 年 1 月 29 日 上午 9:52 
:heartg:
birdd0g33 2019 年 3 月 31 日 上午 7:04 
ty comrade you da man :)
Archer-Dante  [作者] 2017 年 1 月 28 日 上午 11:55 
Вероятно каких-то строчек может не быть до тех пор, пока определенные настройки игры будут затронуты хотя бы единожды. В противном случае у игры не будет повода создавать их.
akhsavi 2017 年 1 月 28 日 上午 11:20 
спасибо, но в моем случае строчки 12-15 отсутствовали, я их просто дописал сам. Поэтому моет лучше не использовать фразу "Видим это", т.к. конкретно строчек 12-15 никто не увидит, т.к. по умолчанию их в файле нет
allergy.ch 2017 年 1 月 21 日 下午 2:22 
спасибо :steamhappy:
[DBH].Whismerhill.{SSgt} 2017 年 1 月 3 日 上午 4:58 
yeah but most players are not able to find this kind of stuff by themselves, so this guide is really helpful.
Even for the knowledgeable like me, it's more efficient to find a guide than scour for several of the common directories & files until you find the right one.

so thanks again for the guide :)
Archer-Dante  [作者] 2017 年 1 月 3 日 上午 2:33 
thanks, maybe i'll change or remove it later ^^'

just keeping in mind any player can reach 'cfg' files for any packed game, if learn how it works, and fix it by self without waiting for such guide
[DBH].Whismerhill.{SSgt} 2017 年 1 月 3 日 上午 2:22 
hi, thanks for guide, very helpful
As a sidenote, the "Engine Info" in english could probably use an english rewrite in my humble opinion, as I didn't understand everything (and I am a computer helpdesk/support)

still it doesn't matter much since what's important is the "setting up resolution" section.