https://github.com/niftools/nifskope
A git repository for nifskope.
https://github.com/niftools/nifskope
Last synced: 10 months ago
JSON representation
A git repository for nifskope.
- Host: GitHub
- URL: https://github.com/niftools/nifskope
- Owner: niftools
- License: other
- Created: 2013-06-02T11:44:24.000Z (almost 13 years ago)
- Default Branch: develop
- Last Pushed: 2024-06-03T16:52:59.000Z (almost 2 years ago)
- Last Synced: 2024-08-05T10:18:26.380Z (over 1 year ago)
- Language: C++
- Homepage: http://www.niftools.org
- Size: 11.7 MB
- Stars: 547
- Watchers: 63
- Forks: 234
- Open Issues: 115
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-game-file-format-reversing - NifSkope - Tool for opening and editing the NetImmerse/Gamebryo NIF format used by Morrowind, Oblivion, Skyrim, Fallout 3/NV/4, and more. See also [hexabits' fork](https://github.com/hexabits/nifskope) with Starfield support. (🛠️ General Tools / 🎨 Asset Viewers & Converters)
README
# NifSkope 2.0.dev7
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, Fallout: New Vegas, Civilization IV, and more.
### Download
You can download the latest official release from [GitHub](https://github.com/niftools/nifskope/releases). More frequent development builds are posted in the [NifTools Discord](https://discord.gg/ZFjdN4x), pinned to #software.
### Discussion & Help
- Visit the [NifTools Discord](https://discord.gg/ZFjdN4x). To receive support use the #software channel.
- Visit the [NifTools.org](https://forum.niftools.org/) forum. To receive support for NifSkope please use the [Support subforum](https://forum.niftools.org/24-nifskope/).
### Issues
Anyone can [report issues at GitHub](https://github.com/niftools/nifskope/issues) or in the NifTools.org [Support subforum](https://forum.niftools.org/24-nifskope/).
### Contribute
You can fork the latest source from [GitHub](https://github.com/niftools/nifskope). See [Fork A Repo](https://help.github.com/articles/fork-a-repo) on how to send your contributions upstream. To grab all submodules, make sure to use `--recursive` like so:
```
git clone --recursive git://github.com//nifskope.git
```
For information about development:
- Visit our [Discord #dev channel](https://discord.gg/zvWZrrJ).
- Visit the NifTools.org [development subforum](https://forum.niftools.org/6-nifskope-development/).
- Refer to our [GitHub wiki](https://github.com/niftools/nifskope/wiki#wiki-development) for information on compilation.
### Miscellaneous
Refer to these other documents in your installation folder or at the links provided:
## [TROUBLESHOOTING](https://github.com/niftools/nifskope/blob/develop/TROUBLESHOOTING.md)
## [CHANGELOG](https://github.com/niftools/nifskope/blob/develop/CHANGELOG.md)
## [CONTRIBUTORS](https://github.com/niftools/nifskope/blob/develop/CONTRIBUTORS.md)
## [LICENSE](https://github.com/niftools/nifskope/blob/develop/LICENSE.md)