Widescreen Gaming Forum

[-noun] Web community dedicated to ensuring PC games run properly on your tablet, netbook, personal computer, HDTV and multi-monitor gaming rig.
It is currently 29 Mar 2024, 09:05

All times are UTC [ DST ]




Post new topic Reply to topic  [ 9 posts ] 
Author Message
PostPosted: 21 Apr 2016, 20:41 
Offline

Joined: 03 Apr 2012, 13:59
Posts: 82
Has anyone dabbled with Battlefleet Gothic yet?

I'm trying to run it on my 3440x1440 screen, which is supported. But it's a VERT- game so i'm not seeing as much as i'd like. Being an Unreal Engine 4 game i've been looking for the Engine.ini files to change it to HOR+, but those seem to be locked away :/

1920x1080:
Image

3440x1440:
Image

_________________
LG 34UM95-P (3440x1440) + 2x Dell U2412M; MSI GeForce GTX 970 GAMING 4G in 2-SLI; i5 4690k w/ Mugen 4 PCGH; 16GB Crucial; MSI Z97-G45 GAMING; Crucial M500 480GB; Corsair Enthusiast TX750M; CM Storm Scout 2


Top
 Profile  
 


PostPosted: 21 Apr 2016, 22:50 
Offline
Administrators
Administrators
User avatar

Joined: 02 Nov 2009, 12:14
Posts: 1031
Location: Lincoln, UK
If you can find the right location you can add the engine.ini file, most of the UE4 games I've played have their configuration place holder folder in USER/AppData/Local/GameName/Saved/Config/WindowsNoEditor/
If the folder exists but Engine.ini doesn't then add it and put the following in it:
Code:
[/Script/Engine.LocalPlayer]
AspectRatioAxisConstraint=AspectRatio_MaintainYFOV

Find the games Saved folder, and if the rest don't exist, add them manually.

_________________
: ) Skid : )
My Multi-Monitor Focused YouTube Channel: http://www.youtube.com/c/SkidIncGaming
My Twitch channel which I've been known to stream on from time to time: http://www.twitch.tv/SkidInc
"Imagination is the only weapon in the war against reality."


Top
 Profile  
 
PostPosted: 21 Apr 2016, 23:04 
Offline

Joined: 03 Apr 2012, 13:59
Posts: 82
Ah, yep that did it :)
Typical, AppData/Local was the one place i didnt think to look (checked install folder, my documents and appdata/roaming) :P

Though i find the FOV to be a bit wide now, very strong fish eye effect. Definately much more playable though, so thanks :)

_________________
LG 34UM95-P (3440x1440) + 2x Dell U2412M; MSI GeForce GTX 970 GAMING 4G in 2-SLI; i5 4690k w/ Mugen 4 PCGH; 16GB Crucial; MSI Z97-G45 GAMING; Crucial M500 480GB; Corsair Enthusiast TX750M; CM Storm Scout 2


Top
 Profile  
 
PostPosted: 21 Apr 2016, 23:31 
Offline
Administrators
Administrators
User avatar

Joined: 02 Nov 2009, 12:14
Posts: 1031
Location: Lincoln, UK
Oraijon wrote:
Ah, yep that did it :)
Typical, AppData/Local was the one place i didnt think to look (checked install folder, my documents and appdata/roaming) :P

Though i find the FOV to be a bit wide now, very strong fish eye effect. Definately much more playable though, so thanks :)


Yeah this is fairly common as well, as the FoV was setup to be used with the vert- setting, I can't offhand remember how to adjust it via the engine file, if anyone else remembers let me know, I have 3 games I'm using this fix on and all there FoV's are a bit too high :P

_________________
: ) Skid : )
My Multi-Monitor Focused YouTube Channel: http://www.youtube.com/c/SkidIncGaming
My Twitch channel which I've been known to stream on from time to time: http://www.twitch.tv/SkidInc
"Imagination is the only weapon in the war against reality."


Top
 Profile  
 
PostPosted: 22 Apr 2016, 08:04 
Offline
Insiders
Insiders
User avatar

Joined: 11 Dec 2008, 23:51
Posts: 685
Location: Germany
Very often if you edit the *Input.ini under Engine.PlayerInput will do the Trick

Bindings=(Name="F9",Command="FOV 90",Control=False,Shift=False,Alt=False)
Bindings=(Name="F10",Command="FOV 100",Control=False,Shift=False,Alt=False)
Bindings=(Name="F11",Command="FOV 110",Control=False,Shift=False,Alt=False)

See: http://www.wsgf.org/dr/assassins-creed- ... s-china/en or http://www.wsgf.org/dr/iggys-egg-adventure/en

