Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Hey, mate 👋🏻
I decided to play with these black bars, but there is a fix called Special-K — worth looking into it. Also, the game is great, I highly recommend!
According to that you have first to replace every occurance of the default aspect ratio (in the IEEE754 floating-point format and Intel byte order 16/9 == ~1.77 == 39 8E E3 3F) with your desired value (16/10 == 1.6 == CD CC CC 3F).
Second thing you have to do is to search for a byte sequence 00 00 10 41 00 00 50 41 00 00 80 41 00 00 00 00. And replace default numerator of the aspect ratio (16 == 16.0 == 00 00 80 41) with your desired one. 16/10 and default 16/9 have the same numerator, so, no change is required in this particular case.
And the third step is to follow this article @ Reddit to fix the UI stretching. Note: the article and files attached are about/for 32:9, you have to substitute your own specific values instead of the defaults!
Most tricky moments are: you are not defining the resolution itself but only it's aspect ratio; values are in the IEEE754 floating point format[www.h-schmidt.net] and Intel byte order.
P.S. Currently I don't have this game to test the steps above myself. Someone interested should do that and post the result. So, the article at PCGamingWiki could be updated with a confirmed result.
That's the problem inkus, the game already have "support" for 16:10 so the first step should not be necessary, the second step is to remove the black bars, thats the value i was looking to change but you say its the same for 16:9 and 16:10 :,( .
So maybe the solution its to put the game in 16:9 first and do all the steps even if you have a 16:10 monitor.
Like always, thanks to the money hungry @Squarenix for a ♥♥♥♥♥♥ cashgrab pc "port".
And the first step might be still necessary as well.
Just changing the value for the black bars remove them but the image is streched verticaly (UI too). If you do all the steps: no black bars, UI is good but the image is still streched.
Since i'm just above the basic geek/PC user, this .exe editing is new to me but it was fun.
Next time i will simply not support this kind of product and go back to the other side to download it.
Anyway, big thanks to you inkus.
You need to replace [00 00 10 41 00 00 50 41 00 00 80 41 00 00 00 00] with [00 00 20 41 00 00 50 41 00 00 80 41 00 00 00 00] and all occurrences of [39 8E E3 3F] with [CD CC CC 3F]. The UI would be stretched. We need another fix, Nier_Replicant_SQRT1.5_UI (can be found in a Reddit thread called "Nier Replicant Sqrt(1.5) Proper Resolution, Aspect and HUD in 32:9") changing "// Our aspects for scaling" in two files: ShaderFixes\0a2c2125f4a421a5-vs_replace.txt and dc88834b3469cba8-vs_replace.txt to 16 and 10.