Jump to content

Atron88

Supporter
  • Posts

    4
  • Joined

  • Last visited

Nexus Mods Profile

About Atron88

Profile Fields

  • Country
    Finland
  • Favourite Game
    Fallout 2

Atron88's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Extract the textures and materials to the game data folder if they are packed in a archive(s). Make sure nifscope has the correct game paths set in settings. If you are using mod organizer, launch nifscope and OS through that. You can leave the texture paths in the nif file empty if the mesh has a material file assigned. At least in the newer Bethesda games the texture paths are set in the material files (.bgsm). The shiny look in nifscope and OS can also be caused by environment maps, many armors and items use a cubemap and these are not shown correctly in the programs but they work in the game engine. If it looks too shiny in game, problem is with the shader settings (again controlled by material file in the newer games) or the texture itself (*_s.dds maps).
  2. I touched on the subject a little bit in the previous post but I feel your frustration as I was going through the same swamp not so long ago. The part that is missing, is you need to convert the mesh first into the older fallout 3 format. That old plugin does not support the fallout 4 nif format. 3ds Max and its nif plugin can do this and then you can import the mesh into the 2.49b blender, but you may need to mess with the import export settings a lot to get it working. Or if you want-/have to use free tools I suggest exploring the other workflow explained above using the Outfit Studio as a middle man converting the nif's to obj's. If you need the skeleton into blender, I believe there was an uploaded .blend skeleton in the modders resources that you can append.
  3. It's a shame how dead this forum is, you might have better success asking these things in the creation kit section or find some active modders on some discord or something. Making your mods standalone involves Creation Kit (this is a good set of tutorials: https://www.youtube.com/playlist?list=PLdgnPRg9ELn32T2fZXP8iPyWCjUIN8jHa ) or if it's a really simple one, you can just use FO4edit. I do recommend learning the Creation Kit though as it opens the doors to much more things you can do there. This is a decent guide for armor/clothing: https://wiki.nexusmods.com/index.php/Creating_an_armour_for_Fallout_4._Part_1 A bit old but that stuff has not changed much. I would not however recommend using the blender 2.49b and the ancient nif plugin. It's a huge hassle to get working if it even does and I think you still need 3dmax to convert them to fallout 4 format. Problem with the Blender workflow I found is that the fbx import export plugin seems to be missing some data on the bone orientations and the skeletons end up broken, so I prefer doing the weight painting in Outfit Studio. Maya has the bonefix script, but I couldn't find anything like that for blender.. So the easiest solution I found is to use Outfit Studio as a work around. Export your mesh as OBJ, import into Outfit Studio. You can assign a material and some shader settings for it in properties. If it's clothing or a body, just import some other similar mesh as a reference and copy the bone weights. Right click and select mask weighted verticles and if there are any unmasked verticles, do the copy again with a larger radius or adjust the missing weights manually. I recommend pressing T to disable textures to see the masks and colored weights better. You can even rig entire body meshes with this method. When finished, export the mesh as a .nif and you are done. Weapons and other non-skinned items need a few extra steps. They usually import into the outfit studio just fine but since the program is for clothing, the nif's are missing some data, mainly collisions. First of all go to the shape's properties tab in Outfit Studio and untick the skinned and sub-index boxes in the geometry tab. Also untick smooth seam normals if you want your mesh to have sharp edges. Next export as nif and open the nif with nifskope, you should see a NiNode branch with your mesh, if your mesh is marked as a BSsubIndexTriShape you didnt untick the box in the previous step ;). You can just right click the mesh and convert it to BSTriShape here. Then copy the collisions and possibly other stuff you miss from another mesh. You can also adjust and set the material paths here. There are detailed tutorials for NifSkope out there, I don't want to get into details here, just go to youtube or google :). Anyways that's how I've been able to get working custom assets from Blender into the game without much trouble. Another thing I recommend is to get Mod Organizer 2 if you're not using it already as it helps to keep the game install folder clean and switching between profiles to test mods becomes a breeze.
  4. Firstly does the CBBE slider set file the program is looking for exist in that directory? Which game is your Outfit Studio setup for, in the settings you can choose skyrim or fallout 4 and also set the reference skeleton? The body you are trying to load should match that. So you want to make sure it's set as Fallout 4 with the correct directories if you are converting the outfit to fallout 4.
×
×
  • Create New...