Custom Command Framework (CCF)
🟠 Updated over a year ago⚠️ Install Order · 3 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
Preview

🔍 Analysis
- 👍 1.9% endorsement rate — high engagement, a strong quality signal
- 🏆 #13 of 24 Modders Resources mods in this game by downloads
📋 About This Mod
Summary
A framework for SFSE plugins to add completely custom commands to the console without needing to overwrite existing commands. This doesn't do anything on its own.
API (For Mod Authors)
If you're a SFSE plugin author and want to add your own custom command to the in-game console, you can copy-paste the API header into your project. All you need to do is call CCF::RegisterCommand() when your plugin receives the kPostLoad SFSE message, with your command name and a function to be called whenever the command is ran. The command's args, the full command string, and a handy console interface are supplied to your function.
With the console interface, you can easily print text to the console, convert a hexadecimal arg to a form pointer, grab the currently selected reference, or prevent the command text from printing to the console.
This framework is compatible with the Papyrus Debug. ExecuteConsole() function, so this can be used as a temporarily workaround for allowing Papyrus scripts to communicate with your SFSE plugin, since SFSE does not yet have custom Papyrus function support.
Credits
linux18 for the name idea
ianpat for Starfield Script Extender
meh321 for Address Library for SFSE Plugins
The Starfield-Reverse-Engineering community for CommonLibSF
Links
Custom Command Framework (CCF) is a modder's resource for Starfield that enables SFSE plugins to add custom console commands without overwriting existing ones. It has 641 endorsements and 33,384 downloads, last updated October 2024.
✨ Key Features
📊 Pros & Cons
✅ Pros
- Solid community trust with 641 endorsements and over 33k downloads
- Fills a real gap for modders who need custom console commands
- Actively maintained (last updated October 2024)
⚠️ Cons
- Not for end-users – requires modding knowledge to utilize
- No detailed documentation or examples provided in the description
- Requires SFSE (Starfield Script Extender) as a dependency, which may not be obvious to all
For Starfield modders who want to add custom console commands to their plugins without conflicts. If you're a player looking for gameplay mods, this isn't for you – it's a backend tool.
💡 Beginner Tips
- Make sure SFSE is installed and up to date before using CCF, as it's a hard dependency.
- If you're a modder, check the CCF source or forums for examples on how to integrate custom commands into your plugin.
- For players, this mod does nothing on its own – you'll need other mods that use CCF to see any effect.
📊 Mod Details
- Game
- Starfield Mods
- Author
- Snapdragon
- Version
- 1.0.2
- Downloads
- 33,384
- Endorsements
- 641
- Category
- Modders Resources
- Created
- 6/15/2024
- Updated
- 10/1/2024
🔧 How to Install Starfield Mods
Download from Nexus.
📖 Full step-by-step install guide for Starfield →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Starfield commands, item IDs, and more.
Keep browsing — more Starfield mods await