- Visual Studio Build-Tools with workload
Desktop Development with C++ - VCPKG (Part of the above by default)
- Open
x64 Native Tools Command Prompt for VS 2022from the Windows Start Menu- DO NOT USE
Developer Command Prompt, IT IS NOTE THE SAME!
- DO NOT USE
- Run the following commands:
-
git clone "https://github.com/lunatic-gh/PlayerVoiceFramework" "%HOMEPATH%/Downloads/PlayerVoiceFramework" cd "%HOMEPATH%/Downloads/PlayerVoiceFramework" cmake --preset release -S . -B .\build\release cmake --build .\build\release
- This will give you a ready-to-use mod-folder at
Downloads/PlayerVoiceFramework/deploy.- If you have the
MO2_DEV_MODS_PATHenvironment variable set, it will instead be deployed to<MO2_DEV_MODS_PATH>\PlayerVoiceFramework
- If you have the