Shin Megami Tensei III Nocturne HD Remaster: How to Increase internal Render Resolution to 8K

Here is a step-by-step tutorial on how to change the internal render resolution to an arbitrary setting beyond 1080p.

 

Overview

Fixing this day 0 abandonware, one setting at a time. By default, the internal render resolution of Nocturne’s “HD” Remaster can only be toggled between 360p, 720p and 1080p, regardless of your display resolution, e.g. even by setting your screen resolution to 4K you can still render at most 1080p with a superimposed 4K HUD.

Disclaimer: at the time of writing, 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.

Preprequisites

  • Hex editor (I used HxD for this)
  • Some basic understanding of how to use your hex editor

Tutorial

Step 1

Navigate to the game directory (right-click, browse local files).

Step 2

Backup GameAssembly.dll. Open GameAssembly.dll in your Hex editor.

Step 3

Search for the following hex value.

80 07 00 00 C7 03 38 04 00 00

Modify as follows:

00 1E 00 00 C7 03 E0 10 00 00

Step 4

Search for the following hex value.

80 07 00 00 BF 38 04 00 00

Modify as follows:

00 0F 00 00 BF 70 08 00 00

Step 5

Save, launch the game, set render scale to High.

Comments
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 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.

Results

Notice that some of the textures load properly only after the edits. I am not sure if this is a direct result of my work, and whether it will be replicated on other systems.

By The Rhythm Thief

Related Posts:

About Robins Chew

I'm Robins, who love to play the mobile games from Google Play, I will share the gift codes in this website, if you also love mobile games, come play with me. Besides, I will also play some video games relresed from Steam.

Leave a Comment