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 05 Oct 2024, 18:40

All times are UTC [ DST ]




Post new topic Reply to topic  [ 203 posts ]  Go to page Previous  1 ... 14, 15, 16, 17, 18, 19, 20, 21  Next
Author Message
 Post subject: Re: Prototype
PostPosted: 12 Mar 2010, 03:29 
Offline
Editors
Editors
User avatar

Joined: 06 Nov 2008, 01:08
Posts: 1898
Thanks man! Appreciate it :)


PM sent, dont forget to backup the original file, any problems let me know.


Top
 Profile  
 


 Post subject: Re:
PostPosted: 16 Mar 2010, 20:49 
Offline

Joined: 02 Mar 2010, 18:11
Posts: 12
I just did a res hack for 5760x1080 for a friend, waiting for him to tell me if it worked. I should try 5760x1200 on my computer and see how it runs and looks.

Is FOV automatic or do we need hack/edit that also?


can you please tell me what to replace to get 5760x1200?

I replaced 8002 with 6801 and E001 with 3804.

I know that in HEX 5760 is 1680 but for some reason prototype uses some kind of inverter.....

someone please help tried 5h getting this game to work...........


Top
 Profile  
 
 Post subject: Re: Re:
PostPosted: 16 Mar 2010, 21:05 
Offline
Editors
Editors
User avatar

Joined: 06 Nov 2008, 01:08
Posts: 1898
can you please tell me what to replace to get 5760x1200?



5760 x 1200 = 6801 and B004 . :wink:


Top
 Profile  
 
 Post subject: Re: Prototype
PostPosted: 16 Mar 2010, 21:14 
Offline
Editors
Editors
User avatar

Joined: 06 Mar 2008, 17:20
Posts: 3424
Hex edits can be done with little knowledge but some attention is required... Take the time to read the solution carefully ;)

The "inverter" is Little Endian, you have to move two digits at a time.
For 5760x1200:
Width: 5760 (dec) is 1680 (hex) which must be written 80 16 in the file.
Height: 1200 (dec) is 04B0 (hex) which must be written B0 04 in the file.

So the part that by default reads:
80 02 00 00 e0 01 00 00

Should now read:
80 16 00 00 b0 04 00 00


Top
 Profile  
 
 Post subject: Re: Prototype
PostPosted: 16 Mar 2010, 21:37 
Offline
Editors
Editors
User avatar

Joined: 06 Nov 2008, 01:08
Posts: 1898
For 5760x1200:
Width: 5760 (dec) is 1680 (hex) which must be written 80 16 in the file.
Height: 1200 (dec) is 04B0 (hex) which must be written B0 04 in the file.

So the part that by default reads:
80 02 00 00 e0 01 00 00

Should now read:
80 16 00 00 b0 04 00 00


Mmm no, i think its :

For 5760x1200:
Width: 5760 (dec) is 1680 (hex) which must be written 6801 in the file.
Height: 1200 (dec) is 04B0 (hex) which must be written B004 in the file.

So the part that by default reads:
80 02 00 00 e0 01 00 00

Should now read:
68 01 00 00 b0 04 00 00


Top
 Profile  
 
 Post subject: Re: Prototype
PostPosted: 17 Mar 2010, 21:38 
Offline
Editors
Editors
User avatar

Joined: 06 Mar 2008, 17:20
Posts: 3424
68 01 would be the formatted value of 0168 (hex) which is... 360 (dec).


Top
 Profile  
 
 Post subject: Re: Prototype
PostPosted: 17 Mar 2010, 21:41 
Offline
Editors
Editors
User avatar

Joined: 06 Nov 2008, 01:08
Posts: 1898
68 01 would be the formatted value of 0168 (hex) which is... 360 (dec).


This game uses the format i posted, im sure about it.
Check my dll for 5040x1050 :



According to your theory, it should be b0 13 00 00 00 1a 04 . :wink:


Top
 Profile  
 
 Post subject: Re: Prototype
PostPosted: 17 Mar 2010, 23:22 
Offline
Editors
Editors
User avatar

Joined: 06 Mar 2008, 17:20
Posts: 3424
Hey, you must be right. I'll just STFU and take care of Red Faction Guerrilla :lol:


Top
 Profile  
 
 Post subject: Re: Prototype
PostPosted: 18 Mar 2010, 00:23 
Offline
Editors
Editors
User avatar

Joined: 06 Nov 2008, 01:08
Posts: 1898
Hey, you must be right. I'll just STFU and take care of Red Faction Guerrilla :lol:


lol cool :rockout


Top
 Profile  
 
 Post subject: Re: Prototype
PostPosted: 18 Mar 2010, 00:36 
Offline

Joined: 07 Jul 2007, 23:55
Posts: 2866
Tanuki wrote:
Just to confirm. Values are being formatted as this?

5040 - B0 13
4320 - E0 10






Yes, thats it, i dont know the resolution "limit" though.


Post subject: Re: Prototype

scavvenjahh wrote:
68 01 would be the formatted value of 0168 (hex) which is... 360 (dec).


This game uses the format i posted, im sure about it.
Check my dll for 5040x1050 :



According to your theory, it should be b0 13 00 00 00 1a 04 .


So what is 5040?

B0 13 or 3B 01?


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 203 posts ]  Go to page Previous  1 ... 14, 15, 16, 17, 18, 19, 20, 21  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: DotNetDotCom.org [Bot] and 9 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