Metro Exodus?
  15 / 23    
[s]Ich führe mal ein paar Anführungszeichen ein damit usernamen mit Leerzeichen erkannt werden. Guck ich heute Abend nach. Das ist vermutlich auch der Fehler beim Paulchen. [/s] //i have checked the error and have a solution for this one. I use random generated temp files that contains the username. If the username consists of 2 words devided by space we have a problem in batch :-) I will make a revision of the script this evening. I am born in 1982 and gown up with MS-DOS. I NEVER use any space in a file name or directory i create ^^ Thats in my blood NOT to hand out any space or special char to the operation system ^^ @Pauldusler same for you // Please rename the attached jpg file to zip and unzip to metro folder and run the game via 0MetroExodus_3DVision.cmd. Please report back. I will update the fix with the new 0MetroExodus_3DVision.exe this evening.
Ich führe mal ein paar Anführungszeichen ein damit usernamen mit Leerzeichen erkannt werden. Guck ich heute Abend nach. Das ist vermutlich auch der Fehler beim Paulchen.

//i have checked the error and have a solution for this one. I use random generated temp files that contains the username. If the username consists of 2 words devided by space we have a problem in batch :-)

I will make a revision of the script this evening.

I am born in 1982 and gown up with MS-DOS. I NEVER use any space in a file name or directory i create ^^ Thats in my blood NOT to hand out any space or special char to the operation system ^^



@Pauldusler
same for you

//

Please rename the attached jpg file to zip and unzip to metro folder and run the game via 0MetroExodus_3DVision.cmd. Please report back. I will update the fix with the new 0MetroExodus_3DVision.exe this evening.

Like my work? Donations can be made via PayPal to: rauti@inetmx.de

Posted 04/05/2019 03:58 AM   
Hi Losti, it is working now but I had to change the directory because mine is 3a6bdd43b2474d64afc359f0faa6885d This is one of the games I was waiting for - will donate this weekend - thanks Losti !
Hi Losti,
it is working now but I had to change the directory because mine is 3a6bdd43b2474d64afc359f0faa6885d

This is one of the games I was waiting for - will donate this weekend - thanks Losti !

Posted 04/05/2019 01:10 PM   
[quote="Psykitt67"]Hi Losti, it is working now but I had to change the directory because mine is 3a6bdd43b2474d64afc359f0faa6885d This is one of the games I was waiting for - will donate this weekend - thanks Losti ![/quote] Oh....thougth all the save folders are equal? hm..... hence i need so change things in the script for make it universal....why do you have another number there? What version do you have? is there any other than steam?
Psykitt67 said:Hi Losti,
it is working now but I had to change the directory because mine is 3a6bdd43b2474d64afc359f0faa6885d

This is one of the games I was waiting for - will donate this weekend - thanks Losti !


Oh....thougth all the save folders are equal? hm..... hence i need so change things in the script for make it universal....why do you have another number there? What version do you have? is there any other than steam?

Like my work? Donations can be made via PayPal to: rauti@inetmx.de

Posted 04/05/2019 01:39 PM   
Hi Losti, this is EPIC Game Version here (standard). Greetings Psykitt
Hi Losti,
this is EPIC Game Version here (standard).
Greetings Psykitt

