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 28 Mar 2024, 13:16

All times are UTC [ DST ]




Post new topic Reply to topic  [ 235 posts ]  Go to page Previous  1 ... 9, 10, 11, 12, 13, 14, 15 ... 24  Next
Author Message
PostPosted: 19 Apr 2016, 17:10 
Offline
User avatar

Joined: 19 Apr 2016, 13:30
Posts: 12
I tried to not work remain blacks edges, intended to's like playing 16: 9 accursed Namco Bandai Entertainment


Top
 Profile  
 


PostPosted: 19 Apr 2016, 17:47 
Offline

Joined: 18 Apr 2016, 23:40
Posts: 6
stra1 wrote:
I tried to not work remain blacks edges, intended to's like playing 16: 9 accursed Namco Bandai Entertainment


- modify your GraphicsConfig.xml (user/name/appdata/roaming/dark souls III) to:

<config><ScreenMode>WINDOW</ScreenMode>
<Resolution-WindowScreenWidth>2560</Resolution-WindowScreenWidth>
<Resolution-WindowScreenHeight>1080</Resolution-WindowScreenHeight>

Mark the xml as "Read Only"


Top
 Profile  
 
PostPosted: 19 Apr 2016, 19:20 
Offline

Joined: 19 Apr 2016, 19:18
Posts: 1
Hi guys, I can't seem to find the GraphicsConfig.xml file.

The appdata folder does not appear under user/name. Instead, it appears under user/default.migrated/appdata, but there's no Dark Souls III folder there. Does anyone know where else I could find the folder and file?


Top
 Profile  
 
PostPosted: 19 Apr 2016, 19:41 
Offline
User avatar

Joined: 03 Sep 2015, 14:03
Posts: 42
Location: Slovakia
Either activate "Show hidden files and folders"
http://www.howtogeek.com/howto/windows- ... ows-vista/

or

Type/paste "AppData\Roaming\DarkSoulsIII" when you select the address bar in Explorer, enter it after your name:
Image

_________________
LG 29UB67 => AOC AG352UCG6


Top
 Profile  
 
PostPosted: 19 Apr 2016, 20:54 
Offline
User avatar

Joined: 19 Apr 2016, 13:30
Posts: 12
I tried to not work remain blacks edges

Namco Bandai Entertainment fuck

This does not work I have predator x 34 3440x1440 gtx 980ti g1

<?xml version="1.0" encoding="UTF-16" ?>
<config><ScreenMode>FULLSCREEN</ScreenMode>
<Resolution-WindowScreenWidth>3440</Resolution-WindowScreenWidth>
<Resolution-WindowScreenHeight>1440</Resolution-WindowScreenHeight>
<Resolution-FullScreenWidth>3440</Resolution-FullScreenWidth>
<Resolution-FullScreenHeight>1440</Resolution-FullScreenHeight>
<Auto-detectBestRenderingSettings>OFF</Auto-detectBestRenderingSettings>
<QualitySetting>MAX</QualitySetting>
<TextureQuality>MAX</TextureQuality>
<Antialiasing>ON</Antialiasing>
<SSAO>HIGH</SSAO>
<DepthOfField>MAX</DepthOfField>
<MotionBlur>HIGH</MotionBlur>
<ShadowQuality>MAX</ShadowQuality>
<LightingQuality>MAX</LightingQuality>
<EffectsQuality>MAX</EffectsQuality>
<ReflectionQuality>MAX</ReflectionQuality>
<WaterSurfaceQuality>HIGH</WaterSurfaceQuality>
<ShadeQuality>MAX</ShadeQuality>
</config>


Top
 Profile  
 
PostPosted: 19 Apr 2016, 21:01 
Offline

Joined: 25 Jun 2015, 05:52
Posts: 5
Possible solution with 1680x1050 resolution (16:10) ?


Top
 Profile  
 
PostPosted: 19 Apr 2016, 21:17 
Offline

Joined: 19 Apr 2016, 21:13
Posts: 3
Here for 3440x1440 21:9

0) Open your hex editor i use xvi32 and locate dark souls 3 exe (backup first before modifying)

1) HEX
Find this HEX string:
80 07 00 00 38 04

Change it to:
70 0D 00 00 A0 05

2) WINDOW mode
Make the game run in windowed mode, either going in game settings or change the GraphicsConfig.xml (C:\Users\YourNAME\AppData\Roaming\DarkSoulsIII) This folder might be hidden.
Set the .xml file to read only after modifying

<?xml version="1.0" encoding="UTF-16" ?>
<config><ScreenMode>WINDOW</ScreenMode>
<Resolution-WindowScreenWidth>3440</Resolution-WindowScreenWidth>
<Resolution-WindowScreenHeight>1440</Resolution-WindowScreenHeight>
<Resolution-FullScreenWidth>3440</Resolution-FullScreenWidth>
<Resolution-FullScreenHeight>1440</Resolution-FullScreenHeight>
<Auto-detectBestRenderingSettings>ON</Auto-detectBestRenderingSettings>
<QualitySetting>HIGH</QualitySetting>
<TextureQuality>HIGH</TextureQuality>
<Antialiasing>ON</Antialiasing>
<SSAO>HIGH</SSAO>
<DepthOfField>HIGH</DepthOfField>
<MotionBlur>HIGH</MotionBlur>
<ShadowQuality>HIGH</ShadowQuality>
<LightingQuality>HIGH</LightingQuality>
<EffectsQuality>HIGH</EffectsQuality>
<ReflectionQuality>HIGH</ReflectionQuality>
<WaterSurfaceQuality>HIGH</WaterSurfaceQuality>
<ShadeQuality>HIGH</ShadeQuality>
</config>

3) Start game Go options --> select fullscreen (you need to do this thing every time you restart the game)

Also thanks for making this possible :)


Last edited by LordTohjo on 19 Apr 2016, 21:43, edited 4 times in total.

Top
 Profile  
 
PostPosted: 19 Apr 2016, 21:24 
Offline
User avatar

Joined: 03 Sep 2015, 14:03
Posts: 42
Location: Slovakia
Remember you must launch it everytime in Windowed mode, so in your config there must be:
<config><ScreenMode>WINDOW</ScreenMode>

When the game has launched in Window, you can press ALT+ENTER to get it easily to Fullscreen (without the need to go to menu and setting it there manually everytime)

Also you must check that the config file - GraphicsConfig.xml is set to be ReadOnly, in it's file properties (right click that file, tick ReadOnly, press OK)
This is because it will not get modified by any action in-game, so it would break the first launch in Windowed mode.


Lynko
For the 1680x1050 you can try the same procedure.

You need to swap any resolution HEX string existing for Windowed mode, with this HEX string which represents 1680x1050:
Code:
90 06 00 00 1A 04

_________________
LG 29UB67 => AOC AG352UCG6


Top
 Profile  
 
PostPosted: 19 Apr 2016, 22:09 
Offline

Joined: 12 Oct 2015, 20:58
Posts: 5
nice job, very nice ;)

send me your paypal, i would like donate $ for this work.
Image


Top
 Profile  
 
PostPosted: 19 Apr 2016, 23:26 
Offline
User avatar

Joined: 19 Apr 2016, 13:30
Posts: 12
I managed with only fear and ban vac hopefully good

thank you all for your patience and help


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 235 posts ]  Go to page Previous  1 ... 9, 10, 11, 12, 13, 14, 15 ... 24  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 5 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