I know *some* resolutions don't show in the settings, I might have to do an alt version for handheld mode when I get around to updating
You can edit the ini in a text editor and try r.SetRes 1280x800f under console commands in the ini if it doesn't show up in-game (remove f if you don't want fullscreen) Or [/Script/Engine.GameUserSettings] ResolutionSizeX=1280 ResolutionSizeY=800 LastUserConfirmedResolutionSizeX=1280 LastUserConfirmedResolutionSizeY=800 FullscreenMode=0 LastConfirmedFullscreenMode=0 PreferredFullscreenMode=0
It could be something beyond cvars alone, might be worth looking into resolution fix mods (most only handle ultrawide afaik). You can try setting it on the steam launch options or try r.SetRes 1280x800w if fullscreen isn't working.
This optimization needs to highlighted in every ff7 steamdeck thread, It improved the performance drastically with little or no visual impact. I tried this after trying to figure out ff7hook for myself for hours with no success. You came in clutch after all. Thank You so much for this!
15 comments
Is 16:10 or 1280x800 not supported?
You can edit the ini in a text editor and try r.SetRes 1280x800f under console commands in the ini if it doesn't show up in-game (remove f if you don't want fullscreen)
Or
[/Script/Engine.GameUserSettings]
ResolutionSizeX=1280
ResolutionSizeY=800
LastUserConfirmedResolutionSizeX=1280
LastUserConfirmedResolutionSizeY=800
FullscreenMode=0
LastConfirmedFullscreenMode=0
PreferredFullscreenMode=0
Just rename the dll to any other options given in the tutorial if you're already using dsound
I tried this after trying to figure out ff7hook for myself for hours with no success. You came in clutch after all. Thank You so much for this!