Posted 04/05/2019 02:24 PM   
[quote="Losti"][quote="Psykitt67"]Hi Losti, it is working now but I had to change the directory because mine is 3a6bdd43b2474d64afc359f0faa6885d This is one of the games I was waiting for - will donate this weekend - thanks Losti ![/quote] Oh....thougth all the save folders are equal? hm..... hence i need so change things in the script for make it universal....why do you have another number there? What version do you have? is there any other than steam?[/quote] So far all metro games had generated config folders. Not sure under which circumstances the generated directory name differs. Concerning Metro Exodus I thought it was Epic store exclusive? Btw just tested the script and it's working now. Your approach of editing the config files automatically to make your 3D fix work perfectly is great and something that should have been already done back in the beginning of 2012 or so when the first 3D fixes were released. That would have been much more user friendly instead of writing in the helix blog: "you have to do this and this and this to make the fix work..". I've done exactly the same approach like you in 3D Fix Manager. The only difference is that I don't need to write program code any more for defining changes for the config file. For example for changing the config settings for Metro I've set this in the profile of 3D Fix Manager: r_res_hor _resX_ r_res_vert _resY_ r_fullscreen on r_api 2 r_game_mblur_scale 0. r_blur_level 0 r_af_level 1 r_base_fov 80 r_dbg_stereo_auto_separation 0 For finding the file I just have to add this to the profile: Saved Games\metro exodus\_placeholder_\user.cfg. The placeholder tells 3DFM to look in all directories one level below for a file called "user.cfg". The first directory found which contains that file is valid. The user folder is automatically detected via a C# function provided by Microsoft. I've added such config file automations for around 300 games so far in 3DFM. It's a pity that your approach hasn't been done back in 2012 (just with a cmd file without a GUI like in 3DFM - that would have been sufficient to make things a lot more user friendly!) Thx for the fix Losti.
Losti said:
Psykitt67 said:Hi Losti,
it is working now but I had to change the directory because mine is 3a6bdd43b2474d64afc359f0faa6885d

This is one of the games I was waiting for - will donate this weekend - thanks Losti !


Oh....thougth all the save folders are equal? hm..... hence i need so change things in the script for make it universal....why do you have another number there? What version do you have? is there any other than steam?


So far all metro games had generated config folders. Not sure under which circumstances the generated directory name differs.

Concerning Metro Exodus I thought it was Epic store exclusive?

Btw just tested the script and it's working now. Your approach of editing the config files automatically to make your 3D fix work perfectly is great and something that should have been already done back in the beginning of 2012 or so when the first 3D fixes were released. That would have been much more user friendly instead of writing in the helix blog: "you have to do this and this and this to make the fix work..". I've done exactly the same approach like you in 3D Fix Manager. The only difference is that I don't need to write program code any more for defining changes for the config file.

For example for changing the config settings for Metro I've set this in the profile of 3D Fix Manager:

r_res_hor _resX_
r_res_vert _resY_
r_fullscreen on
r_api 2
r_game_mblur_scale 0.
r_blur_level 0
r_af_level 1
r_base_fov 80
r_dbg_stereo_auto_separation 0

For finding the file I just have to add this to the profile: Saved Games\metro exodus\_placeholder_\user.cfg. The placeholder tells 3DFM to look in all directories one level below for a file called "user.cfg". The first directory found which contains that file is valid. The user folder is automatically detected via a C# function provided by Microsoft.

I've added such config file automations for around 300 games so far in 3DFM. It's a pity that your approach hasn't been done back in 2012 (just with a cmd file without a GUI like in 3DFM - that would have been sufficient to make things a lot more user friendly!)

Thx for the fix Losti.

ASUS ROG Strix GeForce GTX 1080 | Core I7-7700K | 16GB RAM | Win10 Pro x64
Asus ROG Swift PG278Q 3D Vision Monitor
Optoma UHD 40 3D Vision Projector
Paypal donations for 3D Fix Manager: duselpaul86@gmx.de

