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, 23:12

All times are UTC [ DST ]




Post new topic Reply to topic  [ 44 posts ]  Go to page 1, 2, 3, 4, 5  Next
Author Message
 Post subject: Deus Ex: Invisible War
PostPosted: 27 May 2007, 06:09 
Offline

Joined: 26 May 2007, 19:40
Posts: 2


Widescreen Grade: C
Ultra-Widescreen Grade: C
Multi-monitor Grade: C
4k Grade: Incomplete

Read Full Detailed Report - Deus Ex: Invisible War

The sequel to Deus Ex. As with most sequels, it didn't live up to the original.


4:3


16:10


16:9


21:9


3x1



Last edited by NotCarolKaye on 28 May 2019, 03:58, edited 8 times in total.
Edit


Top
 Profile  
 


PostPosted: 27 May 2007, 06:36 
Offline
Insiders
Insiders

Joined: 07 Nov 2005, 04:16
Posts: 3010
==Method==

Just out of curiosity, is step 2 used to correct the HUD, and step 3 to correct the ingame FOV?


==Cut-scenes==

Can you provide comparison screenshots of the cut-scenes? I'm mostly interested in seeing the stretched intro (if the intro has to do with the game's plot and isn't just a bunch of logos), but if you could get shots for the rendered cut-scenes too, that would be excellent.

==Grading==

Calculated grade: D+

Major unresolved issues: None
Minor unresolved issues: None

Summary of widescreen-related flaws:
Complicated solution

Cranky's coverage estimate: 97.5%


Top
 Profile  
 
PostPosted: 27 May 2007, 06:38 
Offline
Insiders
Insiders

Joined: 07 Nov 2005, 04:16
Posts: 3010
Thanks to NotCarolKaye for the detailed report

Step 1:

Go to; My DocumentsDeus Ex - Invisible War. Open user.ini and find the following (probably close to the bottom) to set your resolution;

FullscreenViewportY=xxx
FullscreenViewportX=xxxx

Step 2:

Go to; ...deus ex invisible warSystem. Open default.ini and find the "FOV__d=" setting.
There's no "correct" setting as such, but for the purpose of screen shots I've used these values;

4:3;
FOV__d=67

16:10;
FOV__d=58

16:9;
FOV__d=53

Smaller values for wider aspect ratios.

Step 3:

In the same folder open the Engine.d2u file with a hex editor. It would be wise to make a backup copy of this before editing anything. I know that's obvious, but safety first.

Search for the hex string "AA 42". Before I go any further, here's what that means (I think);

----------------------------------------
Hexadecimal value | AA | 24 |
----------------------------------------
Decimal value | 170 | 66 |
----------------------------------------
Engine value | fov 85 | float |
----------------------------------------

You should find three instances of this string that represent the following values (I think);

FOVAngle=85.000
DesiredFOV=85.000000
DefaultFOV=85.000000

The three "AA" values will be changed. The "42" part must be left alone.

For 16:10;
change "AA" to "CC"
giving you an FOV of 102

For 15:9;
change "AA" to "D4"
giving you an FOV of 106 (untested, but mathematically, has to be correct)

For 16:9;
change "AA" to "E3"
giving you an FOV of 113.5

I am aware that these aren't the orthodox numerical adjustments, but they are correct. Below is a picture which I'm hoping will be pretty self explanatory.



In the Unreal Engine 2 Runtime (which is what I used to figure this out) the FOV is set to 85 in the source code, but overridden to 90 in the User.ini. So if you want to use a derivative of the more standard FOV 90 setting, make one of these adjustments;

For 4:3;
change "AA" to "B4"
giving you an FOV of 90

For 16:10;
change "AA" to "D8"
giving you an FOV of 108

For 15:9;
change "AA" to "E1"
giving you an FOV of 112.5 (again untested, but...)

For 16:9;
change "AA" to "F0"
giving you an FOV of 120

And another three screen blend;



Top
 Profile  
 
PostPosted: 27 May 2007, 07:37 
Offline
User avatar

Joined: 09 Aug 2006, 14:17
Posts: 1506
I've been praying for an IW solution forever but this is way over my pay grade...


Top
 Profile  
 
PostPosted: 28 May 2007, 08:14 
Offline

Joined: 26 May 2007, 19:40
Posts: 2
Just out of curiosity, is step 2 used to correct the HUD, and step 3 to correct the ingame FOV?


Yes, correct. I seem to have lost perspective and made that decidedly unclear, but I think it's a little easier to understand now. Anyway, thanks for the grade help and general cleanup. I'll add a bit more about the cutscenes shortly, but I'm feeling pretty unambitious right now. Soon.

Pressing forward;

StingingVelvet, you absolutely can do this. I've added a short hex editor guide that I hope will help.


Top
 Profile  
 
PostPosted: 28 May 2007, 12:07 
Offline
Editors
Editors
User avatar

Joined: 27 Jul 2004, 17:42
Posts: 3436
Hey ... great stuff ...
I might see if I can get this going in TripleHead ... :D
What would be the Hex string for the TripleHead FOV of 140 ?

On another note ...
I haven't tried these yet but ... for those that are not aware of it there is a great texture pack here ...
http://www.john-p.com/textures/DX-IW/index.shtml


On the same site ... on the utility page there are a couple of things that may be interest too ...
http://www.john-p.com/textures/DX-IW/utilities.html

1.
Kefren's 'DXTool', version 1.42 ... to tweak stuff ...
Like get a wider HUD and remove various HUD elements ... such as the compass or the frame decorations ...
There are also other graphical and game tweaks such as remove startup movies etc ...

2.
And ... files to enable surround sound.


Top
 Profile  
 
PostPosted: 28 May 2007, 17:43 
Offline
Insiders
Insiders

Joined: 07 Nov 2005, 04:16
Posts: 3010
What would be the Hex string for the TripleHead FOV of 140 ?

You wouldn't be able to store it in a single byte. The decimal value is double the engine value, and the largest number you can store in a byte is 255. Furthermore, it looks like the correct FOV for TH would actually be a lot larger than 140. If this game conformed to the FOV Calc standards, the correct FOV for 16:9 would be 106, but it's actually 120. So it's likely that the correct FOV for TH2Go would be much larger than 141.


Top
 Profile  
 
PostPosted: 28 May 2007, 17:58 
Offline
Editors
Editors
User avatar

Joined: 27 Jul 2004, 17:42
Posts: 3436
OK ... I understand ...
I will however give it a go at the highest value just to see what it looks like.


Top
 Profile  
 
PostPosted: 28 May 2007, 18:11 
Offline
Insiders
Insiders

Joined: 07 Nov 2005, 04:16
Posts: 3010
It's possible, though, that the FOV value might be stored in *two* bytes. In which case 140 would either be 01 18 or 18 01, depending on whether the file uses big endian or little endian.


Top
 Profile  
 
PostPosted: 04 Nov 2007, 14:05 
Offline

Joined: 04 Nov 2007, 13:57
Posts: 1
I have the non-steam version installed (v1.00), and my user.ini file doesn't include any settings for the resolution (link below).

http://brodiepearce.googlepages.com/user.ini

I have tried following the guide and then editing the resolutions in the Default.ini file but it still has no effect. Has anyone else had this issue? (I.e. lack of resolution settings in user.ini).


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 44 posts ]  Go to page 1, 2, 3, 4, 5  Next

All times are UTC [ DST ]


Who is online

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