Skip to content

Commit

Permalink
Pool fixes, tbogt cars fixes, update readme (#99)
Browse files Browse the repository at this point in the history
Fixed crashing pool in Tbogt and Tlad
Fixed Tbogt vehicles overwriting base game one
Added Johnny's line about playing pool
  • Loading branch information
Tomasak authored Jul 20, 2023
1 parent cef4a69 commit ea055d7
Show file tree
Hide file tree
Showing 51 changed files with 26 additions and 5 deletions.
3 changes: 3 additions & 0 deletions buildimg.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
md .\data\update\GTAIV.EFLC.FusionFix\IV
md .\data\update\GTAIV.EFLC.FusionFix\TLAD
md .\data\update\GTAIV.EFLC.FusionFix\TBOGT
cd tools
cd IMGConsole
fastman92ImgConsole32.exe -script "..\..\data\update\GTAIV.EFLC.FusionFix\cdimagemake.ims"
Expand Down
3 changes: 2 additions & 1 deletion data/plugins/GTAIV.EFLC.FusionFix.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ AimingZoomFix = 1
[SHADOWS]
FlickeringShadowsFix = 1 // known issue: disables player's shadow from headlights
ExtraDynamicShadows = 1 // 1: restores some missing shadows | 2: also adds vegetation shadows | 3: forces all shadows to appear
DynamicShadowForTrees = 0
DynamicShadowForTrees = 1
[FRAMELIMIT]
FpsLimitPreset = 0 // used by main menu toggle, do not modify
Expand All @@ -30,3 +30,4 @@ ScreenFilter = 5 // used by main menu toggle, do not m
[BudgetedIV]
VehicleBudget = 0 // may cause issues, set to e.g. 260000000 to increase budget limit
PedBudget = 0 // may cause issues
Binary file not shown.
Binary file not shown.
14 changes: 12 additions & 2 deletions data/update/GTAIV.EFLC.FusionFix/cdimagemake.ims
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,17 @@
-rebuild
-close

-create "TBOGT.FixedVehicles.img" "3" "IMG_VERSION_3_ENCRYPTION_TYPE_NONE"
-importFromDirectory "TBOGT.FixedVehicles"
-create "IV\\GTAIV.FusionFix.img" "3" "IMG_VERSION_3_ENCRYPTION_TYPE_NONE"
-importFromDirectory "GTAIV.FusionFix"
-rebuild
-close

-create "TLAD\\TLAD.FusionFix.img" "3" "IMG_VERSION_3_ENCRYPTION_TYPE_NONE"
-importFromDirectory "TLAD.FusionFix"
-rebuild
-close

-create "TBOGT\\TBOGT.FusionFix.img" "3" "IMG_VERSION_3_ENCRYPTION_TYPE_NONE"
-importFromDirectory "TBOGT.FusionFix"
-rebuild
-close
11 changes: 9 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# GTAIV.EFLC.FusionFix

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

![](https://github.com/ThirteenAG/GTAIV.EFLC.FusionFix/assets/4904157/7e5ece68-6b00-4023-b87d-ed865d3e7997)

Expand All @@ -17,6 +17,8 @@ Changelog:
- [Fixed DLC car lights in TBoGT](https://github.com/GTAmodding/GTAIV-Issues-List/issues/3)
- [Added various frame limiting options to address cutscene zoom and other fps related issues](https://github.com/GTAmodding/GTAIV-Issues-List/issues/1)
- [Fixed aiming zoom in TBoGT](https://github.com/GTAmodding/GTAIV-Issues-List/issues/19)
- [Fixed a bug that only make taxis spawn](https://github.com/ThirteenAG/GTAIV.EFLC.FusionFix/issues/85)
- [Added a modloader that allows to add models and data files without replacing them](https://twitter.com/Ash_735/status/1671992742883328006)
- Added an option to skip intro
- Added an option to skip main menu after startup
- Added an option to force borderless windowed mode
Expand Down Expand Up @@ -46,7 +48,7 @@ Credits: AssaultKifle47, Parallellines, robi29, Vaani, RaphaelK12

## Installation:

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

### **Download**: [GTAIV.EFLC.FusionFix.zip](https://github.com/ThirteenAG/GTAIV.EFLC.FusionFix/releases/latest/download/GTAIV.EFLC.FusionFix.zip)

Expand Down Expand Up @@ -78,6 +80,11 @@ This fix was tested only with latest official update and latest [ASI Loader](htt

**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.
Expand Down

0 comments on commit ea055d7

Please sign in to comment.