Life is Strange: True Colors How to Edit Aspect Ratio 21:9/Ultrawide on Hex Editor

Life is Strange: True Colors How to Edit Aspect Ratio 21:9/Ultrawide on Hex Editor 1 - steamsplay.com
Life is Strange: True Colors How to Edit Aspect Ratio 21:9/Ultrawide on Hex Editor 1 - steamsplay.com

This guide will help you play in a 21:9/Ultrawide Aspect Ratio with simple hex editing.
 
 

Introduction

Unfortunately, like in all other Life is Strange games, True Colors does not support 21:9 out of the box, instead having black bars on the sides of the screen.
 
 
Life is Strange: True Colors How to Edit Aspect Ratio 21:9/Ultrawide on Hex Editor - Introduction - 701ECBF
 
 
Sad indeed.
 
 
However, by making a couple of hex edits, we can make the game adapt to Ultrawide screens while maintaining the original FOV.
 
 
 

1. Opening the executable in a Hex Editor

Before we do anything else, since we’re going to do hex editing, we need a Hex Editor. I will be using HxD – [mh-nexus.de] , a free and lightweigh one that does the trick for what we need, but any other should work all the same.
 
 
Once we open HxD, we need to load the executable of the game. To do this, go to File->Open.
 
 
Life is Strange: True Colors How to Edit Aspect Ratio 21:9/Ultrawide on Hex Editor - 1. Opening the executable in a Hex Editor - D5B3594
 
 
Next, we go to the directory the game is in, which is
 

[STEAMDIRECTORY]\steamapps\common\LifeIsStrange3\Siren\Binaries\Win64

 
Your directory will change depending on whether you have the game installed in C:, D:, etc. Alternatively, you can just go to the properties of the game->Local Files->Browse, which will take you directly to the LifeIsStrange3 folder.
 
 
Finally, we open Siren-Win64-Shipping.exe.
 
 
Life is Strange: True Colors How to Edit Aspect Ratio 21:9/Ultrawide on Hex Editor - 1. Opening the executable in a Hex Editor - 042E55D
 
 
 

2. Changing the Aspect Ratio to Y-FOV

The first thing we’re going to do is make the game switch from X-FOV to Y-FOV, so the black bars disappear. To do that, we’re going to go to Search->Replace->Hex-values, making sure Search direction is set to All.
 
 
Life is Strange: True Colors How to Edit Aspect Ratio 21:9/Ultrawide on Hex Editor - 2. Changing the Aspect Ratio to Y-FOV - D5B3C32
 
 
Life is Strange: True Colors How to Edit Aspect Ratio 21:9/Ultrawide on Hex Editor - 2. Changing the Aspect Ratio to Y-FOV - 37FF192
 
 
Finally, we put this in Search for:
 
 

3B 8E E3 3F

 
This in Replace with:
 
 

8A E3 18 40

 
Then hit Replace all.
 
 
Life is Strange: True Colors How to Edit Aspect Ratio 21:9/Ultrawide on Hex Editor - 2. Changing the Aspect Ratio to Y-FOV - 9C3E238
 
 
The program should report five occurrences have been replaced.
 
 
Unfortunately, while the black bars should have disappeared, this is not enough: the view is zoomed in compared to the original, cropped ratio.
 
 
Life is Strange: True Colors How to Edit Aspect Ratio 21:9/Ultrawide on Hex Editor - 2. Changing the Aspect Ratio to Y-FOV - C4F8625
 
 
The “Sad” face, as well as the area of the jacket below the stickers, is missing.
 
 
To fix this, we’re going to edit some more hex code in the next, and final, step.
 
 
 

3. Changing the FOV

In the very same Replace window from the last step, we put 35 FA 0E 3C AC C5 27 37 6F in Search for, and 35 FA 3E 3C AC C5 27 37 6F in Replace with, likewise hitting Replace all. This time around, only one occurrence should have been replaced.
 
 
Life is Strange: True Colors How to Edit Aspect Ratio 21:9/Ultrawide on Hex Editor - 3. Changing the FOV - 8F49F54
 
 
And that’s it! The game should now look the exact same except for a full, sweet 21:9 aspect ratio.
 
 
Life is Strange: True Colors How to Edit Aspect Ratio 21:9/Ultrawide on Hex Editor - 3. Changing the FOV - ECA7903
 
 
 

TL;DR for people with technical skills

All five instances of:
 

3B 8E E3 3F

 
to:
 

8A E3 18 40

 
 
Instance of:
 

35 FA 0E 3C AC C5 27 37

 
to:
 

35 FA 3E 3C AC C5 27 37

 
 
 

Credits

And that’s it! Thank you for reading my guide. However, the hex codes themselves were found here – [satisfactorygame.com] , and they just so happened to work with this game as well, so it’s likely better codes will be found and/or a trainer will be developed in the near future. Feel free to leave any feedback below, regardless!
 
 

Written by RoR14

 
 
This is all for Life is Strange: True Colors How to Edit Aspect Ratio 21:9/Ultrawide on Hex Editor hope you enjoy the post. If you believe we forget or we should update the post please let us know via comment, we will try our best to fix how fast is possible! Have a great day!
 


Be the first to comment

Leave a Reply

Your email address will not be published.


*