Sergeanur / GTAIV.EFLC.FusionFix

This project aims to fix or address some issues in Grand Theft Auto IV Complete Edition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build status

GTAIV.EFLC.FusionFix

This projects aims to fix some issues in Grand Theft Auto IV: Complete Edition.

Changelog:

Shader changelog:

  • Fixed Z-Fighting
  • Fixed emissive shader bug, lights are now present in the game (e.g. Rotterdam Tower, Comrades Bar area)
  • Restored stippled transparency/LOD fading from 1.0.5.0 and older versions, and reduced the stippling effect on vegetation and fences
  • Restored volumetric light shafts thanks to Vaani
  • Improved depth of field and fixed resolution scaling
  • Remade bloom shader with proper resolution scaling
  • Removed broken near blur (previously part of Definition off)
  • Fixed distorted car reflections thanks to and increased their intensity to match consoles
  • Included native FXAA
  • Included pre1.0.6.0 shadow filtering (more options to come in future update)
  • Fixed excessively strong vertex AO and static vehicle shadows
  • Fixed water tiling (medium water tiling for very high water while keeping high resolution reflections)
  • Fixed textureless water on AMD graphics cards
  • Increased rain and splash intensity to mostly match consoles
  • Fixed black water droplets on screen and restored rain refractions
  • Fixed disconnected shadows/excessively high depth bias for cascaded shadow maps
  • Fixed improper reflection mipmap dimming which made ambient reflections weaker than they're supposed to be
  • Fixed distorted projection on mirrors
  • Added Tree Translucency option from consoles (TreeFX option in Graphics menu)
  • Added Soft Particles

Credits: AssaultKifle47, Parallellines, robi29, Vaani, RaphaelK12

Installation:

Install Grand Theft Auto IV: Complete Edition (v1.2.0.30 and above required)

Unpack content of the archive to your GTAIV Complete Edition root directory.
Non-Windows users (Proton/Wine) need to perform a DLL override.

This fix was tested only with latest official update and latest ASI Loader (included in the archive).

MAIN section notes:

AimingZoomFix - set to 1 for proper fix, so it behaves like on xbox, set to 2 to have this fixed feature enabled in IV and TLAD, set to -1 to disable this feature. 0 disables the fix, as usual.

FRAMELIMIT section notes:

FpsLimit - enter a desired value to specify the number of frames per second you want for the game. Like 30, 45, 60 or more. This will affect all gameplay.

CutsceneFpsLimit - enter a desired value to specify the number of frames per second you want for the game to use on cutscenes only. Recommended 60 or lower, this option aims to fix the cutscene zoom that happens when playing on high fps.

ScriptCutsceneFovLimit - this is the minimum fov value the game can set during script cutscenes, like this one. It prevents the game to zoom in too much on high fps. Since it's not a proper fix for the issue, you may disable it and use hidden setting ScriptCutsceneFpsLimit that works the same way as CutsceneFpsLimit.

MISC section notes:

DefaultCameraAngleInTLAD - TLAD uses a different camera angle on bikes, this option can force the original IV camera angle. Enabled / Disabled

PedDeathAnimFixFromTBOGT - when you perform a counter attack after a dodge in IV & TLAD, the ped after falling and dying performs an additional death animation, which doesn't happen in TBOGT. Enabled / Disabled

DisableCameraCenteringInCover - see issue 20.

MouseFix - fixes small mouse movements not being recognized.

BudgetedIV section notes:

VehicleBudget - allows to increase the budget of vehicles.

PedBudget - allows to increase the budget of pedestrians.

Reporting more issues

We're making a list of GTA IV issues that weren't addressed in official patches.

If you can think of one, submit it here.

If you've encountered an issue, caused by this fix, report it here.

About

This project aims to fix or address some issues in Grand Theft Auto IV Complete Edition

License:GNU General Public License v3.0


Languages

Language:C++ 73.8%Language:C 25.9%Language:Lua 0.3%Language:Batchfile 0.1%