Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Widescreen-Fix not working after Update 1.04 #106

Open
Stoeps92 opened this issue Apr 19, 2022 · 25 comments
Open

Widescreen-Fix not working after Update 1.04 #106

Stoeps92 opened this issue Apr 19, 2022 · 25 comments

Comments

@Stoeps92
Copy link

see Title.

@Dohmanlechx
Copy link

Following. Doesn't work for me either.

@baconinabun
Copy link

Update time? Ta!

@critchie1
Copy link

Yeah, I would love an update!

@kalverra
Copy link

I believe the necessary fix is changing this line to something like this:

internal const string PATTERN_RESOLUTION_SCALING_FIX = "74 50 ?? 8B ?? ?? DC 03 00 00 ?? 85 ?? 74 ?? ?? 8B ?? ?? 0F AF";

Worth a shot.

@baconinabun
Copy link

I believe the necessary fix is changing this line to something like this:

internal const string PATTERN_RESOLUTION_SCALING_FIX = "74 50 ?? 8B ?? ?? DC 03 00 00 ?? 85 ?? 74 ?? ?? 8B ?? ?? 0F AF";

Worth a shot.

no joy with that code line, goes to white screen then craps out on the bandai screen :(

@howardrcc
Copy link

howardrcc commented Apr 21, 2022

That does actually work here...

I believe the necessary fix is changing this line to something like this:

internal const string PATTERN_RESOLUTION_SCALING_FIX = "74 50 ?? 8B ?? ?? DC 03 00 00 ?? 85 ?? 74 ?? ?? 8B ?? ?? 0F AF";

Worth a shot.

no joy with that code line, goes to white screen then craps out on the bandai screen :(

@Dohmanlechx
Copy link

@howardrcc Can I do it by myself? Where do I find that file?

@howardrcc
Copy link

howardrcc commented Apr 21, 2022

@howardrcc Can I do it by myself? Where do I find that file?

You find that file in the link in the post. this line

You need visual studio, clone the repository to your local machine, adjust the file and then build the app in visual studio

@Dohmanlechx
Copy link

You need visual studio, clone the repository to your local machine, adjust the file and then build the app in visual studio

I have all that, but I don't know how to build the app? The README isn't saying much:
https://github.com/uberhalit/EldenRingFpsUnlockAndMore#building

@howardrcc
Copy link

image

Rightclick the project in the solution explorer and select build. Check the output log for the path of the .exe

@Dohmanlechx
Copy link

Rightclick the project in the solution explorer and select build. Check the output log for the path of the .exe

Thanks! That helped! However, the fix didn't work for me, the game just crashed after the Bandai Namco splash screen, just like for this guy:

no joy with that code line, goes to white screen then craps out on the bandai screen :(

What I did:

  1. Pulled the repo
  2. Opened the project by the Solution file
  3. Applied this change:
-        internal const string PATTERN_RESOLUTION_SCALING_FIX = "8B ?? 85 ?? 74 ?? 44 8B ?? ?? 45 85 ?? 74 ?? 41 8B";
+        internal const string PATTERN_RESOLUTION_SCALING_FIX = "74 50 ?? 8B ?? ?? DC 03 00 00 ?? 85 ?? 74 ?? ?? 8B ?? ?? 0F AF";
  1. Rebuilt the app in Release mode
  2. Started the newly built app
  3. Started the game

@tbrsvn
Copy link

tbrsvn commented Apr 22, 2022

it still doesnt work for me =(

@g0blyn
Copy link

g0blyn commented Apr 22, 2022

Tried these solutions and still not working. If anyone can point to a working solution it would be much appreciated.

@baconinabun
Copy link

Rightclick the project in the solution explorer and select build. Check the output log for the path of the .exe

Thanks! That helped! However, the fix didn't work for me, the game just crashed after the Bandai Namco splash screen, just like for this guy:

no joy with that code line, goes to white screen then craps out on the bandai screen :(

What I did:

  1. Pulled the repo
  2. Opened the project by the Solution file
  3. Applied this change:
-        internal const string PATTERN_RESOLUTION_SCALING_FIX = "8B ?? 85 ?? 74 ?? 44 8B ?? ?? 45 85 ?? 74 ?? 41 8B";
+        internal const string PATTERN_RESOLUTION_SCALING_FIX = "74 50 ?? 8B ?? ?? DC 03 00 00 ?? 85 ?? 74 ?? ?? 8B ?? ?? 0F AF";
  1. Rebuilt the app in Release mode
  2. Started the newly built app
  3. Started the game

OK, That is me good to go and working fine. Ta!

@RyanJamesThickett
Copy link

Rightclick the project in the solution explorer and select build. Check the output log for the path of the .exe

Thanks! That helped! However, the fix didn't work for me, the game just crashed after the Bandai Namco splash screen, just like for this guy:

no joy with that code line, goes to white screen then craps out on the bandai screen :(

What I did:

  1. Pulled the repo
  2. Opened the project by the Solution file
  3. Applied this change:
-        internal const string PATTERN_RESOLUTION_SCALING_FIX = "8B ?? 85 ?? 74 ?? 44 8B ?? ?? 45 85 ?? 74 ?? 41 8B";
+        internal const string PATTERN_RESOLUTION_SCALING_FIX = "74 50 ?? 8B ?? ?? DC 03 00 00 ?? 85 ?? 74 ?? ?? 8B ?? ?? 0F AF";
  1. Rebuilt the app in Release mode
  2. Started the newly built app
  3. Started the game

OK, That is me good to go and working fine. Ta!

Sadly this isn't working for me even on release mode, it could be to do with me having an Nvidia GPU I guess

@Dohmanlechx
Copy link

Sadly this isn't working for me even on release mode, it could be to do with me having an Nvidia GPU I guess

Dunno, maybe. I have an Nvidia GPU as well.

@baconinabun
Copy link

Sadly this isn't working for me even on release mode, it could be to do with me having an Nvidia GPU I guess

Dunno, maybe. I have an Nvidia GPU as well.

i'm on a 3090FE, in VS change the line save the change and use the "REBUILD" option not the "BUILD" option. That sorted for me

@Dohmanlechx
Copy link

i'm on a 3090FE, in VS change the line save the change and use the "REBUILD" option not the "BUILD" option. That sorted for me

Not for me. Tried both Build and Rebuild. Even cloned from this repo. It simply doesn't work for me.

@toptalentwin
Copy link

toptalentwin commented Apr 22, 2022

Not working for me after trying the fixes. Can someone update app. I can donate to whoever fixes. $10

@Perpetual-Legend
Copy link

Sadly I get errors when I rebuild, says missing icon.ico file.

@tbrsvn
Copy link

tbrsvn commented Apr 22, 2022

I was sad that this was no longer working when I stumbled upon this guy techiew. Their mods work! just disable eas, go to his nexus page: https://www.nexusmods.com/eldenring/users/138929308?tab=user+files and download his elden ring mod loader and the mods you want. Then put the files for the mods in a folder named "mods" were the elden ring exe is placed. Exp: c:/Program Files X86/steam/steamapps/common/ELDEN RING/Game/. put the dll file and the config file for the mod loader were the elden ring exe is placed also.

@g0blyn
Copy link

g0blyn commented Apr 23, 2022

go to his nexus page: https://www.nexusmods.com/eldenring/users/138929308?tab=user+files and download his elden ring mod loader and the mods you want.

Did the same. All works again. NexusMods is usually my go to, but I loved the simplicity of uberhalit's mod. Hopefully an update will eventually be released.

@tbrsvn
Copy link

tbrsvn commented Apr 23, 2022

If you are attached to this mod and are willing to downgrade elden ring to use it you can downgrade by opening run (windows button + r) then typing in steam://nav/console. After you are there you can downgrade to elden ring 1.3.3 with this command: download_depot 1245620 1245621 1350518633714853355. hope this helps!

Repository owner deleted a comment from techiew Apr 24, 2022
@H-arks
Copy link

H-arks commented Apr 28, 2022

Will we be getting an update to the repository soon? Don't want to install VS, but also don't see any need to mod the game files. I'd appreciate it.

@dcealopez
Copy link

Please check if this PR fixes it. Seems to work for me: #111

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests