Skip to content

Commit

Permalink
Build 5; Rev.02
Browse files Browse the repository at this point in the history
* Fixed a possible problem with Car Size hack.
  • Loading branch information
nlgxzef committed Sep 18, 2016
1 parent 7f86a0d commit 771c002
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 0 additions & 5 deletions NFSMWExtraOptions/dllmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1066,11 +1066,6 @@ void Init()
injector::WriteMemory<float>(0x737870, CarScale, true); // Length
injector::WriteMemory<float>(0x7378A2, CarScale, true); // Width
injector::WriteMemory<float>(0x7378D4, CarScale, true); // Height
injector::WriteMemory<float>(0x737906, CarScale, true); // Don't know the others
injector::WriteMemory<float>(0x73792E, CarScale, true);
injector::WriteMemory<float>(0x73794C, CarScale, true);
injector::WriteMemory<float>(0x737956, CarScale, true);
injector::WriteMemory<float>(0x737960, CarScale, true);

// Other Things
CreateThread(0, 0, (LPTHREAD_START_ROUTINE)&Thing, NULL, 0, NULL);
Expand Down
5 changes: 4 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NFS Most Wanted - Extra Options - Source Code for Build 5; Rev.01
NFS Most Wanted - Extra Options - Source Code for Build 5; Rev.02
Made by nlgzrgn
------------------------------------------------------------------------------------------------------------
Features:
Expand Down Expand Up @@ -180,6 +180,9 @@ https://www.youtube.com/c/nlgzrgn77

Changelog: (+ Addition, * Change, ! Attention, - Deletion)

Build 5; Rev.02:
* Fixed a possible problem with Car Size hack.

Build 5; Rev.01:
+ Added Traffic Density Controllers.
+ Fixed disappearing wheels bug.
Expand Down

0 comments on commit 771c002

Please sign in to comment.