Underground 2 like handling for different NFS titles.
Go to file
Fierelier b7f3063a82 First commit 2023-02-27 08:41:13 +01:00
README.txt First commit 2023-02-27 08:41:13 +01:00
mw_separate-ai-handling.nfsms First commit 2023-02-27 08:41:13 +01:00
mw_ug2ish-handling.nfsms First commit 2023-02-27 08:41:13 +01:00
mw_ug2ish-handling.py First commit 2023-02-27 08:41:13 +01:00

README.txt

Brings a handling not too dissimilar to Underground 2. As many values as possible were transferred 1:1, though some things work differently in Most Wanted and I had to take some liberties. It's also worth noting that I used the FOCUS values, and these are applied to every car.

This changes chassis, tires, rigidbodyspec and some pvehicle values. The handling is only applied to the player vehicle, thanks to GXP-10's method of doing so, which was brought to my attention by Frexellia's Wrecked Mode mod. This prevents the AI from driving wonky.

Caveats:
- It's more difficult to do handbrake turns, slow slides and donuts

How to install:
1. Extract the .zip archive to some directory
2. Use VltEd to import mw_ug2ish-handling.nfsms

This also includes the script used to generate the .nfsms file. If you wish to modify the values, edit mw_ug2ish-handling.py and then run it using Python 3.x. You may use it to more easily make handling mods yourself.