MCF – Deputy CCF v1.0
Deputy CCF – A framework for SFSE plugins to add completely custom commands to the console without needing to overwrite existing commands.
MCF is the next-generation command framework for Starfield, evolved from Custom Command Framework (CCF).
Built with libxe’s updated CommonLibSF,
MCF provides a robust,
modern API for registering custom console commands in Starfield.
Easy Command Registration – Simple API for adding custom commands
Argument Parsing – Automatic parsing with quote support
Console Integration – Full integration with Starfield’s console
Reference Selection – Access to selected references
Form Lookup – Hex string to form conversion
Modern C++ – Built with C++23 and modern standards
Updated CommonLibSF
For End Users
1. Download ModernCommandFramework.dll
2. Place in `Data/SFSE/Plugins/`
3. Launch Starfield via SFSE
For Mod Developers To use MCF in your mod:
1. Copy `MCF_API.h` to your project
2. Include it: `#include “MCF_API.h”





