Want to get more resolution in Shin Megami Tensei III Nocturne HD Remaster? В этом руководстве, we will be sharing with you the steps on how to change the internal render resolution to an arbitrary setting beyond 1080p.
Обзор
Fixing this day 0 abandonware, one setting at a time. По умолчанию, the internal render resolution of Nocturne’s “HD” Remaster can only be toggled between 360p, 720п, and 1080p, regardless of your display resolution, например. even by setting your screen resolution to 4K you can still render at most 1080p with a superimposed 4K HUD.
Отказ от ответственности: На момент написания, it is unclear how these changes translate into native Unity3D settings, whether this interaction is intended and whether it will break things – all I know is that it looks good.
Предварительные условия
- Hex editor (I used HxD for this)
- Some basic understanding of how to use your hex editor
How to Change
Шаг 1: Navigate to the game directory (щелкните правой кнопкой мыши, просматривать локальные файлы).
Шаг 2: Backup GameAssembly.dll. Open GameAssembly.dll in your Hex editor.
Шаг 3: Search for the following hex value.
80 07 00 00 С7 03 38 04 00 00
Modify as follows:
00 1Э 00 00 С7 03 E0 10 00 00
Шаг 4: Search for the following hex value.
80 07 00 00 лучший друг 38 04 00 00
Modify as follows:
00 0Ф 00 00 лучший друг 70 08 00 00
Шаг 5: Сохранять, запустить игру, set render scale to Высокий.
Комментарии
80 07 00 00 = 1920 38 04 00 00 = 1080
In Step 3, I am fairly confident that this is the internal render resolution associated with the High in-game setting (4-byte word size). Следовательно, we set it to 8K.
In Step 4, it is currently unclear how this pair of numbers relates to Nocturne’s rendering pipeline, but changing them is required for satisfactory results. I have noticed that setting this resolution equal to or higher than the render resolution may slightly break character rendering, whereas setting it to 4K works well.
If you want to set your own custom res, be mindful of the Endianness when converting with an engineering calculator.
Это все, чем мы делимся сегодня для этого. Shin Megami Tensei III Nocturne HD Remaster гид. Это руководство было первоначально создано и написано The Rhythm Thief. На случай, если нам не удастся обновить это руководство, вы можете найти последнее обновление, следуя этому связь.