Jump to content
    1. Welcome to GTAForums!

    1. GTANet.com

    1. GTA Online

      1. Los Santos Drug Wars
      2. Updates
      3. Find Lobbies & Players
      4. Guides & Strategies
      5. Vehicles
      6. Content Creator
      7. Help & Support
    2. Red Dead Online

      1. Blood Money
      2. Frontier Pursuits
      3. Find Lobbies & Outlaws
      4. Help & Support
    3. Crews

    1. Grand Theft Auto Series

      1. Bugs*
      2. St. Andrews Cathedral
    2. GTA VI

    3. GTA V

      1. Guides & Strategies
      2. Help & Support
    4. GTA IV

      1. The Lost and Damned
      2. The Ballad of Gay Tony
      3. Guides & Strategies
      4. Help & Support
    5. GTA San Andreas

      1. Classic GTA SA
      2. Guides & Strategies
      3. Help & Support
    6. GTA Vice City

      1. Classic GTA VC
      2. Guides & Strategies
      3. Help & Support
    7. GTA III

      1. Classic GTA III
      2. Guides & Strategies
      3. Help & Support
    8. Portable Games

      1. GTA Chinatown Wars
      2. GTA Vice City Stories
      3. GTA Liberty City Stories
    9. Top-Down Games

      1. GTA Advance
      2. GTA 2
      3. GTA
    1. Red Dead Redemption 2

      1. PC
      2. Help & Support
    2. Red Dead Redemption

    1. GTA Mods

      1. GTA V
      2. GTA IV
      3. GTA III, VC & SA
      4. Tutorials
    2. Red Dead Mods

      1. Documentation
    3. Mod Showroom

      1. Scripts & Plugins
      2. Maps
      3. Total Conversions
      4. Vehicles
      5. Textures
      6. Characters
      7. Tools
      8. Other
      9. Workshop
    4. Featured Mods

      1. Design Your Own Mission
      2. OpenIV
      3. GTA: Underground
      4. GTA: Liberty City
      5. GTA: State of Liberty
    1. Rockstar Games

    2. Rockstar Collectors

    1. Off-Topic

      1. General Chat
      2. Gaming
      3. Technology
      4. Movies & TV
      5. Music
      6. Sports
      7. Vehicles
    2. Expression

      1. Graphics / Visual Arts
      2. GFX Requests & Tutorials
      3. Writers' Discussion
      4. Debates & Discussion
    1. Announcements

    2. Forum Support

    3. Suggestions

[GTA|NFS|MP|OTHER] Widescreen Fixes Pack


ThirteenAG
 Share

Recommended Posts

The image is still needs to be stretched vertically a bit to completely match x360 version, I'll adjust that later.

I'm getting an incredible amount of lag now. Usually it's when I have the shadow resolution set too high, but I've already lowered it in the config. Strange.

 

value for mirror is stored here 00982B3C

but this value is constantly updated here

 

so we mast first of all set here 006CFBC5 value E8531375

 

then somehow we must change value for mirror, on 2 when we are in race and on 1 when game is paused

Thanks, I actually got it working for all camera views. Haven't had time to fully test it, but it should work flawlessly.

 

 

Rearview Mirror For All Camera Views006CFB72: jmp 006CFB74006CFBC5: jmp 006CFBC700595DDA: cmp eax,0400595DDF: cmp eax,04
Edited by Aero_
  • Like 2
Link to comment
Share on other sites

I'm getting an incredible amount of lag now. Usually it's when I have the shadow resolution set too high, but I've already lowered it in the config. Strange.

Just did a quick race sprint, steady 58-60 fps for me.
Link to comment
Share on other sites

@Aero_ Stutter is inherent to the game and it is kind of random. The 360 version has it as well. It happens at brief enough intervals that Fraps doesn't pick up on it.

The Audiophile Thread

 

XB271HU | TESORO Gram XS | Xtrfy MZ1 | Xbox Elite v2 | Hifiman Sundara | Fiio K9 Pro

i7 4790K 4.4 GHz | GTX 1080 Ti | 32 GB Crucial DDR3 | ADATA 256GB | Samsung 860 PRO 2TB

Xbox | Xbox 360 | Xbox Series X | PS2 | PS3 | Google Pixel 6 Pro