Posted 04/05/2019 02:52 PM   
[quote="Pauldusler"][quote="Losti"][quote="Psykitt67"]Hi Losti, it is working now but I had to change the directory because mine is 3a6bdd43b2474d64afc359f0faa6885d This is one of the games I was waiting for - will donate this weekend - thanks Losti ![/quote] Oh....thougth all the save folders are equal? hm..... hence i need so change things in the script for make it universal....why do you have another number there? What version do you have? is there any other than steam?[/quote] So far all metro games had generated config folders. Not sure under which circumstances the generated directory name differs. Concerning Metro Exodus I thought it was Epic store exclusive? Btw just tested the script and it's working now. Your approach of editing the config files automatically to make your 3D fix work perfectly is great and something that should have been already done back in the beginning of 2012 or so when the first 3D fixes were released. That would have been much more user friendly instead of writing in the helix blog: "you have to do this and this and this to make the fix work..". I've done exactly the same approach like you in 3D Fix Manager. The only difference is that I don't need to write code any more for defining changes for the config file. For example for changing the config settings for Metro I've set this in the profile of 3D Fix Manager: r_res_hor _resX_ r_res_vert _resY_ r_fullscreen on r_api 2 r_game_mblur_scale 0. r_blur_level 0 r_af_level 1 r_base_fov 80 r_dbg_stereo_auto_separation 0 For finding the file I just have to add this to the profile: Saved Games\metro exodus\_placeholder_\user.cfg. The placeholder tells 3DFM to look in all directories one level below for a file called "user.cfg". The first directory found which contains that file is valid. The user folder is automatically detected via a C# function provided by Microsoft. I've added such config file automations for around 300 games so far in 3DFM. It's a pity that your approach hasn't been done back in 2012 (just with a cmd file without a GUI like in 3DFM - that would have been sufficient to make things a lot more user friendly!) Thx for the fix Losti.[/quote] Strange, all over google you can fiond the save folder 292733975847239680 ... but annyway.. MAKE SURE the users config is taken and the old values will beremoved, otherwhide he will have growing file with doulbe values. Yes thats what i currently inplement in the batch script but a little bit more error matching. Means what if there will be 2 save folders? e.g. install new game or OS? I will let the user change if there are 2 folders :-) r_res_hor _resX_ r_res_vert _resY_ r_fullscreen on r_api 2 r_game_mblur_scale 0. r_blur_level 0 r_af_level 1 r_base_fov 80 r_dbg_stereo_auto_separation 0 why all this things? we just need: r_api 2 r_game_mblur_scale 0. r_blur_level 0 r_base_fov 80 r_dbg_stereo_auto_separation 0 If the game can be started with 3DFM i will add this hint to the blog. But why you give the user the r_af_level 1 and resolution? 3DFM will not set the choosen graphic preset as default for setting the right correction formula without dooing anything by the user ^^
Pauldusler said:
Losti said:
Psykitt67 said:Hi Losti,
it is working now but I had to change the directory because mine is 3a6bdd43b2474d64afc359f0faa6885d

This is one of the games I was waiting for - will donate this weekend - thanks Losti !


Oh....thougth all the save folders are equal? hm..... hence i need so change things in the script for make it universal....why do you have another number there? What version do you have? is there any other than steam?


So far all metro games had generated config folders. Not sure under which circumstances the generated directory name differs.

Concerning Metro Exodus I thought it was Epic store exclusive?

Btw just tested the script and it's working now. Your approach of editing the config files automatically to make your 3D fix work perfectly is great and something that should have been already done back in the beginning of 2012 or so when the first 3D fixes were released. That would have been much more user friendly instead of writing in the helix blog: "you have to do this and this and this to make the fix work..". I've done exactly the same approach like you in 3D Fix Manager. The only difference is that I don't need to write code any more for defining changes for the config file.

For example for changing the config settings for Metro I've set this in the profile of 3D Fix Manager:

r_res_hor _resX_
r_res_vert _resY_
r_fullscreen on
r_api 2
r_game_mblur_scale 0.
r_blur_level 0
r_af_level 1
r_base_fov 80
r_dbg_stereo_auto_separation 0

For finding the file I just have to add this to the profile: Saved Games\metro exodus\_placeholder_\user.cfg. The placeholder tells 3DFM to look in all directories one level below for a file called "user.cfg". The first directory found which contains that file is valid. The user folder is automatically detected via a C# function provided by Microsoft.

I've added such config file automations for around 300 games so far in 3DFM. It's a pity that your approach hasn't been done back in 2012 (just with a cmd file without a GUI like in 3DFM - that would have been sufficient to make things a lot more user friendly!)

Thx for the fix Losti.


Strange, all over google you can fiond the save folder 292733975847239680 ... but annyway..

MAKE SURE the users config is taken and the old values will beremoved, otherwhide he will have growing file with doulbe values.

Yes thats what i currently inplement in the batch script but a little bit more error matching. Means what if there will be 2 save folders? e.g. install new game or OS? I will let the user change if there are 2 folders :-)

