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

注册 登录

QQ登录

只需一步,快速开始

查看: 5928|回复: 11
打印 上一主题 下一主题

[讨论] 一条带粒子发射的尾巴,nifskope做的,会动哦

  [复制链接]

7

主题

119

帖子

176

积分

中级玩家

Rank: 3Rank: 3

贡献度
15
金元
1157
积分
176
精华
0
注册时间
2010-9-18
跳转到指定楼层
主题
发表于 2012-6-3 09:55 | 只看该作者 |只看大图 回帖奖励 |倒序浏览 |阅读模式
一条带粒子发射的尾巴,nifskope做的,会动哦
主要就是粘贴复制,由于nifskope里用的mesh emitter单元,这种单元不能前面加node,所以发射的所有的小贴图们都不是面向屏幕的,所以不是烟雾 ,本来想做成烟雾的,但是贴图弄上去就是方向随机旋转发射了,如果都是面向屏幕发射就是烟雾了,哪位大神看一下
请无视腰上的邪恶物
再来一张

好吧给你们看下腰上的邪恶物,取自著名的蛇甲,直接拿下来的,也是有骨骼bone的,随着身体动

下午整理制作方法,容我占个2楼
我还不会打包衣服怎么办?
感谢addk1k, vipcxj放在t网上的文件,根据它做的,以下摘抄,全部引用:
Supporting files can be downloaded here:
http://www.tesnexus.com/downloads/file.php?id=30823

----------------------------------------------------

Firstly I have to apologize that, this article is NOT written for beginners. Before reading further, you must at least know what "particle system" is, and have experience of modifying nif files (most likely by using Nifskope).

For beginner, there are more useful classic tutorials about particle systems. (I think) The most valuable one of them is "Oblivion 401 - Particles" (I'll call it "401" for short):

http://niftools.sourceforge.net/wiki/Oblivion/Oblivion_401_-_Particles

After getting through it, you'll be able to customize your own particle systems on most nif files like those for weapons and rings. But for armor/clothing or any other skined objects, special treatments are required.

Then let's come to the topic.

Particle systems are widely used in Oblivion. For example, snow, rain, fire spark and various magic effects...Unfortunately, till today, no armor/clothing has functional particle systems built in, since inside such kind of nif files, only skinned objects will be rendered during the game.

Some experienced modders put particle system in a separate nif and tie it to specified bone, in order to imitate the effects of particle system. Good approach, but it will take you one extra equipment slot, and no actual piece (mesh) of your armor can be used as emitter.

In fact, particle systems can be directly built in the same nif file of your armor. and actual parts of the armor can be used as emitters. You just need to add Skin Instance information to the particle system.

Since this article is not for beginners, we assume you have your armor nif file ready and have constructed particle systems in the same file (or copied some particle systems from other nif files).

To add Skin Instance information to a particle system, open your nif file by using Nifskope, find your particle system block, then under the block detials find "Skin Instance". Value of this block should be "none". Now copy a "NiSkinInstance" block from any other part of your armor, and paste it here as the skin instance information for this particle system. Notice that "NiSkinInstance" must have child blocks "NiSkinData" and "NiSkinPartition", targets to Scene Root block, and have one or a few bone nodes in the bone list. Namely the skin instance information must be complete. By the way, you can adjust those bone nodes to any other nodes. Those nodes have little effects on the performance of particle system.

For nif newbies who don't understand last a few sentences of above paragraph, forget them and just do following: In the block list of your nif, choose the "NiSkinInstance" block of one part of your armor, right click and "Copy Branch", find "Skin Instance" under block details of the particle system, right click and "Paste Branch". For advanced modders, you may want to explore the relationship between such a transplanted skin instance block and the in-game performance of particle system. Personally I think this block acts as a flag only, and has no effect on particles. As long as you put complete skin instance there (ctd if incomplete!!!), particle system will be funcional in the game.

However, This is not the end of story...

Proper emitters must be assigned to the particle system. Experiments show that no Ninode in the armor nif will be brought to the game (except the Scene Root). In the game, these bone nodes are in fact replaced by corresponding nodes in skeleton.nif. If you have assigned any of bone nodes in your armor nif file as emitter, your particles will never show up in the game (unless using Scene Root node). Solution to this problem is obvious -- change the emitter to something that will be brought to the game, for example parts of your armor.

In your particle system, find any "NiPSysBoxEmitter", "NiPSysSphereEmitter", "NiPSysCylinderEmitter", and replace them by "NiPSysMeshEmitter". If you are not familiar with mesh emitter, I made one example for you. Download attached file "lianyue", which is a modified nif file of Myjimson's "Moon Love" armor. The modified nif has a skinned particle system with mesh emitters built in, and also demonstrates the use of moving emitter. By referring to "401" and exploring the structure of this nif, Setting up your own mesh emitters may become easier.

Grab "Moon Love" full mod here if you wish to view in-game effects:
http://www.tesnexus.com/downloads/file.php?id=28534

Other skills like shifting and moving, rotation around specific position, won't be covered by this article, since they are not difficult to achieve. A few .gif are attached to prove that these effects are achievable.

Hopefully this article can be helpful to some experienced modders. Possibly many "high-tech" armor/clothing with gorgeous particles effects will apear in the mod list soon, and we all will enjoy the benefits...
Author: addk1k, vipcxj
04/01/2010

----------------------------------------------------



评分

1

查看全部评分

回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2026-4-12 14:44 , Processed in 0.038196 second(s), 21 queries , Memcached On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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