Link to comment
Share on other sites

Thanks, I actually got it working for all camera views. Haven't had time to fully test it, but it should work flawlessly.

 

Rearview Mirror For All Camera Views006CFB72: jmp 006CFB74006CFBC5: jmp 006CFBC700595DDA: cmp eax,0400595DDF: cmp eax,04

 

Oh, yeah! Thank you for this, the FoV fix (Thanks to Dyons, too for that) and Tunnel lighting fix!

 

But, there's something. Like this, RVM won't appear with unused (can be enabled via mods or something) camera modes. I've a fix for that.

 

 

//Enable RVM For All Camera Modes (Addition to Aero_'s fix)// Close0x595DDC (Character / Byte)Default Value: 02New Value:     07// Far0x595DE1 (Character / Byte)Default Value: 03New Value:     07// Super Far (Unused, can be unlocked with mods)0x595DE6 (Character / Byte)Default Value: 04New Value:     07// Drift (Unused, can be unlocked with mods)0x595DEB (Character / Byte)Default Value: 05New Value:     07// Pursuit (P key)0x595DF0 (Character / Byte)Default Value: 06New Value:     07
Edit: Why do you jump to the next command instead of nop'ing the jump? Edited by dark1337
Link to comment
Share on other sites

Never knew MW (or Carbon?) had unused camera modes. How can I enable them? Or maybe they can be included in WS fix?

Link to comment
Share on other sites

Just did a quick race sprint, steady 58-60 fps for me.

@Aero_ Stutter is inherent to the game and it is kind of random. The 360 version has it as well. It happens at brief enough intervals that Fraps doesn't pick up on it.

If no one else is experiencing it then it might just be on my end then. I don't exactly have a gaming rig at the moment, but it's usually powerful enough to run these older games at 50-60 fps. I get general slowdown in menus now, so I don't think it's the common stuttering problem.

 

EDIT: Problem only appears on Most Wanted with widescreen fix.

 

 

Oh, yeah! Thank you for this, the FoV fix (Thanks to Dyons, too for that) and Tunnel lighting fix!

 

But, there's something. Like this, RVM won't appear with unused (can be enabled via mods or something) camera modes. I've a fix for that.

It works for the default camera views as intended, but you can easily adjust it to work with the hidden camera views too. Sorry if "All Camera Views" was misleading.

 

But yes, 00 - 03 are the default camera views, while 04 - 06 are the hidden camera views.

 

 

Edit: Why do you jump to the next command instead of nop'ing the jump?

I don't like nop'ing things unless necessary + I'm still learning. If it's more efficient to nop it then I'll do that next time. Edited by Aero_
Link to comment
Share on other sites

EDIT: Problem only appears on Most Wanted with widescreen fix.

I'm gonna publish the latest versions here, let's see if anyone else have this problem.

 

NFSCarbon.WidescreenFix.zip

NFSMostWanted.WidescreenFix.zip

NFSUnderground.WidescreenFix.zip

NFSUnderground2.WidescreenFix.zip

 

PS3 comparison:

 

 

U1kIJ2H.png hqbqa09.png

 

UNr4f1M.png JYTVSvH.png

 

JfkIQtq.png NLP8fwt.png

 

plQu2WO.png xVM46uE.png

 

 

Edited by ThirteenAG
Link to comment
Share on other sites

The severe slowdown might have had something to do with Windows 10, or perhaps my drivers. I'm on Windows 7 now and everything is good.

Link to comment
Share on other sites

What .exe are you using for your SRS fix? The Steam version is incompatible with it.

 

@Aero_ Were you using a compatibility mode before for MW? If I use that it causes a lot of lag for some reason. The game runs fine without any compatibility options though I can't get rid off that micro-stutter completely.

 

Edit: The new version of the Underground 2 fix is bugged or something. It causes a lot of stuttering (when game runs on one CPU, like it is supposed to in order to avoid crashing). The version on your site doesn't do that.

 

Edit 2: Never mind that. I think I accidentally extracted two of your fixes in the same folder, so I had two fixes\scripts in the UG2 folder for two different games and that was apparently making the game go nuts.

Edited by Kristian.

The Audiophile Thread

 