r_res_hor _resX_
r_res_vert _resY_
r_fullscreen on
r_api 2
r_game_mblur_scale 0.
r_blur_level 0
r_af_level 1
r_base_fov 80
r_dbg_stereo_auto_separation 0

why all this things? we just need:

r_api 2
r_game_mblur_scale 0.
r_blur_level 0
r_base_fov 80
r_dbg_stereo_auto_separation 0

If the game can be started with 3DFM i will add this hint to the blog. But why you give the user the r_af_level 1 and resolution?

3DFM will not set the choosen graphic preset as default for setting the right correction formula without dooing anything by the user ^^

Like my work? Donations can be made via PayPal to: rauti@inetmx.de

Posted 04/05/2019 03:34 PM   
When the user reinstalls Windows all old folders are gone. So the problem with 2 different folders is also gone :). I guess when reinstalling the game the folder name is identical. At least it always was for me in older Metro games. So there must be other dependencies. 3DFM directly replaces those entries in the config file without removing first. It first reads the whole file and then replaces data in it. r_res_hor _resX_ and r_res_vert _resY_ are for changing the resolution to the one defined in 3DFM. This can be either configured on a global basis or on a per game basis. In other words you can tell 3DFM to start the game in 720p on a projector, 1440 on a monitor and 4k on a LG OLED 3D TV and also override settings on a per game basis. So you always have the correct resolution you want on the different display devices you use + games. The term _resX_ and _resY_ are replaced with what is defined in the 3DFM profiles. r_fullscreen on is needed for exlusive fullscreen mode. But I agree that's rather unnecessary because the game menu doesn't allow to switch to windowed mode. But maybe one or the other advanced user played a bit with the config file to be able to use windowed mode... you never know. r_fullscreen off would do that trick. r_af_level 1 enables AF. I maximize AF setting for all automatic configs in 3DFM. Why? Because Anisotropic Filtering does not cost any FPS. At least I never saw any FPS cost when I changed AF from 1x to 16x. So this should be always be on or be 16x no matter what. It's a stupid idea of game developers to let users lower that setting.
When the user reinstalls Windows all old folders are gone. So the problem with 2 different folders is also gone :). I guess when reinstalling the game the folder name is identical. At least it always was for me in older Metro games. So there must be other dependencies.

3DFM directly replaces those entries in the config file without removing first. It first reads the whole file and then replaces data in it.

r_res_hor _resX_ and r_res_vert _resY_ are for changing the resolution to the one defined in 3DFM. This can be either configured on a global basis or on a per game basis. In other words you can tell 3DFM to start the game in 720p on a projector, 1440 on a monitor and 4k on a LG OLED 3D TV and also override settings on a per game basis. So you always have the correct resolution you want on the different display devices you use + games. The term _resX_ and _resY_ are replaced with what is defined in the 3DFM profiles.

r_fullscreen on is needed for exlusive fullscreen mode. But I agree that's rather unnecessary because the game menu doesn't allow to switch to windowed mode. But maybe one or the other advanced user played a bit with the config file to be able to use windowed mode... you never know. r_fullscreen off would do that trick.

r_af_level 1 enables AF. I maximize AF setting for all automatic configs in 3DFM. Why? Because Anisotropic Filtering does not cost any FPS. At least I never saw any FPS cost when I changed AF from 1x to 16x. So this should be always be on or be 16x no matter what. It's a stupid idea of game developers to let users lower that setting.

ASUS ROG Strix GeForce GTX 1080 | Core I7-7700K | 16GB RAM | Win10 Pro x64
Asus ROG Swift PG278Q 3D Vision Monitor
Optoma UHD 40 3D Vision Projector
Paypal donations for 3D Fix Manager: duselpaul86@gmx.de

