Skip to content

Commit

Permalink
Fix various bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dermahn committed Oct 29, 2022
1 parent ab7c591 commit 4fed660
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 32 deletions.
Binary file modified Animations.xlsx
Binary file not shown.
70 changes: 44 additions & 26 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,29 +1,45 @@
Fix Lara v2
====================================
Project Fix Lara v2.3.0 - 2022-10-29
====================================

LARA
- Fixed water sound effects in (276) CRAWL_BACKWARDS playing on dry land
- Removed duplicated footstep sound effect in (082) LAND
- Added Joey Quint's roll in crawlspace right arm fix and replaced animations (218) CROUCH_ROLL_FORWARD_START_UNUSED and (220) CROUCH_ROLL_FORWARD_END_UNUSED
- Added (474) USE_KEYCARD

FLEP
- Changed crawlspace pickup patch to new version

====================================
Project Fix Lara v2.2.0 - 2022-09-27
====================================

Rebuilt LARA object from the ground up. All changes to animations are now
logged inside the Animations.xlsx file.

Added recommended FLEP patches:
- Fix cogwheel animation skip
- Fix sprite bug
- Fix sound radius bug
- Fix bottom right corner bug
- TR2Main widescreen
- Fix inconsistent camera angle when hanging
- Fix hair while wading
- Fix pedestal pickup bug
- Fix Lara's corbar door positioning
- Fix multi-mesh inventory item drawing
- Fix bridge bug
- Fix flashes
- Fix flipmap lighting
- Hair collision with floor
- Fix Lara's elbows


====================================
Project Fix Lara v2.1.0 - 2021-03-20
====================================

Adjusted Sound Effects:
- (160) STAND_TO_LADDER
- (161) LADDER_UP
- (162) LADDER_UP_STOP_RIGHT
- (163) LADDER_UP_STOP_LEFT
- (166) LADDER_DOWN_STOP_LEFT
- (167) LADDER_DOWN_STOP_RIGHT
- (168) LADDER_DOWN
- (170) LADDER_RIGHT
- (171) LADDER_LEFT

Adjusted End Frame:
- (006) RUN_START - fixes bug introduced in previous version, where Lara would sometimes fall off the edge when doing a running jump

Adjusted Effects:
- (207) RUN_JUMP_ROLL_START and (209) RUN_JUMP_ROLL_END - fixes incorrect rotation during the mid-air roll
- (210) JUMP_FORWARD_ROLL_START and (211) JUMP_FORWARD_ROLL_END - fixes incorrect rotation during the mid-air roll
- (212) JUMP_BACK_ROLL_START and (213) JUMP_BACK_ROLL_END - fixes incorrect rotation during the mid-air roll

Deleted Frames:
- (207) RUN_JUMP_ROLL_START - makes mid-air roll smoother
- (212) JUMP_BACK_ROLL_START - makes mid-air roll smoother

2021-03-20
Adjusted Sound Effects:
- (000) RUN
- (001) WALK_FORWARD
Expand Down Expand Up @@ -94,8 +110,10 @@ Adjusted End Frame:
- (020) WALK_FORWARD_START


====================================
Project Fix Lara v2.0.0 - 2020-12-06
====================================

2020-12-06
Sound Effects:
- Removed hardcoded duplicated surfacing sound effect (FLEP)
- Added footstep sounds to the push and pull animations (122, 123)
Expand Down
4 changes: 2 additions & 2 deletions script/bugfix.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;********************************************************************
; *
; Project Fix Lara v2.0.0 *
; 2020-12-06 *
; Project Fix Lara v2.3.0 *
; 2022-10-29 *
; https://github.com/Dermahn/Project-Fix-Lara-v2 *
; *
;********************************************************************
Expand Down
10 changes: 6 additions & 4 deletions tools/flep/bugfix.fps
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
presetversion=1.1
lastfile=tomb4.exe,89C3518E
lastfile=patches.bin,A42F274E
patchpreset=Font Customizer,0,5|128,128,128|128,128,128|192,128,64|64,16,0|224,192,0|64,32,0|128,128,128|16,16,16|150
patchpreset=GFX1 Customizer,0,0|24|192|0|192|0|0,0,0|255|32|96|32|16|48|28|28|47,47,0|0,0,0|255|255|0,0,0|0,0,0|0,0,0|79|0,0,0|32760|8|48|5|24|7|7|2|0,0,0
patchpreset=GFX2 Customizer,0,8|3|9|8|4|16|96,48,0|16|16|12|10|-1|-1|40|24|51|96|411066368|19922992|5|4|16|1|3|8|192,192,192|128,128,128|12|6|4|3|64|224|4|112,128,128|64
Expand Down Expand Up @@ -34,7 +34,7 @@ presetversion=1.1
patchpreset=Disable dive delay,0
patchpreset=Quick crawlspace climb,0
patchpreset=Enable crawlspace jump,1,421|768
patchpreset=Enable crawlspace pickup,1,292
patchpreset=Enable crawlspace pickup,0,292
patchpreset=Monkeyswing: 180� turn (stop),0,447
patchpreset=Monkeyswing: 180� turn (move),0,448
patchpreset=Roll key setting,0,146|146
Expand Down Expand Up @@ -216,7 +216,7 @@ presetversion=1.1
patchpreset=Pickup item frames,0,18|15|20|29|45|42|123
patchpreset=Jump delay,0
patchpreset=Dive delay,0,9
patchpreset=Crawlspace pickup,0,22
patchpreset=Crawlspace pickup,1,22
patchpreset=Prevent camera position freeze,0
patchpreset=Customize sas gun,0,0|-40|272|7|0|300|64|7
patchpreset=Fix bottom right corner bug,1
Expand Down Expand Up @@ -254,7 +254,7 @@ presetversion=1.1
patchpreset=Fix hardcoded lighting,0
patchpreset=Remove LARA_NO sound for crowbar,0
patchpreset=Hair collision with floor,1
patchpreset=Force bilinear filtering off,0
patchpreset=Force bilinear filtering,0,0
patchpreset=Safe flare throw,0
patchpreset=Plugin integrity check,0,|||||||||||||||
patchpreset=Keep dead enemies,0
Expand All @@ -272,3 +272,5 @@ presetversion=1.1
patchpreset=Add dynamic lighting to statics,0
patchpreset=Disable "Hang game thread" on lost focus,0
patchpreset=Save Turn Switch direction,0
patchpreset=Remove MUMMY stun animations,0
patchpreset=HK Gun,0,41
Expand Down
Binary file modified wad/fixlara.wad2
Binary file not shown.

0 comments on commit 4fed660

Please sign in to comment.