TRIANGLE STRATEGY

TRIANGLE STRATEGY

View Stats:
Htimez2 Oct 13, 2022 @ 5:02pm
Really hope they add native Ultrawide
Really hope they add native Ultrawide, as of now I have a 3440x1440 LG ultrawide and the game will let you go fullscreen with the 2560x1440 but no larger, and if you select fullscreen it stretches the picture out to the point text and people look distorted. I guess I will have to play in borderless window mode for now with the wrong resolution. Come on Devs its 2022, please start thinking about Ultrawide users, if fans can create apps to make a game go ultra wide it shouldn't be hard for the devs of the game to do it.
< >
Showing 1-15 of 32 comments
Htimez2 Oct 13, 2022 @ 5:04pm 
Fortunately I mostly bought it to play on the steam deck and others have said it works albeit not perfectly but overall it runs.
Zero Oct 13, 2022 @ 6:21pm 
You can use Unreal Engine Unlocker ( https://framedsc.com/GeneralGuides/universal_ue4_consoleunlocker.htm#downloading-the-unlocker ) to force actual ultra-wide resolution with no stretching.

It'll zoom in by default but you can add the following to the bottom of Documents\My Games\TRIANGLE_STRATEGY\Steam\Config\WindowsNoEditor\Engine.ini to fix that as well:

[/script/engine.localplayer]
AspectRatioAxisConstraint=AspectRatio_MaintainYFOV
Last edited by Zero; Oct 13, 2022 @ 6:21pm
Castor Troy Oct 13, 2022 @ 8:39pm 
Can you just hex edit the exe? I'd rather not use a program if I don't have to.
king_of_jamaica Oct 13, 2022 @ 9:03pm 
They couldn't even be bothered to hide the mouse cursor if you play in full screen with a controller. I wouldn't expect any technical improvements to this port.
Melodia Oct 13, 2022 @ 10:49pm 
Originally posted by king_of_jamaica:
They couldn't even be bothered to hide the mouse cursor if you play in full screen with a controller. I wouldn't expect any technical improvements to this port.

If the biggest complaibnt you have is it shows the mouse cursor, I'd say they did pretty damn good with the port considering how much crap SQEX gets for its ports (sometimes justified, but not to the amount it goes).
Muerte Oct 13, 2022 @ 11:22pm 
They got a pricetag like this and not even Ultrawide support for a new release? laughable...
king_of_jamaica Oct 14, 2022 @ 5:06am 
Originally posted by Melodia:
Originally posted by king_of_jamaica:
They couldn't even be bothered to hide the mouse cursor if you play in full screen with a controller. I wouldn't expect any technical improvements to this port.

If the biggest complaibnt you have is it shows the mouse cursor, I'd say they did pretty damn good with the port considering how much crap SQEX gets for its ports (sometimes justified, but not to the amount it goes).
I've only spent 15 minutes with the game since I'm currently playing other games, so I don't have enough time to properly critique the game.

My biggest complaint so far is the complete lack of PS controller support. Every game on PC should offer full support for Xbox, PS(both DS4 and DualSense), and Switch controllers. At the very least, they should offer an option for which icons get displayed if not full native support.
Zero Oct 14, 2022 @ 6:10am 
Originally posted by Castor Troy:
Can you just hex edit the exe? I'd rather not use a program if I don't have to.
The usual things didn't work when I tried. Usually hex editing unreal engine games requires a bit more finesse and testing to find the values you need to change as the typical aspect ratio swaps don't generally work.
Blowfeld Oct 14, 2022 @ 6:59am 
It is Squenix. Fix it yourself or get ♥♥♥♥♥♥.

Just use UEU or better not buy to let your wallet speak.
thewebhead Oct 14, 2022 @ 7:09am 
Honestly, with seemingly next to no new games I'm interested in supporting native 21:9, I might just sell my monitor and switch back to 16:9
Zero Oct 14, 2022 @ 9:18am 
Originally posted by Castor Troy:
Can you just hex edit the exe? I'd rather not use a program if I don't have to.
Update to this I found a way to hex edit it for 21:9. change the following values:

Replace
F6 41 30 01 49 8B F9 0F
with
F6 41 30 00 49 8B F9 0F

Edit: Second value removed as the ini edit above should be used instead.

Originally posted by Zero:
It'll zoom in by default but you can add the following to the bottom of Documents\My Games\TRIANGLE_STRATEGY\Steam\Config\WindowsNoEditor\Engine.ini to fix that as well:[/script/engine.localplayer]
AspectRatioAxisConstraint=AspectRatio_MaintainYFOV

Edit 2: The following config change may also be necessary:
Originally posted by Zero:
The only other thing is I've got the GameUserSettings.ini (same location as the engine.ini) set to 3440x1440 as well, but wasn't sure that was doing anything.

[/script/engine.gameusersettings] ResolutionSizeX=3440 ResolutionSizeY=1440 FullscreenMode=0 bUseDynamicResolution=False LastUserConfirmedResolutionSizeX=3440 LastUserConfirmedResolutionSizeY=1440 WindowPosX=-1 WindowPosY=-1 LastConfirmedFullscreenMode=0 PreferredFullscreenMode=0 AudioQualityLevel=0 LastConfirmedAudioQualityLevel=0 DesiredScreenWidth=3440 bUseDesiredScreenHeight=False DesiredScreenHeight=1440 LastUserConfirmedDesiredScreenWidth=3440 LastUserConfirmedDesiredScreenHeight=1440 LastRecommendedScreenWidth=-1.000000 LastRecommendedScreenHeight=-1.000000 LastCPUBenchmarkResult=208.097595 LastGPUBenchmarkResult=633.218201 LastCPUBenchmarkSteps=187.422699 LastCPUBenchmarkSteps=221.880859 LastGPUBenchmarkSteps=1118.068237 LastGPUBenchmarkSteps=812.613953 LastGPUBenchmarkSteps=1408.277832 LastGPUBenchmarkSteps=566.820984 LastGPUBenchmarkSteps=252.113998 LastGPUBenchmarkSteps=807.433960 LastGPUBenchmarkSteps=1368.368530 LastGPUBenchmarkMultiplier=1.000000 bUseHDRDisplayOutput=False HDRDisplayOutputNits=1000 FrameRateLimit=175.000000
Last edited by Zero; Oct 20, 2022 @ 1:57am
moidave Oct 14, 2022 @ 3:44pm 
Thanks. I will try it.
Originally posted by Zero:
Originally posted by Castor Troy:
Can you just hex edit the exe? I'd rather not use a program if I don't have to.
Update to this I found a way to hex edit it for 21:9. change the following values:

Replace
F6 41 30 01 49 8B F9 0F
with
F6 41 30 00 49 8B F9 0F

and change

36 FA 0E 3C
to
36 FA 3E 3C
moidave Oct 15, 2022 @ 1:37am 
Originally posted by Zero:
Originally posted by Castor Troy:
Can you just hex edit the exe? I'd rather not use a program if I don't have to.
Update to this I found a way to hex edit it for 21:9. change the following values:

Replace
F6 41 30 01 49 8B F9 0F
with
F6 41 30 00 49 8B F9 0F

and change

36 FA 0E 3C
to
36 FA 3E 3C
I found the first value, but not the second one (36FA0E3C). I still was able to get the 21:9 though. I wonder what the second value does?
Zero Oct 15, 2022 @ 4:53am 
Originally posted by moidave:
Originally posted by Zero:
Update to this I found a way to hex edit it for 21:9. change the following values:

Replace
F6 41 30 01 49 8B F9 0F
with
F6 41 30 00 49 8B F9 0F

and change

36 FA 0E 3C
to
36 FA 3E 3C
I found the first value, but not the second one (36FA0E3C). I still was able to get the 21:9 though. I wonder what the second value does?
Some times it's in 35 FA 0E 3C too, but it's basically a value which you can edit to get Hor+ back in unreal games (ie stop it from cutting off the top and bottom of the game and instead showing more geometry on the edges when using wider resolutions).

However I'm just going to remove it from the post as it's just not necessary with the ini fix I posted above that should also solve that problem.
Last edited by Zero; Oct 15, 2022 @ 4:54am
Alley Oct 16, 2022 @ 10:24am 
$60 for a game with no ultrawide support? Pass.
< >
Showing 1-15 of 32 comments
Per page: 1530 50