Posted 04/05/2019 04:23 PM   
OK nice one thank you for explaination. I will add this to the next release. I now will check the remaining AO shadow problem in the game. I THINK there is a nother value to fix for it int he ligth shader. because its screen depth like the rest of the shadow was befor the fix. Than ill release the new version. My script is updated now and working for different save folders and let the user choose the one if more than one is present.....just for the case it will happen ^^ I like automation ^^ and no hands on from the users and i like batch, its realy powerfull....OK a true programming language will beat it but i can only programm in batch ^^ And i want to make the game working even without 3DFM, and even if this is for my own ^^ because i dont use 3DFM....nothing against you, but i like to know whats happen ^^ as you know .-) 3DFM is realy great!!! cheers!!! [code] :nosavefolder cls echo ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo echo oo oo echo oo Metro: Exodus - 3D-Vision-Ready-Fix V.%PATCHVERSION% by Losti oo echo oo oo echo ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo echo. echo. echo ERROR: Standard Savegamefolder not found ... echo. echo Searching for alternative savegame folder... timeout 1 >nul for /f "delims=" %%k IN ('dir "*" /b /AD') do echo %%k>>%tempfile11% set filegroesse=0 for %%F in (%tempfile11%) do set filegroesse=%%~zF if %filegroesse% GTR 39 goto TwoSaveFoldersFound else goto ALTERNATIVESAVEFOUNDOK :ALTERNATIVESAVEFOUNDOK cls echo ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo echo oo oo echo oo Metro: Exodus - 3D-Vision-Ready-Fix V.%PATCHVERSION% by Losti oo echo oo oo echo ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo echo. echo. echo Alternative Savegamefolder found ... continue fix preparation .... timeout 1 >nul del %tempfile11% 2>nul for /f "delims=" %%k IN ('dir "*" /b /AD') do ( set SAVEFOLDER=%%k cd %%k) goto ALTERNATIVEFOUND exit :TwoSaveFoldersFound cls echo ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo echo oo oo echo oo Metro: Exodus - 3D-Vision-Ready-Fix V.%PATCHVERSION% by Losti oo echo oo oo echo ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo echo. echo. echo More than one Savegamefolder found ... echo collecting existing folders... echo. echo. timeout 0 >nul for /f "delims=" %%k IN (%tempfile11%) do (findstr /n "%%k" %tempfile11%) for /f "delims=" %%k IN (%tempfile11%) do (findstr /n "%%k" %tempfile11%>>%tempfile12%) set CHOOSEPRODUKT=0 echo. echo. echo. echo Please choose your save game folder of the current game installation. echo (x + ENTER = EXIT) echo. set /P CHOOSEPRODUKT=: if "%CHOOSEPRODUKT%"=="x" (del %tempfile11% 2>nul exit) for /f "delims=" %%i in ('findstr /L "%CHOOSEPRODUKT%:" %tempfile12%') do (echo %%i>>%tempfile13%) 2>nul for /f "tokens=* delims=%CHOOSEPRODUKT%:" %%i in (%tempfile13%) do ( set SAVEFOLDER=%%i cd %%i) goto ALTERNATIVEFOUND [/code]
OK nice one thank you for explaination. I will add this to the next release. I now will check the remaining AO shadow problem in the game. I THINK there is a nother value to fix for it int he ligth shader. because its screen depth like the rest of the shadow was befor the fix.

Than ill release the new version.

My script is updated now and working for different save folders and let the user choose the one if more than one is present.....just for the case it will happen ^^

I like automation ^^ and no hands on from the users and i like batch, its realy powerfull....OK a true programming language will beat it but i can only programm in batch ^^

And i want to make the game working even without 3DFM, and even if this is for my own ^^ because i dont use 3DFM....nothing against you, but i like to know whats happen ^^ as you know .-) 3DFM is realy great!!!

cheers!!!

