Underground 2 like handling for different NFS titles.
Go to file
Fierelier 2b2cec7150 Add changelog 2023-03-23 02:14:29 +01:00
binary Add mw_separate-ai-presets scripts 2023-03-23 02:13:59 +01:00
README.txt Add changelog 2023-03-23 02:14:29 +01:00
mw_separate-ai-handling.nfsms First commit 2023-02-27 08:41:13 +01:00
mw_separate-ai-presets.end Add mw_separate-ai-presets scripts 2023-03-23 02:13:59 +01:00
mw_separate-ai-presets.nfsms Add mw_separate-ai-presets scripts 2023-03-23 02:13:59 +01:00
mw_ug2ish-handling.nfsms Update .nfsms 2023-03-23 02:14:13 +01:00
mw_ug2ish-handling.py Adjust RIDE_HEIGHT 2023-03-23 02:09:36 +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
3. To fix bosses, import mw_separate-ai-presets.nfsms with VltEd, and mw_separate-ai-presets.end with binary.

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.

Changelog:
1.1:
* Fix vlt parsing (fixes suspension height modifies)
* Add scripts for fixing boss AI
* Remove Y-axis angular damping to encourage the car to drift a little more

1.0:
* Initial release