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 (마우스 오른쪽 버튼을 클릭하세요, browse local files).
단계 2: Backup GameAssembly.dll. Open GameAssembly.dll in your Hex editor.
단계 3: Search for the following hex value.
80 07 00 00 C7 03 38 04 00 00
Modify as follows:
00 1이자형 00 00 C7 03 E0 10 00 00
단계 4: Search for the following hex value.
80 07 00 00 BF 38 04 00 00
Modify as follows:
00 0에프 00 00 BF 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). Hence, 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. 이 가이드를 업데이트하지 못한 경우, 다음을 수행하여 최신 업데이트를 찾을 수 있습니다. 링크.