You need to use the older 2012 and below plugins, import the kf animation file and then turn it into an fbx file and import it into 2014 currently to get animations to show up in 2014.
No idea on skeleton export, but why would you want to export a skeleton anyway?
A few things are still missing such as animation import/export but for general nif work it's the best plugin out there for Skyrim. It properly imports and exports many nifs that the other plugins simply won't.
Hello, guys! I've the same problem with Putcho 1994 "you have attempted to add a child to a node which already is the child of another node" error! In my case I've been trying to edit Nordic Carved Armor to delete the pauldrons. I've spent three days trying to manage with it, I've watched lots of tutorials about working with Nif plugin in 3dsmax 2013 though there is still no result. Could anyone explain or show me how to do that?
My actions are on the screenshots.
Nothing is exported(( so what's wrong with me? The skeleton has edited weapon places.
Eham is an administrator of his own forums and is working on DA:I modding tools. I dunno if he'll be coming back here.
I was lucky enough to get the source code off of him from there. I am unsure if I can publicly post his source code though.
Anyway, I'm hoping to learn enough C++ to get the plugin to properly import skeletons as max bones and if I'm really adventurous I'll try taking a look at animation stuff.
The niftools code that his code is based on is GPL v2 and his code is GPL v2 as well. So copying it over here or anywhere else would be fine for anyone that has a copy.
bla can you let us know what you have the source code for, we were expecting many programs, such as race overhaul, full behavior editor, nif tools and animation, would be good to know what to cancel development on on stuff he didnt send
If you want the race overhaul bad enough you can create your sculpts and replace the existing .tri files (mods like Ethereal Elven overhaul do this with edited vanilla meshes). Granted you won't have Dragon Age or ESO styled customization without some scripting to get those pyramid sliders in there (and probably some alterations to how the .tris are used), but you can throw in pretty much anything you want and have sliders for just about everything. Though it would no doubt take a serious amount of time to get all the morphs complete.
Examples: http://www.nexusmods.com/skyrim/mods/12951/? (this one has some scripting, but it straight up allows you to move vertices around.) http://www.nexusmods.com/skyrim/mods/24273/? http://www.nexusmods.com/skyrim/mods/57440/?
From what I understood Rav Eham was waiting for you to finish the high poly models before he was going to work on some of the tools. I need to get a hold of him. Bla How well do you know how to program in C++? I know that were having another programmer working on a C# tool for the game as well.
I'm having some trouble with this plugin. At least I think it is this plugin that is causing the problem, but it might be something in Nifskope.
In 3ds Max 2013 and Nifskope, the textures show and look fine but, in the game they are glossy-black. When I check the texture paths in Nifskope, they seem to be fine (C:/games/..../data/textures/armor/imperial)/imperialsupershield.dds)
The model I started with was the Imperial Shield, and I just moved some verts (exaggerated basically) and exported it to see if I got the process right. I didn't actually change the texture at all, I just renamed it to match my mesh name.
Any ideas why the texture path could be correct but the textures show black in game, but fine in Nifskope and 3ds Max?
As per usual, I'm sorry if this was already covered elsewhere but I couldn't find anything that helped.
I know very little of C++ (however, it's not too hard to pick up another language). The difficulty lies within learning niflibs (very poorly documented) and the Max SDK (need to pay for dev tools like debug versions etc...)
As for the source he sent me, I only asked him for this nif plugin source. And that is all that I have received. I never asked about any other tools he may have developed. You'll probably want to contact him about that.
Thanks for your help. I've had a few successes getting new objects into Skyrim if they aren't too complex. Do you know of a good place (links) to learn about the various branches/ data blocks in a nif? I've learned a bit from various sources like what you have posted for me here but I cannot seem to find one good source. Even the niftool forums "Decoding the NIF File Format", seem to mostly be people posting questions but rarely are there answers :D. Or when there is, you really have to dig to find them.
I don't think I'll ever have time to work on the plugin itself, and seeing as how my last few messages to ehamloptiran haven't elicited a response, I think he'll be okay with me posting his plugin source.
Hopefully someone with knowledge can take it and finish adding some animation support.
This plugin doesn't support animation import yet.
You need to use the older 2012 and below plugins, import the kf animation file and then turn it into an fbx file and import it into 2014 currently to get animations to show up in 2014.
No idea on skeleton export, but why would you want to export a skeleton anyway?
So is this dead or done?
I left EHam message on skype to get his attention, need the source code for this, smokex has been asking too, but no response :(
From what I heard a few weeks ago Eham is supposedly coming back after New Year's.
Maybe we can bribe him back with monies. I got five on it.
A few things are still missing such as animation import/export but for general nif work it's the best plugin out there for Skyrim. It properly imports and exports many nifs that the other plugins simply won't.
Hello, guys! I've the same problem with Putcho 1994 "you have attempted to add a child to a node which already is the child of another node" error! In my case I've been trying to edit Nordic Carved Armor to delete the pauldrons. I've spent three days trying to manage with it, I've watched lots of tutorials about working with Nif plugin in 3dsmax 2013 though there is still no result. Could anyone explain or show me how to do that?
My actions are on the screenshots.
Nothing is exported(( so what's wrong with me? The skeleton has edited weapon places.
did u use vanilla skeleton?
well that skeleton is mess up, get the original one!
Is there a readme.txt or any documentation on where to install this plugin? I just downloaded 3DS Max 2015 and wanted to see if it'll work with it.
Thanks
After doing some more research on how to install plugins into 3DS Max. Here's what happens when I attempt to load it into 2015.
I guess I'll move back to 2012 and try it there.
Eham is an administrator of his own forums and is working on DA:I modding tools. I dunno if he'll be coming back here.
I was lucky enough to get the source code off of him from there. I am unsure if I can publicly post his source code though.
Anyway, I'm hoping to learn enough C++ to get the plugin to properly import skeletons as max bones and if I'm really adventurous I'll try taking a look at animation stuff.
If you want to be the ultimate adventurer you should try to pick up his behavior editor project. ;)
The niftools code that his code is based on is GPL v2 and his code is GPL v2 as well. So copying it over here or anywhere else would be fine for anyone that has a copy.
Hello, everyone. I want to know how to convert items from skeleton import to real objects (exportable to OBJ).
Is there way to do this automatically?
Maybe by use of a import > export script, plus almost all 3DsMax user input can be scripted.
bla can you let us know what you have the source code for, we were expecting many programs, such as race overhaul, full behavior editor, nif tools and animation, would be good to know what to cancel development on on stuff he didnt send
If you want the race overhaul bad enough you can create your sculpts and replace the existing .tri files (mods like Ethereal Elven overhaul do this with edited vanilla meshes). Granted you won't have Dragon Age or ESO styled customization without some scripting to get those pyramid sliders in there (and probably some alterations to how the .tris are used), but you can throw in pretty much anything you want and have sliders for just about everything. Though it would no doubt take a serious amount of time to get all the morphs complete.
Examples:
http://www.nexusmods.com/skyrim/mods/12951/? (this one has some scripting, but it straight up allows you to move vertices around.)
http://www.nexusmods.com/skyrim/mods/24273/?
http://www.nexusmods.com/skyrim/mods/57440/?
From what I understood Rav Eham was waiting for you to finish the high poly models before he was going to work on some of the tools. I need to get a hold of him. Bla How well do you know how to program in C++? I know that were having another programmer working on a C# tool for the game as well.
Double post
Hello I am new to this community. I been trying to get this plugin install but it is not working for me. using 3d max 2013. 64 bit. version.
and nifcoll.exe is not working.
Could some one pls. tell me what is the process?
Thanks in advance.
You just need to place this files to:
..,\Program Files\3dsMAX\niflibx64.dll
...\Program Files\3dsMAX\plugcfg\maxniftools.ini
and corresponding 4 files else to
...\Program Files\3dsMAX\plugins\
Alysander you are the Saviour of noobs like me.
thanks a million. working on hairs now.
I'm having some trouble with this plugin. At least I think it is this plugin that is causing the problem, but it might be something in Nifskope.
In 3ds Max 2013 and Nifskope, the textures show and look fine but, in the game they are glossy-black. When I check the texture paths in Nifskope, they seem to be fine (C:/games/..../data/textures/armor/imperial)/imperialsupershield.dds)
The model I started with was the Imperial Shield, and I just moved some verts (exaggerated basically) and exported it to see if I got the process right. I didn't actually change the texture at all, I just renamed it to match my mesh name.
Any ideas why the texture path could be correct but the textures show black in game, but fine in Nifskope and 3ds Max?
As per usual, I'm sorry if this was already covered elsewhere but I couldn't find anything that helped.
I know very little of C++ (however, it's not too hard to pick up another language). The difficulty lies within learning niflibs (very poorly documented) and the Max SDK (need to pay for dev tools like debug versions etc...)
As for the source he sent me, I only asked him for this nif plugin source. And that is all that I have received. I never asked about any other tools he may have developed. You'll probably want to contact him about that.
@darthtrevhat
|Nifskope|
1. copy and paste BSLightingShaderProperty to NiTriShape
2. In NiTrishapeData, set BS Num UV Sets to 4097.
3. right click on NiTrishape > Mesh> Update Tangent space
this is not plugin, this is how we do mods.
|Note|
u should know the basic how to mod skyrim with Nifskope before try some thing that u do not know or u will have a ton of issues.
@Putcho1994
Thanks for your help. I've had a few successes getting new objects into Skyrim if they aren't too complex. Do you know of a good place (links) to learn about the various branches/ data blocks in a nif? I've learned a bit from various sources like what you have posted for me here but I cannot seem to find one good source. Even the niftool forums "Decoding the NIF File Format", seem to mostly be people posting questions but rarely are there answers :D. Or when there is, you really have to dig to find them.
Thanks again.
This was my first fully successful new object:
http://i.imgur.com/JuMgFaD.jpg
EDIT 2: I did find this: http://niftools.sourceforge.net/wiki/NifSkope/Working_With_N.... Can you recommend any others?
shaders/textures
http://forums.nexusmods.com/index.php?/topic/1188259-bslight...
I just found this yesterday
http://www.nexusmods.com/skyrim/mods/6152/?tab=2&navtag=http...
Sorry been busy.
I don't think I'll ever have time to work on the plugin itself, and seeing as how my last few messages to ehamloptiran haven't elicited a response, I think he'll be okay with me posting his plugin source.
Hopefully someone with knowledge can take it and finish adding some animation support.
Dunno why blabba didn't post the link to his continued development thread, but here it is just in case
http://www.loverslab.com/topic/49496-3dsmax-20132014-64-bit-...
Pages