超级玩家
 
- 贡献度
- 30
- 金元
- 6900
- 积分
- 810
- 精华
- 0
- 注册时间
- 2012-1-24
|
本帖最后由 FateRover 于 2017-1-31 12:38 编辑
强烈不建议放在上级目录下无脑转换
N网原址 http://www.nexusmods.com/skyrimspecialedition/mods/4089/?
Version 2.5- Fix for meshes that have vertex weights disabled in their NiSkinData (some trees, maybe more).
Version 2.4- Support for particle systems and emitter meshes.
Version 2.3- Fixed an issue with skin partitions of meshes with flipped triangles.
Version 2.2- Added support for head parts (head, eyes, mouth, ears, hair). Use the new checkbox FOR HEAD PARTS ONLY!
- Fixed some partially see-through skinned meshes by using cleaner weights from BSTriShape instead of the NiSkinData.
- Removed safety check for particle meshes - be careful about those for now.
-添加头部文件支持(脑袋,眼睛、嘴神马的),需要修复头部文件时勾选 FOR HEAD PARTS ONLY!
-修复了一些透明半透明材质问题。
-移除一些材质的安全检查
Version 2.1- Fixed optimizing meshes that shared the same NiTriShapeData block for some reason.
- Fixed "removed vertex colors" message logging even if the mesh never had any to begin with.
- Improved normal smoothing algorithms, there should be less black splotches now when using it.
- Changed "Max. Degrees" selection range for normal smoothing from 0-100° to 0-180°.
-修复一些共用 NiTriShapeData 的材质的转换问题
-修复“移除顶点颜色”日志错误
-改进平滑算法,现在应该能减少许多黑点黑斑之类的
-懒得翻
v2.0
- The tool now has an actual user interface with a directory picker and progress bar.
- Created some more options as checkboxes to toggle on/off.
- Fixed some rare texture paths being trimmed the wrong way and causing purple meshes.
- Added a "Smooth Normals" feature with a maximum angle in degrees and a toggle for close seams.
- Tangents didn't always update for skinned meshes.
-现在此工具有用户界面,能选择要修改的mod的路径,能显示进度等
-添加一些新的转换选项
-修复一些罕见的材质被错误修正导致的材质变成紫色的bug
-添加个由角度控制的“平滑法线”和一个消除接缝的功能 ?
-现在不会为一些与皮肤有关的mesh添加Tangents
1.9
修复上一版未正确计算tagent的bug
修复个罕见bug
1.8
修复nif扩展不能被识别及包含ascii(所以说用中文路径的脑子有泡)编码路径未被正确转换的bug
Description:
This is a command-line tool for mod authors to optimize old Skyrim meshes into the new SSE format and fix issues with them on the way.
When you use it, the files you drag and dropped on the executable will be overwritten directly.
So make sure to create backups of your NIFs beforehand.
You can also use the included batch files to run the tool on all sub directories at once.
This does currently NOT support particle meshes and head parts (including hair meshes).
Their format was changed for SSE and the optimizer doesn't implement it yet.
If a NIF is already in the SSE format, the tool optimizes them as well.
Note that SSE-formatted NIF files do NOT work in the old Skyrim any longer.
To view the new NIF format in NifSkope, you will need the very latest version currently found here:
NifSkope releases by jonwd7
Please let me know if there are any problems with a NIF and if possible, provide the files before and after optimization.
If this tool helped you with your mod, it would be cool if you could give it credits, but that's not required of course. 
For the source code, you can check out the BodySlide and Outfit Studio repository on GitHub instead.
They share the same functionality with the exception of the console window.
What it does:
- Optimizes NIFs to the new SSE format (BSTriShape, changes to NiSkinPartition).
- Triangulates the geometry and skin partitions.
- Cleans up the NiSkinData (source for vertex weights that are unused in-game).
- Calculates new bounding spheres for geometry and all of the bones.
- Adds tangents to all meshes that need them.
- Removes normals and tangents from all meshes that don't need them, such as body meshes.
- Removes all-white vertex colors from meshes.
- Renames all meshes that have the same name, since they need to be unique.
- Cleans up the header strings.
- Deletes all blocks that aren't referenced somewhere within the root node tree.
- All of this results in a hopefully working NIF that's cleaned up and smaller in file size.
- Works on NIFs that already are in the SSE format as well.
Installation:
This can't and doesn't need to be installed with a mod manager, as it is an utility for modders.
Simply download the archive, extract the executable and drop your NIF files on it or run one of the batch files, then follow on-screen instructions.
Uninstallation:
There's no uninstallation process, simply delete the executable from your computer.
Credits:
jonwd7 - For assistance with the format and general help.
附件大小限制,分卷压缩了
SSE NIF Optimizer.7z.001
(500 KB, 下载次数: 4616)
SSE NIF Optimizer.7z.002
(500 KB, 下载次数: 4544)
SSE NIF Optimizer.7z.003
(38.72 KB, 下载次数: 3589)
|
评分
-
4
查看全部评分
-
|