andrelo1 / mfgfix

Fix for Skyrim console command 'mfg'

Home Page:https://www.nexusmods.com/skyrimspecialedition/mods/11669

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mfgfix

Dependencies

Building

Prerequisites:

  • Visual Studio 2022
  • vcpkg (for CommonLibSSE)

Open x64 Native Tools Command Prompt for VS 2022.

Clone repository:

git clone --recurse-submodules https://github.com/andrelo1/mfgfix

Build CommonLibSSE:

cd mfgfix/ext/CommonLibSSE
cmake -B build -S . -DCMAKE_TOOLCHAIN_FILE=[path to vcpkg]/scripts/buildsystems/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-windows-static-md
cmake --build build --config Release

Build Detours:

cd ../Detours/
nmake

Build mfgfix:

Open and build mfgfix.sln in Visual Studio.

About

Fix for Skyrim console command 'mfg'

https://www.nexusmods.com/skyrimspecialedition/mods/11669

License:MIT License


Languages

Language:C++ 100.0%