:nosavefolder
cls
echo ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo
echo oo oo
echo oo Metro: Exodus - 3D-Vision-Ready-Fix V.%PATCHVERSION% by Losti oo
echo oo oo
echo ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo
echo.
echo.
echo ERROR: Standard Savegamefolder not found ...
echo.
echo Searching for alternative savegame folder...
timeout 1 >nul
for /f "delims=" %%k IN ('dir "*" /b /AD') do echo %%k>>%tempfile11%
set filegroesse=0
for %%F in (%tempfile11%) do set filegroesse=%%~zF
if %filegroesse% GTR 39 goto TwoSaveFoldersFound else goto ALTERNATIVESAVEFOUNDOK
:ALTERNATIVESAVEFOUNDOK
cls
echo ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo
echo oo oo
echo oo Metro: Exodus - 3D-Vision-Ready-Fix V.%PATCHVERSION% by Losti oo
echo oo oo
echo ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo
echo.
echo.
echo Alternative Savegamefolder found ... continue fix preparation ....
timeout 1 >nul
del %tempfile11% 2>nul
for /f "delims=" %%k IN ('dir "*" /b /AD') do (
set SAVEFOLDER=%%k
cd %%k)
goto ALTERNATIVEFOUND
exit
:TwoSaveFoldersFound
cls
echo ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo
echo oo oo
echo oo Metro: Exodus - 3D-Vision-Ready-Fix V.%PATCHVERSION% by Losti oo
echo oo oo
echo ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo
echo.
echo.
echo More than one Savegamefolder found ...
echo collecting existing folders...
echo.
echo.
timeout 0 >nul
for /f "delims=" %%k IN (%tempfile11%) do (findstr /n "%%k" %tempfile11%)
for /f "delims=" %%k IN (%tempfile11%) do (findstr /n "%%k" %tempfile11%>>%tempfile12%)
set CHOOSEPRODUKT=0
echo.
echo.
echo.
echo Please choose your save game folder of the current game installation.
echo (x + ENTER = EXIT)
echo.
set /P CHOOSEPRODUKT=:
if "%CHOOSEPRODUKT%"=="x" (del %tempfile11% 2>nul
exit)
for /f "delims=" %%i in ('findstr /L "%CHOOSEPRODUKT%:" %tempfile12%') do (echo %%i>>%tempfile13%) 2>nul
for /f "tokens=* delims=%CHOOSEPRODUKT%:" %%i in (%tempfile13%) do (
set SAVEFOLDER=%%i
cd %%i)
goto ALTERNATIVEFOUND

Like my work? Donations can be made via PayPal to: rauti@inetmx.de

Posted 04/05/2019 04:55 PM   
Can you contact me in steam?? Id like to ask you about the possebility 3DFM will make auto choose the correction formual depending on the users graphic preset. //fucking fixed the wrong AO shadows ^^ -- WOOHHHOOAHH Fix Version 1.30 (AO unfixed) [url=https://ibb.co/hmR9wN5][img]https://i.ibb.co/YL7QwS9/Metro-Exodus005-050.jpg[/img][/url] Fix Version 1.40 (AO fixed) (not released) [url=https://ibb.co/vDp31Wh][img]https://i.ibb.co/mSk9JK0/Metro-Exodus006-050.jpg[/img][/url] Sorey for so many updates after the release but i do not have epected that i can manage the remaining issues!!!
Can you contact me in steam?? Id like to ask you about the possebility 3DFM will make auto choose the correction formual depending on the users graphic preset.

//fucking fixed the wrong AO shadows ^^ -- WOOHHHOOAHH

Fix Version 1.30 (AO unfixed)
Image

Fix Version 1.40 (AO fixed) (not released)
Image


Sorey for so many updates after the release but i do not have epected that i can manage the remaining issues!!!

Like my work? Donations can be made via PayPal to: rauti@inetmx.de

Posted 04/05/2019 05:02 PM   
I have a weird problem in 3d where the picture is zoomed in and stretched vertically. Anyone else have this problem? Thanks for all the hard work Losti! This game is so atmospheric and I love the smaller open world design, Quality over quantity!
I have a weird problem in 3d where the picture is zoomed in and stretched vertically. Anyone else have this problem?

Thanks for all the hard work Losti! This game is so atmospheric and I love the smaller open world design, Quality over quantity!

