ASI Plugin Project [Template] [v1.1.0]
This is a Visual Studio project template for creating ASI plugins for Need for Speed games.
Requirements:
- Visual Studio 2026 (Older versions are not officially supported)
- Desktop development with C++ workload
In order to use the template, you'll need to follow these steps:
1. Download the template.
2. Copy the downloaded .zip file to %USERPROFILE%\Documents\Visual Studio 18\Templates\ProjectTemplates.
3. Open Visual Studio 2026.
4. Select Create a new project.
5. Search for ASI Plugin Project Template for NFS.
6. Double-click the template (or select it and click Next).
7. Give the project a name and configure the project settings.
8. Click Create.
Change log:
v1.1.0
Changed
- Some comments have been reworded.
- x64 has been removed entirely.
- The seguent tags have been added to make filtering between other project templates possible:
- C++
- Windows
- Library
--- Release x86 ----
- "Enable Segment Heap" has been disabled.
--- Debug x86 ---
- "Precompiled Header File" has been changed from "pch.h" to an empty property.
- "Enable Segment Heap" has been disabled.
Fixed
- Fixed a small grammatical mistake in "dllmain.cpp".
--- Debug x86 ---
- "Target File Extension" has been changed from ".dll" to ".asi" (correctness).
- "Precompiled Header" has been changed from "Use (/Yu)" to "Not Using Precompiled Headers" (compile-error).
v1.0.0
- Initial release.
Link to the GitHub repository.
This template is under the MIT License.
Credits:
Kevin4e - Author of the template.
Discord Username:
kevv4e