Perchik71 / SkyrimSETest

Reverse engineering TES: Skyrim Special Edition.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SkyrimSETest

A collection of modifications, enhancements, and reverse engineered resources for Creation Kit Skyrim: Special Edition

Fixed or added

✅ Fast file loading
✅ Ability to remove hints on the progress bar
✅ Multiple UI Fix View Menu section and etc
✅ Create master files and open them as plugins
✅ Opening plugins as master files if they are in dependencies
✅ Filtering by active forms and cell
✅ Filtering mods in the Data dialog
✅ Fix compact plugin
✅ Added Unicode support
Many other patches and fixes.

Unicode

ONLY SURROGATE: Support for English and native languages without special characters. For understanding, the application uses the ancient ANSI type string representation. The idea is to feed the text already in your native encoding. When loading .esp, .esl, .esm files all strings are translated from UTF-8 to WinCP, and when saved back. WinCP is the current encoding in your operating system.
IMPORTANT:
In Win10, in the language settings, there is now an option to work with UTF-8, you need to turn it off otherwise there will be only "?".

License

MIT License

MIT License

Copyright (c) 2021 Nukem9 email:Nukem@outlook.com
Copyright (c) 2022-2023 Perchik71 email:timencevaleksej@gmail.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Reverse engineering TES: Skyrim Special Edition.

License:MIT License


Languages

Language:C++ 76.5%Language:C 17.7%Language:HLSL 3.6%Language:C# 1.9%Language:PowerShell 0.1%Language:Assembly 0.1%