Resolution Help

Escanor1234

New Member
Jul 5, 2022
14
2
Hello Everyone! I want to know if there is a way to force a game resolution to any resolution i want. Some games have a numeric resolution in the settings but they don't have all the stretch resolutions. Is there a way to force the resolution on any Unreal Engine, Unity and all the other game engines? I know that some games have a config ini file where you can edit that, but on many NSFW games there is not even a ini file. I tried with a game made in Unity using dnSpy software to edit the Assembly-CSharp.dll resolution but i failed since i don't know coding and i used an AI for that, but the script i changed reverted back differently than how it was before. Any ideea how to force any game resolution that don't even support a specific one?
 
Last edited:

Escanor1234

New Member
Jul 5, 2022
14
2
DxWND or CRU comes to mind
What are these? Can you explain more to me on how to force resolution in any games?
Edit, after doing a research CRU set a resolution for your desktop, but i don't really need that since my monitor can support a lot of resolutions. but the game is the problem since it doesn't support the resolutions i want!
 
Last edited:

Winterfire

Forum Fanatic
Respected User
Game Developer
Sep 27, 2018
5,838
8,502
In Unity, the resolution is saved in the registry:
HKEY_CURRENT_USER\Software\[CompanyName]\[GameName]

If you're playing the Unity game of a lousy dev, that's also where they store the game data.
Exactly because of lousy devs (or other reasons entirely) it's not guaranteed that everything in the game will scale accordingly... At the very least, Unity doesn't support custom resolutions automatically. It's up to the dev to do that.

There's a good chance you'll be having issues with the game if you force a resolution that's not planned.
 

Escanor1234

New Member
Jul 5, 2022
14
2
In Unity, the resolution is saved in the registry:
HKEY_CURRENT_USER\Software\[CompanyName]\[GameName]

If you're playing the Unity game of a lousy dev, that's also where they store the game data.
Exactly because of lousy devs (or other reasons entirely) it's not guaranteed that everything in the game will scale accordingly... At the very least, Unity doesn't support custom resolutions automatically. It's up to the dev to do that.

There's a good chance you'll be having issues with the game if you force a resolution that's not planned.
Thank you for your response, i have seen that in registry for Unity games there are some resolutions files but mostly they do not work if the game don't support a specific resolution, i was hoping that maybe a software exists for every game but i am wrong, and you are right about what you said. If the devs haven't added the resolutions mostly it will not work. I tried with reshade to stretch the screen in a game using Stretchresolution.fx but if the games support only resolutions for an aspect ratio of 16.9 it's looking worse the controls and everything dissapear from the screen.
 

Krnekdo

Active Member
Feb 28, 2017
536
434
Hello Everyone! I want to know if there is a way to force a game resolution to any resolution i want. Some games have a numeric resolution in the settings but they don't have all the stretch resolutions. Is there a way to force the resolution on any Unreal Engine, Unity and all the other game engines? I know that some games have a config ini file where you can edit that, but on many NSFW games there is not even a ini file. I tried with a game made in Unity using dnSpy software to edit the Assembly-CSharp.dll resolution but i failed since i don't know coding and i used an AI for that, but the script i changed reverted back differently than how it was before. Any ideea how to force any game resolution that don't even support a specific one?
No guarantee that it's going to work, but you could always try Losless Scaling to see if it helps you. You can buy it for very cheap on Steam or probably pirate it from somewhere.
 

Escanor1234

New Member
Jul 5, 2022
14
2
No guarantee that it's going to work, but you could always try Losless Scaling to see if it helps you. You can buy it for very cheap on Steam or probably pirate it from somewhere.
Thank you! I will look more into it. What does this software do? It will let me force any game any resolution and aspect ratio i want?
 

Krnekdo

Active Member
Feb 28, 2017
536
434
Thank you! I will look more into it. What does this software do? It will let me force any game any resolution and aspect ratio i want?
Well, I can't say how exactly it works because I never cared to look into it (and still don't), only that it worked for what I needed it for. Specifically, whenever I ran some games that didn't support my native resolution and displayed overly pixelated CGs or rough edges, this little program fixed that immediately by displaying them correctly. It has something to do with scaling and aspect ratio. I recommend you pirate it from somewhere, either a torrent site, maybe someone even shared it here, or perhaps some other forum that specializes in Steam games as opposed to hentai, and see if it helps. You could also describe your issue to GPT and ask if it would help or not.
 
  • Like
Reactions: Escanor1234

Escanor1234

New Member
Jul 5, 2022
14
2
Well, I can't say how exactly it works because I never cared to look into it (and still don't), only that it worked for what I needed it for. Specifically, whenever I ran some games that didn't support my native resolution and displayed overly pixelated CGs or rough edges, this little program fixed that immediately by displaying them correctly. It has something to do with scaling and aspect ratio. I recommend you pirate it from somewhere, either a torrent site, maybe someone even shared it here, or perhaps some other forum that specializes in Steam games as opposed to hentai, and see if it helps. You could also describe your issue to GPT and ask if it would help or not.
I appreciate you! I will look to see, maybe i can pirate it! :)