
so last night i meddled a bit with the usual pre CS madness...
heres what i found out:
porting models without rigging aka statics and weapons, not armor:
requirements:
throttlekitties modified nif.xml, get it here: http://dl.dropbox.co...ifTools/nif.xml
and put it into your nifskope installation directory
1.
you export the mesh as an *.obj or *.3ds
2.
you open a skyrim mesh of similiar properties, aka a sword if you want to port a sword and select the nitrishape node of the sword mesh
3.
click file->import->import *.obj and select your exported *.obj file
this will overwrite the currently selected nitrishapedata and even keep UVs intact!!! (thx ghogiel)
4.
click the nitrishape again and at the very bottom of its block details click on "properties" expanding the fields below, enter the index number of the bsdshaderproperty that emerged below the whole tree of that nif when you imported the *.obj, this will attach the bsdshaderproperty to your mesh and hence allow it to use textures
5.
delete the imported materialproperty from that nitrishape branch
6.
assign textures and copy paste properties etc as you need, save and done, a gameready mesh

7.
for weapons its advisable to also copy/paste over the imported nitrishapedata over those shapedatas inside the two branches titled blood somin
this will allow the blood effect to be applied to your mesh, if you dont at least delete the existing one or youll have blood floating around in midair
-------------------------------
getting the item ingame:
1.
open TESSnip, (a tool inside FOMM or fallout mod manager)
2.
open skyrim.esm
3.
delete everything except GRUP (WEAP) (if your item is a weapon that is), GRUP (CONT) (which are chests and so on)
4.
delete every subentry inside GRUP (CONT) except the one you want to modify or clone, delete every subentry inside GRUP (WEAP) except for those you want to modify or duplicate, preferably one with stats close to your new item
5.
duplicate the one entry in GRUP (WEAP) that you kept, double click it, in the upper right change FORMID to something in hex but also something the game probably did not use yet
6.
while still having your new CONT (WEAP) entry selected, double click EDID (lower left field) and give it a new id, thats not the name just an id inside the CS)
7.
double click MODL and change the path to your new model
8.
doubel click DATA and change the numbers on the lower left to set a price
(dint find out whats damage yet or first person model yet)
9.
now click on the GRUP (CONT) item you kept and in the lower left again select one of the CNTO entries, those are the items inside a chest, select one and hit ctrl+c, select the CONT(whatever i chose) again and hit ctrl+v, thast duplicates that CNTO entry and you got it twice inside your chest now
10.
double click the new CNTO and in the lower right change the FORMID to that FORMID you gave your new item in step 5
(click the blank button next to the formID to confirm the change and make the new formid stick)
11.
click on TES4 at the very top of your esp and uncheck every box!! change unknown 2 to 00000000 and unknown 3 to 0000000f
12.
save your esp, youre done and can now find your stuff ingame inside that chest you put it,
if you put it into a CONT entry starting with "merchant" the merchant using it will also sell your item

-----------------------------------------------------
@armor
seems the nifexporter for 3dmax is kinda ready to export rigged nifs, i cant confirm that as i didnt test it yet but well... give it a try
@CS
SkyEdit has been released!!!! still alpha but some functionality that makes the process easier has been included yet
Edited by jaysus, 16 December 2011 - 11:06 am.