Ni no Kuni™ II: Revenant Kingdom

Ni no Kuni™ II: Revenant Kingdom

44 ratings
HDR/Fullscreen Fix (Patch Method - No Downloads required)
By Feigen-Peppi
Alternative method of fixing HDR/Fullscreen-Mode on NVIDIA GPUs without the need to provide a copyrighted executable.
2
2
4
2
   
Award
Favorite
Favorited
Unfavorite
Introduction
HDR (and for me - Fullscreen-Mode in general) is broken on NVIDIA GPUs and just makes the screen change modes to HDR and back until you kill the game or force it into Window-Mode by hitting ALT+ENTER at the right time.

A user named NanoHDR has kindly provided a patched game executable (Nino2.exe) which fixes this issue, since the developers seem to have no interest in this.

Since the patch only requires a single byte to be changed in the executable, i thought having a method of doing this yourself is a good alternative if the Google Drive link ever gets taken down or you feel uncomfortable launching unknown files.
Guide
  1. Start PowerShell, you'll get a window like this:





  2. To ensure the shell is pointing to your user directory type
    cd $home

  3. Copy the Ni No Kuni 2 executable (Nino2.exe) from your game directory
    [Steam Directory]\steamapps\common\Ni no Kuni II Revenant Kingdom
    to your user directory
    C:\Users\yourName

  4. Type (or copy) the following into powershell (this reads the whole file, replaces the required byte then writes all of it back)
    $wFile = (Get-Item .).FullName + "\Nino2.exe"; $bytes = [System.IO.File]::ReadAllBytes($wFile); $offset = 4624974; $bytes[$offset] = 0xEB; [System.IO.File]::Move($wFile, $wFile + ".bak"); [System.IO.File]::WriteAllBytes($wFile, $bytes)



  5. If everything worked you should now have a Nino2.exe and a Nino2.exe.bak in your user directory, Nino2.exe is the patched file, Nino2.exe.bak is a backup of the old one.



    Copy these files back to the game directory (overwrite existing files) and you're done.
Exact Change
If anyone is interested in the exact byte that is changed:

0x74 at Offset 46924E is changed to 0xEB

10 Comments
Papa Het 15 May, 2024 @ 6:02am 
Worked for me, thanks man!
Shaun 26 Dec, 2023 @ 8:30pm 
Thanks for this, at first, I thought the black screen was an issue with Steam Input when launching the game from a shortcut but that isn't the case (I don't have this issue, but some apparently do but it's fixed in Steam Client Beta).
maximedin36 26 Feb, 2023 @ 12:18pm 
Does it work if I don´t have any HDR Monitor?
triple.six.five.forked.tongue 23 Sep, 2022 @ 10:23pm 
TIGHT! TIGHT! TIGHT! YEAH!
Kristoph DeLove 11 May, 2022 @ 4:01am 
You my friend are an absolute legend. Not only did this fix the Black Screen/HDR problem but also fixed the multiple monitor issue that stopped me playing the game! Here, have a Golden Unicorn A+++++++
potterdouble 19 Jul, 2021 @ 6:12pm 
Thank you very much. This fixed a flickering black screen on startup for me as well!
Banderx27 17 Jul, 2021 @ 2:41am 
Nice! This fixed an issue for me when I was playing around with Graphic Settings and kept getting Black Screen or The game being stuck in Minimized window. Thanks so much!
Nami 24 Jun, 2021 @ 1:49am 
wheres the .exe fix alternative? i dont mind downloading it cuz i have no clue about how to use powershell even with this guide
Nordblut 21 Jun, 2021 @ 1:23am 
Thanks, this fixxed the blackscreen problem for me when launching the game.
TonyEnkiduCx 4 Jun, 2021 @ 2:35am 
Good man :)