_________________
CZARMAN aka 彼得爸爸


Top
 Profile  
 
PostPosted: 22 Apr 2016, 09:02 
Offline
Administrators
Administrators
User avatar

Joined: 02 Nov 2009, 12:14
Posts: 1031
Location: Lincoln, UK
czarman wrote:
Very often if you edit the *Input.ini under Engine.PlayerInput will do the Trick

Bindings=(Name="F9",Command="FOV 90",Control=False,Shift=False,Alt=False)
Bindings=(Name="F10",Command="FOV 100",Control=False,Shift=False,Alt=False)
Bindings=(Name="F11",Command="FOV 110",Control=False,Shift=False,Alt=False)

See: http://www.wsgf.org/dr/assassins-creed- ... s-china/en or http://www.wsgf.org/dr/iggys-egg-adventure/en


That syntax is UE3, it won't work in UE4, but the principle might, although the nearest equivalent doesn't appear to do anything, it might be that the FOV command doesn't exist.
Code:
[/Script/Engine.PlayerInput]
.Bindings=(Name="F9",Command="FOV 90")
.Bindings=(Name="F10",Command="FOV 100")
.Bindings=(Name="F11",Command="FOV 110")

_________________
: ) Skid : )
My Multi-Monitor Focused YouTube Channel: http://www.youtube.com/c/SkidIncGaming
My Twitch channel which I've been known to stream on from time to time: http://www.twitch.tv/SkidInc
"Imagination is the only weapon in the war against reality."


Top
 Profile  
 
PostPosted: 22 Apr 2016, 09:28 
Offline
Insiders
Insiders
User avatar

Joined: 11 Dec 2008, 23:51
Posts: 685
Location: Germany
Hmm... UE4 i dont have any Games yet but maybe one of those commands work:

Bindings=(Name="Up",Command="PC_Pressed_Up | FE_PC_Pressed_Up | onrelease PC_Released_Up | onrelease FE_PC_Released_Up | OnRelease FOV 110")

Sometimes you have to delete the INIs in your Documents Folder and make the changes in the Game Dir --> DefaultInput.ini / UDKInput.ini / BaseInput.ini

_________________
CZARMAN aka 彼得爸爸


Top
 Profile  
 
PostPosted: 22 Apr 2016, 09:32 
Offline
Administrators
Administrators
User avatar

Joined: 02 Nov 2009, 12:14
Posts: 1031
Location: Lincoln, UK
czarman wrote:
Hmm... UE4 i dont have any Games yet but maybe one of those commands work:

Bindings=(Name="Up",Command="PC_Pressed_Up | FE_PC_Pressed_Up | onrelease PC_Released_Up | onrelease FE_PC_Released_Up | OnRelease FOV 110")

Sometimes you have to delete the INIs in your Documents Folder and make the changes in the Game Dir --> DefaultInput.ini / UDKInput.ini / BaseInput.ini


That's what the dots are for, it tells the engine to add the setting even if it exists, the result is the lowest setting in the list takes effect.

Edit: Also DefaultInput.ini / UDKInput.ini / BaseInput.ini tend not to exist in UE4 games.

_________________
: ) Skid : )
My Multi-Monitor Focused YouTube Channel: http://www.youtube.com/c/SkidIncGaming
My Twitch channel which I've been known to stream on from time to time: http://www.twitch.tv/SkidInc
"Imagination is the only weapon in the war against reality."


Top
 Profile  
 
PostPosted: 22 Apr 2016, 15:26 
Offline

Joined: 03 Apr 2012, 13:59
Posts: 82
Well there is an Input.ini within appdata/local.. has the following syntax in them:

ActionMappings=(ActionName="RangeArmament4",Key=F6,bShift=False,bCtrl=False,bAlt=False,bCmd=False)
ActionMappings=(ActionName="SkillWarp",Key=Up,bShift=False,bCtrl=False,bAlt=False,bCmd=False)

Found the following site showing the FOV command being just "fov 110":
https://answers.unrealengine.com/questi ... a-fov.html

Just gotta figure out how to put those together, asking a friend who does some game development on UE4. Will post once it's figured out, but feel free to share if you find it :)

_________________
LG 34UM95-P (3440x1440) + 2x Dell U2412M; MSI GeForce GTX 970 GAMING 4G in 2-SLI; i5 4690k w/ Mugen 4 PCGH; 16GB Crucial; MSI Z97-G45 GAMING; Crucial M500 480GB; Corsair Enthusiast TX750M; CM Storm Scout 2


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 9 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 7 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  




Powered by phpBB® Forum Software © phpBB Group