NifSkope
🟡 Updated this year⚠️ Install Order · 2 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
Preview

🔍 Analysis
- 👍 0.8% endorsement rate
- 🏆 #20 of 44 Utilities mods in this game by downloads
📋 About This Mod
NifSkope is a tool for opening and editing the NetImmerse file format (NIF). NIF is used by video games such as Morrowind, Oblivion, Skyrim, Fallout 3/NV/4/76, Starfield, Civilization IV, and more.
This is an experimental fork of 2. 0.dev9 with many fixes and improvements. See CHANGELOG.md for details.
Building from source code
Compiling NifSkope requires Qt 6. 4 or newer. On Windows, MSYS2 can be used for building. After running the MSYS2 installer, use the following commands in the MSYS2-UCRT64 shell to install required packages:
pacman -S base-devel mingw-w64-ucrt-x86_64-gcc
pacman -S mingw-w64-ucrt-x86_64-qt6-base
pacman -S mingw-w64-ucrt-x86_64-qt6-imageformats mingw-w64-ucrt-x86_64-qt6-tools
pacman -S git
Using the MSYS2-CLANG64 environment instead of UCRT64 is also supported, in this case, the ucrt in the package names needs to be replaced with clang.
All installed MSYS2 packages can be updated anytime later by running the command 'pacman -Syu'. To download the complete NifSkope source code, use 'git clone' as follows:
git clone --recurse-submodules https://github.com/fo76utils/nifskope.git
Finally, run qmake6 and then make in MSYS2-UCRT64 to build the source code (the -j 12 option sets the number of processes to run in parallel). The resulting binaries and required DLL files and resources are placed under release.
cd nifskope
qmake6 NifSkope.pro
By default, code is generated for Intel Haswell or compatible CPUs, including the AMD Zen series or newer. Running qmake with the noavx2=1 option reduces the requirement to Intel Ivy Bridge or AMD FX CPUs, and nof16c=1 to Sandy Bridge. To build for even older hardware, use noavx=1 or edit the compiler flags in NifSkope.pro. Using a solid-state drive is recommended if the number of loose resource files is large.
Adding the debug=1 option to the qmake command enables compiling a debug build of NifSkope, this also changes the target directory from release to debug.
Building on Linux requires similar steps to above, other than using the distribution specific packages of Qt 6 and C++ development tools instead of MSYS2. Note that running NifSkope under Wayland on Linux may require setting the QT_QPA_PLATFORM environment variable to xcb:
QT_QPA_PLATFORM=xcb ./NifSkope
Anyone can report issues specific to this fork at GitHub.
Miscellaneous
Refer to these other documents in your installation folder or at the links provided:
[]GLTF IMPORT/EXPORT
[]TROUBLESHOOTING
[]CHANGELOG
[]CONTRIBUTORS
NifSkope is a utility fork with fixes and improvements, adding support for Starfield and the next-gen Fallout 4. It's a must-have for modders working with NIF files in recent Bethesda games, backed by 389 endorsements and frequent updates.
✨ Key Features
📊 Pros & Cons
✅ Pros
- Actively maintained (last updated Dec 2025)
- Community trusted (389 endorsements, 48k downloads)
- Essential for modding Starfield and Fallout 4 next gen
⚠️ Cons
- Utility tool, not a gameplay mod—no direct in-game content
- Requires understanding of NIF files and modding pipelines
For mod creators and advanced modders who need to edit NIF files for Starfield or Fallout 4 next gen. If you're a player looking for gameplay changes, this isn't for you—it's a development tool.
💡 Beginner Tips
- If you're new to NifSkope, start with simple mesh edits and preview your changes in the viewport before saving.
- For Starfield and Fallout 4 next gen, ensure you're using the latest version to avoid compatibility issues with new NIF formats.
- Use a mod manager to keep your edited NIFs organized, especially when working on multiple projects.
📊 Mod Details
- Game
- Starfield Mods
- Author
- Niftools team and other contributors
- Version
- 2.0.dev11-20251230
- Downloads
- 48,130
- Endorsements
- 389
- Category
- Utilities
- Created
- 7/29/2024
- Updated
- 12/30/2025
🔧 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