Jump to content

rjshae

Members
  • Posts

    181
  • Joined

  • Last visited

Posts posted by rjshae

  1. Well you should probably start a new thread.

     

    I use NWN Explorer Reborn to view and export the stock NWN assets. If that doesn't work, then try exploring NwN1 Standard Assets.

     

    I don't know why the latest Neverblender import filter wouldn't be working for you; it works fine for me at Windows 8, and I know it just consists of python scripts -- no binaries. You followed the instructions to install it in Blender, right? That filter should be enough to get the MDL model into Blender, where you can do your modelling and export it however you want.

  2. And one else question...

    Do someone know a number of Lady Aribeth armor, sword and face? I try to make more detailed model for her :smile:

     

    Lady Aribeth was in NWN rather than NWN2, with character model: 'c_aribeth.mdl'. There's also a 'c_aribeth_evil.mdl' model, which looks like a reskin with darker armor. Basically for NWN2 you'll need to do a port, starting with Neverblender. I'm not sure about the sword -- in HotU, she's just equipped with a +4 longsword.

     

    P.S. I you do go forward with this, I could certainly use a NWN2 model for the HotU reboot. Let me know if you need anything.

  3. To me that sounds a bit like a merge doubles in Blender, which doesn't always produce ideal results. Hence I turned that off by default. With the MDB import/export scripts, I tried experimenting with merging seams by comparing both vertex coordinates and normals, but that reportedly resulted in improperly blended bone weights.

  4. Here's the hash sum I get for the binaries download:

     

    > CertUtil -hashfile {path-to-nwn2mdk-0.5.zip} SHA512
    SHA512 hash of file {path-to-nwn2mdk-0.5.zip}:
    bd 75 10 4e 1b 6a a4 04 fe 4b 5a 6a 39 75 5a c0 e8 79 80 5f 58 9a 7d c6 8e 49 a8
    cf bd 0b 49 df 4f ee b2 60 59 20 51 0c 51 bf 06 50 91 ff f4 85 f3 33 31 37 4e 4
    7 52 86 6d 82 75 af 89 0b 2a f9
    CertUtil: -hashfile command completed successfully.
  5. @phil76: I know you said you turned off your anti-virus software, but I've had a couple of cases where an app. (including the NWN2 toolset) mysteriously stopped running. It turned out I had to whitelist the applications. Other than that though, I wonder if there is a DLL issue?

  6. I've been experimenting a bit with how to port NWN models to NWN2 using this tool. Some of the MDL models in the CEP come complete with animations, so I was looking at those for a starting point. From my novice perspective, it looks like NWN animates creatures via a set of smaller mesh parts, with a separate animation for each part. These are organized in a parent-child relationship, with the animations structured in a similar manner.

     

    What I was naively thinking of trying then was: add a skeleton of bones to the parent that is structured similar to the MDL model, with the bones having the same name as the matching parts; apply Vertex groups to each of the individual mesh parts with names matching the bones; apply 100% bone weights for each part solely to the associated bone; remove all but one of the animations (leaving 'pause', for example), then try exporting to FBX. My hope is that the export will associate the animation with the armature, so that I can FBX-import the model in a form that works for NWN2. I can then join the meshes, retexture it, fiddle with the bone weights, and so forth.

     

    I'm not sure whether this will work or not, but we'll see.

  7. Thank you. It seems to work when I tried it with a C_Wolf_CL_Body01 model with c_wolf_skel.GR2 & animation, giving me an extended log.txt output.

     

    One element I've noticed about the model/skeleton/animation conversion to FBX then Blender import is that the animation timeline doesn't end where I'd expect it to for a looping animation. Instead it just seems to use the Blender default value. Thus, for the c_wolf_Una_run.gr2 animation, the animation frames end at around 20, but the Blender timeline extends out to 250. I didn't see an obvious setting in the FBX import panel to correct for that. Neverblender imports of animated MDL files, for example, set the correct end points on the timeline.

×
×
  • Create New...