ASCII Guy
Chieftain
- Joined
- Oct 30, 2019
- Messages
- 84
Hello everyone! This is a guide on how to compile the Vox Populi DLL. I had to do a lot of trial and error to figure out how to do it, so I hope this is useful to someone 
1. Download Visual Studio 2008
Install the Visual C++ Edition
2. Download Visual Studio 2010
If archive.org isn't working, try this mirror.
Install the Visual C++ Edition
3. Download and Install Service Pack 1 for Visual Studio 2010
4. Download and Install the Latest Community Version of Visual Studio
The only workload you need is "Desktop development with C++".
5. Download and install Git
Select the recommended option for "Adjusting your PATH environment":
6. Clone the Vox Populi repository to your computer using the method of your choice (I personally recommend GitHub Desktop).
Here's the URL of the repository: https://github.com/LoneGazebo/Community-Patch-DLL
7. Open "VoxPopuli_vs2013.sln" on the root folder of the repository.
You can now do a test build of the DLL! The compiled DLL should end up in "\BuildOutput\Release".
If you’re getting an “unexpected precompiler header error”, try installing this hotfix.
Here's some additional useful links:
Python Script for Firaxis LiveTuner Autoplay
Analyzing Minidumps with Windbg

1. Download Visual Studio 2008
Install the Visual C++ Edition
Spoiler :
2. Download Visual Studio 2010
If archive.org isn't working, try this mirror.
Install the Visual C++ Edition
Spoiler :
3. Download and Install Service Pack 1 for Visual Studio 2010
4. Download and Install the Latest Community Version of Visual Studio
The only workload you need is "Desktop development with C++".
Spoiler :
5. Download and install Git
Select the recommended option for "Adjusting your PATH environment":
Spoiler :
6. Clone the Vox Populi repository to your computer using the method of your choice (I personally recommend GitHub Desktop).
Here's the URL of the repository: https://github.com/LoneGazebo/Community-Patch-DLL
Spoiler :
7. Open "VoxPopuli_vs2013.sln" on the root folder of the repository.
You can now do a test build of the DLL! The compiled DLL should end up in "\BuildOutput\Release".
Spoiler :
If you’re getting an “unexpected precompiler header error”, try installing this hotfix.
Here's some additional useful links:
Python Script for Firaxis LiveTuner Autoplay
Analyzing Minidumps with Windbg
Last edited by a moderator:
. I then had to figure out what ModBuddy was and how that worked, but it's all working now. So to add instructions on getting ModBuddy to work in case anyone else stumbles upon this thread: