-
Notifications
You must be signed in to change notification settings - Fork 33
Getting Started
Page Index
You can download the latest build of NFS Most Wanted Extra Options from Releases page.
Scroll the page to see older releases.
Extra Options mods are open source. You can always review or download the source code from here.
You can also download it from MEGA.
Before installation, make sure that you're using v1.3 RELOADED speed.exe (5,75 MB (6.029.312 bytes)).
If you're still on v1.2, upgrade your game to v1.3.
You can now install Extra Options by following these steps below:
-
Extract the archive anywhere.
-
Open Main Files folder and select everything.
-
Copy these files into your game installation directory.
Tip: Default installation directory is
C:\Program Files (x86)\EA GAMES\Need for Speed Most Wanted\.
-
(Optional) Tweak the
scripts\NFSMWExtraOptionsSettings.inifile. This is the main config file for Extra Options. -
Run your game as usual. If everything is correct, Extra Options will attach itself into your game.
-
That's it!
-
Visit the GitHub Repository of NFSMW Extra Options.
-
Tap (click) the green Clone or Download button. It will open a pop-up. Select Download ZIP from there or clone it using Git Bash.
If you downloaded a ZIP file, extract it to anywhere.
- Enter NFSMWExtraOptions folder and double tap (click) the NFSMWExtraOptions.sln file to open it via Visual Studio.
Note: This solution is for Visual Studio 2015. To use it on other versions, check Platform Toolset setting out or try something else.
-
If you want to see the source code, double tap (click) the NFSMWExtraOptions (or tap (click) the triangle next to it) from Solution Explorer at right side to open the file list. Locate dllmain.cpp here and double tap (click) to see its contents.
-
Build the code by holding (right clicking) the NFSMWExtraOptions from Solution Explorer and selecting Build.
Note: Make sure you're building in Release - Win32 mode. If not, you can change it from the toolbar under the menu bar.
- Check the Output panel out to see if your build is succeeded or not.
Note: If your build is failed, you will see errors there. Check your code.
Note 2: It will also tell you where your .asi is built.
- Locate your .asi file by holding (right clicking) the NFSMWExtraOptions from Solution Explorer and selecting Open Folder in File Explorer.
Then, follow this path: "Release\NFSMWExtraOptions\scripts".
Also, locate the default NFSMWExtraOptionsSettings.ini, which you can find in the main folder of the code you've downloaded or cloned.
- Copy these 2 files into your "(game installation directory)\scripts" folder. If you don't have a scripts folder, create one.
Tip: Default installation directory is
C:\Program Files (x86)\EA GAMES\Need for Speed Most Wanted\.
- Download Ultimate ASI Loader by ThirteenAG.
Tap (click) the Ultimate-ASI-Loader.zip from Downloads section of the latest release.
-
Locate dinput8.dll in the archive and extract it into your game installation folder.
-
Continue from Step 4 of the Installation section.
-
That's it!
-
I get This .exe is not supported error when I run the game.
Solution: You are using an unsupported version of the game. See Installation section to upgrade your game and get the supported executable. -
My game crashes to desktop with ExOpts. When I remove it, the game works fine.
Solution 1: Try renaming dinput8.dll as one of these.
Solution 2: Try running the game as administrator.
Solution 3: Your executable may be corrupted. See Installation section to get a fresh one. -
I cannot save
scripts\NFSMWExtraOptionsSettings.ini. I get Access denied. error.
Solution 1: Take ownership of your game folder.
Solution 2: Copy the file to your Desktop. Edit it there and copy it back. -
I changed some settings from
scripts\NFSMWExtraOptionsSettings.inibut it didn't change anything in game.
Solution 1: Take ownership of your game folder.
Solution 2: Try running the game as administrator.












