Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
so much for auto-correct being useful
  • Loading branch information
x0reaxeax authored Nov 21, 2024
1 parent a58c2ec commit 945d516
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Fixes `Debug Error: R6025 - pure virtual function call` crash in Need for Speed Most Wanted 2005 1.3 BE.

A widely used fix for this crash is implemented in [@GrimMaple](https://github.com/GrimMaple)'s [mwfixes](https://github.com/GrimMaple/mwfixes) project,
however, MWCrashFix (this mod) takes on a different approach for fixing this error, and that is by replacing the errorneous event with a different one, which should in theory not affect the spawn amount of pursuit events.
however, MWCrashFix (this mod) takes on a different approach for fixing this error, and that is by replacing the erroneous event with a different one, which should in theory not affect the spawn amount of pursuit events.

This mod **CAN be used** along with the [mwfixes](https://github.com/GrimMaple/mwfixes) project, however, the **'Roadblock spawn problem fix'** in mwfixes will become **obsolete**.

Expand All @@ -19,7 +19,7 @@ You can grab the compiled ASI file from the [Releases](https://github.com/x0reax


### Additional information
All instances of offending `MOV r/m32, imm32` instruction in `speed.exe`, where `imm32` is the errorneous address `0x00890970`, are replaced with a `MOV r/m32, 0x8aa828`, with `0x8aa828` being an address of a non-offending pursuit event.
All instances of offending `MOV r/m32, imm32` instruction in `speed.exe`, where `imm32` is the erroneous address `0x00890970`, are replaced with a `MOV r/m32, 0x8aa828`, with `0x8aa828` being an address of a non-offending pursuit event.

### Possible improvements
* Add more non-offending event addresses to provide a variety in pursuit event spawning.

0 comments on commit 945d516

Please sign in to comment.