PLEASE READ THE DESCRIPTION BEFORE ASKING ANYTHING!
------------------------------------------
Hey! Found a way to create 100 cars save games directly from the game itself.
It will be available in the next NFSMW Extra Options build!
------------------------------------------
Note: It's only valid on newly created save games. It doesn't affect the old ones.
Note 2: Some cars are locked with "You need to beat Rog" text. They will be unlocked when you enter the safehouse for the first time in career mode.
Note 3: This doesn't fix AI cars' behaviours. You still need to use external fixes like ArturoPlayerOne's Mini Patch or Bytesss' Advanced Control Trainer.
------------------------------------------
Do it yourself:
// All cars are available to player
0x590FA4 (Commands / 2 Bytes)
New Value: 90 90 // nop x2
0x590FA6 (Commands / 2 Bytes)
New Value: B0 01 // mov al, 0x01
0x590FA8 (Commands / 3 Bytes)
New Value: 90 90 90 // nop x3
// Change category of new cars
0x581663 (Character/Byte):
Default Value: 0x20
New Value: 0x01
/*Category values are:
01 = Stock
02 = Career
04 = My Cars,
10 = Preset
20 = Debug
*/