RFactor 2 Internals Plugin V6
- Abdiel Jaramillo Ojedis
- Mar 12, 2015
- 1 min read

After a lot of research in the forum and struggling for three or four days trying to compile and install the "Internals Plugin" project for VS, I finally got it to work correctly.
So, now I have a Visual Studio 2013 Solution with this project that works right out of the box.
What it does:
- Configurations for Debug and Release for both _Win32, _x64.
- Separate and organized directories for each Platform/Configuration.
- 64 bit version. automatically adds _x64 at the end of the dll name (InternalsPlugin_x64.dll).
- Class ExampleInternalsPlugin inherits from InternalsPluginV06 instead of InternalsPluginV01.
Comments