Game Settings Override
⚪ Last updated 2024⚠️ Install Order · 6 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
🖼️ Gallery (2 images)
🔍 Analysis
- 👍 0.6% endorsement rate
- 🏆 #3 of 34 Utilities mods in this game by downloads
📋 About This Mod
SKSE plugin that allows users to modify game settings via configuration files.
Introduction
Traditionally, people have to edit ESP in CK/xEdit to change game settings. I don't want to introduce an ESP just to modify a few simple game settings. So I create this.
This SKSE plugin allow you to edit game settings via configuration files. The configuration files are TOML format. TOML is adopted by SSE Engine Fixes, so perhaps you are already familiar with it. In general, TOML similar to INI, but has better data type support.
Requirements
-
[]Address Library for SKSE Plugins
[
]SKSE[]Mod Function Menu (optional, if you want to reload config files without restarting game)
Tutorial
-
[]The configuration files are at Data/SKSE/Plugins/ccld_GameSettingsOverride/.
[]This plugin will scan all TOML files (with extension .toml, .toml must be lower case) in that folder and load game settings from them.
[]Each TOML file contains settings with key = value form, while the key is the same as EditorID in ESP. See mod images.
[]Support bool, int, float and string. Data types are auto-detected.
[]Don't forget to check logs!
[]Feel free to upload your GSO config files to Nexusmods!
Examples
# This is comment.
fActiveEffectConditionUpdateInterval = 1. 000000
iActivatePickLength = 150
sAccept = "Accept" # String should be quoted.
For more examples, see optional files. I remake some mods using GSO.
Reload Config Files (New in v2. 0. 0)
Since v2. 0. 0, GSO have the ability to reload config files. It's useful if you don't want to restart game after tweak settings.
-
[]Switch to out of game window, this can be done by pressing Alt + Tab
[]Edit config files
[]Switch back to game, open Mod Function Menu, click the Config tab, then click Game Settings Override
[]Check message box, if no errors or warnings, everything is ok.
[]Done!
Note: I am not sure whether or not all reloaded game settings can take effect immediately. I tested to edit "GSO - No Fall Damage", it does take effect immediately. If you have problems, try restarting game.Note2: The reload procedure will not revert previous loaded settings. So if you delete a line of setting, it will remain the previous loaded value.
Note3: If you want to add a new config file or delete a config file, restarting the game is recommend. Only editing existing config files is recommended to reloaded.
Note4: I know switching win
-
[]Switch to out of game window, this can be done by pressing Alt + Tab
-
[]The configuration files are at Data/SKSE/Plugins/ccld_GameSettingsOverride/.
Game Settings Override is a lightweight SKSE plugin for Skyrim that lets you tweak game settings through config files instead of the in-game menu. It's for modders and power users who want precise control over gameplay variables. With 1,304 endorsements and 234,867 downloads, it's a proven utility that's still maintained as of June 2024.
✨ Key Features
📊 Pros & Cons
✅ Pros
- Community-approved utility with 1,304 endorsements and a massive download count.
- Config-file approach means you can tweak settings without touching the game menu.
- Still updated as of mid-2024, so it's likely compatible with current Skyrim versions.
⚠️ Cons
- Requires SKSE, so you'll need to set that up first if you haven't already.
- No detailed documentation in the description—you'll have to figure out the config syntax yourself.
- As a plugin, it adds another dependency to your mod list, which could conflict with other SKSE plugins.
For Skyrim modders and power users who want to fine-tune game settings without clunky menus. If you're a casual player who just wants to play, you probably don't need this. But if you're building a custom mod setup, this is a handy tool.
💡 Beginner Tips
- Make sure you have SKSE installed and launched through it, or the plugin won't load.
- Check your mod manager's load order—place this plugin after other SKSE plugins to avoid conflicts.
- Start with a backup of your config files so you can revert if something breaks.
📊 Mod Details
- Game
- Skyrim Mods
- Author
- ccld
- Version
- 2.2.0
- Downloads
- 234,867
- Endorsements
- 1,304
- Category
- Utilities
- Created
- 3/24/2024
- Updated
- 6/1/2024
🔧 How to Install Skyrim Mods
Download from Nexus.
📖 Full step-by-step install guide for Skyrim →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Skyrim commands, item IDs, and more.
Keep browsing — more Skyrim mods await