Posted 04/05/2019 06:33 PM   
[quote="conan48"]I have a weird problem in 3d where the picture is zoomed in and stretched vertically. Anyone else have this problem? Thanks for all the hard work Losti! This game is so atmospheric and I love the smaller open world design, Quality over quantity![/quote] Your problem sounds not like a fault in the fix itselve. I suggest to use DDU to uninstall your driver and make a clean installartion of the newest driver afterwards. Ifyou report issues, we need some more information about your setup! Are u using the 3D-Fix-Manager to start? If yes, try start the game using the way described. Please report back, give us some more information of your system and circumstances starting the game.
conan48 said:I have a weird problem in 3d where the picture is zoomed in and stretched vertically. Anyone else have this problem?

Thanks for all the hard work Losti! This game is so atmospheric and I love the smaller open world design, Quality over quantity!


Your problem sounds not like a fault in the fix itselve. I suggest to use DDU to uninstall your driver and make a clean installartion of the newest driver afterwards. Ifyou report issues, we need some more information about your setup!

Are u using the 3D-Fix-Manager to start? If yes, try start the game using the way described. Please report back, give us some more information of your system and circumstances starting the game.

Like my work? Donations can be made via PayPal to: rauti@inetmx.de

Posted 04/05/2019 06:54 PM   
New Update @ the blog: Latest Update: V1.40 - 05.04.2019 - fixes remaining shadow/AO shadow issues - fixes problems with the 0MetroExodus_3DVision.exe script for users having a "SPACE" character in the windows user name, also fixed: havining another savegame folder than standard
New Update @ the blog:

Latest Update: V1.40 - 05.04.2019

- fixes remaining shadow/AO shadow issues
- fixes problems with the 0MetroExodus_3DVision.exe script for users having a "SPACE" character in the windows user name, also fixed: havining another savegame folder than standard

Like my work? Donations can be made via PayPal to: rauti@inetmx.de

Posted 04/05/2019 07:57 PM   
Grazie Losti sempre più bello Usando anche ReShade diventa spettacolare Thanks Losti always more beautiful Also using ReShade becomes spectacular
Grazie Losti sempre più bello
Usando anche ReShade diventa spettacolare
Thanks Losti always more beautiful
Also using ReShade becomes spectacular

Posted 04/06/2019 04:59 AM   
Losti, I noticed that the fix changes FOV to 80 from the default 60 which causes the sides of the screen to stretch and thing like blood effects only fill the center of the screen. I switched from my 4K TV to 3D vision monitor and I still notice the gun for example is always very "narrow" no matter the convergence setting, and Can't line up any of the sights in the game for a shot. I did a full uninstall of drivers and reinstalled. thanks
Losti, I noticed that the fix changes FOV to 80 from the default 60 which causes the sides of the screen to stretch and thing like blood effects only fill the center of the screen.

I switched from my 4K TV to 3D vision monitor and I still notice the gun for example is always very "narrow" no matter the convergence setting, and Can't line up any of the sights in the game for a shot. I did a full uninstall of drivers and reinstalled.

thanks

Posted 04/06/2019 05:02 PM   
[quote="conan48"]Losti, I noticed that the fix changes FOV to 80 from the default 60 which causes the sides of the screen to stretch and thing like blood effects only fill the center of the screen. I switched from my 4K TV to 3D vision monitor and I still notice the gun for example is always very "narrow" no matter the convergence setting, and Can't line up any of the sights in the game for a shot. I did a full uninstall of drivers and reinstalled. thanks[/quote] ill make a fix for different FOVs (selectable via the starting script) ONLY FOR YOU ^^ .... tomorrow ^^ I hate dissatisfaction :-)
conan48 said:Losti, I noticed that the fix changes FOV to 80 from the default 60 which causes the sides of the screen to stretch and thing like blood effects only fill the center of the screen.

I switched from my 4K TV to 3D vision monitor and I still notice the gun for example is always very "narrow" no matter the convergence setting, and Can't line up any of the sights in the game for a shot. I did a full uninstall of drivers and reinstalled.

thanks


ill make a fix for different FOVs (selectable via the starting script) ONLY FOR YOU ^^ .... tomorrow ^^

I hate dissatisfaction :-)

Like my work? Donations can be made via PayPal to: rauti@inetmx.de

Posted 04/06/2019 06:48 PM   
  15 / 23    
Scroll To Top