manuelroemer / MCM-Helper

Framework for simplifying the creation of SkyUI Mod Configuration Menus

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MCM Helper is a framework for simplifying the creation of Mod Configuration Menus for SkyUI. It is heavily inspired by Mod Configuration Menu for Fallout 4 (F4MCM).

Requirements

  • CMake
    • Add this to your PATH
  • Vcpkg
    • Add the environment variable VCPKG_ROOT with the value as the path to the folder containing vcpkg
  • Visual Studio Community 2022
    • Desktop development with C++
  • SKSE64 SDK
    • Add the environment variable SKSE64Path

Register Visual Studio as a Generator

  • Open x64 Native Tools Command Prompt
  • Run cmake
  • Close the cmd window

Building

git clone https://github.com/Exit-9B/MCM-Helper
cd MCM-Helper
git submodule update --init --recursive

# Skyrim SE
cmake --preset vs2022-windows
cmake --build build --config Release

# Skyrim VR
cmake --preset vs2022-windows-vr
cmake --build buildVR --config Release

About

Framework for simplifying the creation of SkyUI Mod Configuration Menus

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

License:MIT License


Languages

Language:C++ 97.9%Language:CMake 1.8%Language:Batchfile 0.3%