XB271HU | TESORO Gram XS | Xtrfy MZ1 | Xbox Elite v2 | Hifiman Sundara | Fiio K9 Pro

i7 4790K 4.4 GHz | GTX 1080 Ti | 32 GB Crucial DDR3 | ADATA 256GB | Samsung 860 PRO 2TB

Xbox | Xbox 360 | Xbox Series X | PS2 | PS3 | Google Pixel 6 Pro

Link to comment
Share on other sites

GTA SA. Some sort of regression or something. Text boxes now obey the invisible borders.

Old

 

ZUdiOne.png

 

New

 

UPYeMZd.jpg

 

Edited by Blackbird88
Link to comment
Share on other sites

Updated Flatout fix is so good, I even uploaded it to github directly. Still would be good if someone could test it.

http://thirteenag.github.io/wfp#flatout

- lots of improvements, proper support of any resolution except 5:4. For real this time.

ZmNKt09.png

- Menu is properly scaled and centered. Loading screen isn't though.

- Should work with any exe, once again, for real this time. There were reports that it doesn't work with GOG version, it does now, tested myself.

There are maybe some places where gui or text is left aligned, so if you found one of those, let me know.

Edited by ThirteenAG
Link to comment
Share on other sites

Igor Bogdanoff

QIIsbsL.png

After a long day, I think it's finally working.

Win7ception running MP2 with WS Fix?
Link to comment
Share on other sites

Weird shadows in Max Payne 2: The Fall Of Max Payne. I use the widescreen fix with default settings. I run Windows 7 and Nvidia Driver 361.91.

 

 

 

WjdPhe1.jpg

 

BMt17dY.jpg

 

InWblDX.jpg

 

 

Edited by Postwar
Link to comment
Share on other sites

Weird shadows in Max Payne 2: The Fall Of Max Payne. I use the widescreen fix with default settings. I run Windows 7 and Nvidia Driver 361.91.

Try the latest test build: https://github.com/ThirteenAG/WidescreenFixesPack/issues/65#issuecomment-182617359 Edited by ThirteenAG
  • Like 3
Link to comment
Share on other sites

loooooool, just noticed a very funny bug with new transparent menu plugin. Look at those peds:

 

 

 

I don't even know maybe there's no need to fix it :lol:

Link to comment
Share on other sites

Okay, fully updated 3/VC fixes, test versions:

GTA3.WidescreenFix.zip

GTAVC.WidescreenFix.zip

 

Please test them, let me know if everything's working alright. Many things changed, like default hud scaling etc.

 

 

 

I don't even know maybe there's no need to fix it :lol:

Will see about that, I don't know either.
Link to comment
Share on other sites

BS_BlackScout

KEK, I have seen that once. A friend once coded a little tool that had a function to pause the game... All the peds did fly around like crazy.

Link to comment
Share on other sites

Those new versions already includes the new transparent menu? Like this:

Or still unreleased?

It's released as a separate plugin. Download link is in rwd3d9 topic or inside dropdown menu on wfp page.
Link to comment
Share on other sites

Igor Bogdanoff

One bug: Menu you get right after legal screen has text without shadows. After loading the game every text shadows if fine

 

And is it bug or feature that the hud got bigger?

Link to comment
Share on other sites

One bug: Menu you get right after legal screen has text without shadows. After loading the game every text shadows if fine

Try these versions, I plan to release them today, maybe it's already gone:

https://www.sendspace.com/file/elc3st

https://www.sendspace.com/file/dpxoad

Couldn't reproduce it on my side. Notice that asi loader is d3d8.dll now with UseD3D8to9=1 option. This is made for easy installation of mods that use rwd3d9.dll.

 

 

And is it bug or feature that the hud got bigger?

Feature, scaling is set to 0.8 by default now, which matches GTA Online scaling approximately. It is also proportional to original hud, since both width and height are multiplied by 0.8, instead of separate values. You can change it in the ini.
  • Like 2
Link to comment
Share on other sites

Igor Bogdanoff

No, still no shadows in landing screen (that is how it is called in GTAV, is it?)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • 1 User Currently Viewing
    0 members, 0 Anonymous, 1 Guest

×
×
  • Create New...

Important Information

By using GTAForums.com, you agree to our Terms of Use and Privacy Policy.