3DMGAME 3DM首页 新闻中心 前瞻 | 评测 游戏库 热门 | 最新 攻略中心 攻略 | 秘籍 下载中心 游戏 | 汉化 购买正版 论坛

注册 登录

QQ登录

只需一步,快速开始

楼主: FateRover
打印 上一主题 下一主题

[工具补丁] 【SSE NIF Optimizer】【20170131】旧版mod *.NIF批量 转制成新版mod *.NIF工具!材质丢失和红三角神马的

  [复制链接]

25

主题

432

帖子

810

积分

超级玩家

Rank: 5Rank: 5

贡献度
30
金元
6900
积分
810
精华
0
注册时间
2012-1-24
跳转到指定楼层
主题
发表于 2016-11-20 00:42 | 只看该作者 |只看大图 回帖奖励 |倒序浏览 |阅读模式
本帖最后由 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   
            



主要用来批量修复由于nif文件缺失
Tangent造成的材质丢失以及人物出现红色三角 蓝色三角问题。直接解包mod,放在*.nif上一级目录运行,会自行搜索可转换的nif文件。
2.0现在可以选择路径和选择转换选项了
下面做个示范:
1葛兰蒂斯的一套服装有红三角,


由上图可以知道这个服装名字DQ3,解压葛兰蒂斯的mod,找到DQ3的文件夹,
勾上上面那三个(这个不确定,要根据情况来选择,有时候还要把下面那几个选上,自己试转换)


转换之后  覆盖同名文件  ,效果


原文:

SSE NIF Optimizer
- command-line tool to optimize Skyrim NIFs for SSE -


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

查看全部评分

回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|3DMGAME ( 京ICP备14006952号-1  沪公网安备 31011202006753号

GMT+8, 2026-3-28 08:15 , Processed in 0.436700 second(s), 19 queries , Memcached On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表