An addon to NFS: Most Wanted (2005) with the goal of enhancing the gameplay and adding new general customization options.
- Get MirrorHook.
- Get an ASI Loader like the one by ThirteenAG and get it to load MirrorHook and RockportEd. (or inject them to the process manually.)
- Voila. After MirrorHook initializes itself, RockportEd will show itself using the wonderful dear imgui.
- June 2010 DirectX SDK
- MirrorHook
- C++14 compliant compiler e.g., VS2015 and above
- Universal CRT SDK
- Set up MirrorHook first.
- Change the
MIRRORHOOK_DEFINITIONS_PATH
insidestdafx.h
. - Change the parameters of the
copy
command in Post-Build Event or remove it. - Compile.
This is a strictly WIN32-API library. The code will not work in any other environment unless you can provide the necessary libraries. (e.g., WineHQ)
The code utilizes C++14 and is built against the Windows 7 SDK
with the Visual Studio 2017 - Windows XP (v141_xp)
toolset. The output will work on Windows XP SP1 and above.