Jump to content

robotized

Premium Member
  • Posts

    398
  • Joined

  • Last visited

Nexus Mods Profile

About robotized

Recent Profile Visitors

18703 profile views

robotized's Achievements

Rising Star

Rising Star (9/14)

2

Reputation

  1. Hello again When you export a nif with physics, OS should warn you about it and show a small window with a message: In this window, below the text is the path of the model itself. You just have to put a tick in the small checkbox in front of the file path, in order to select it and then confirm with pressing OK.
  2. No problem. Btw you were referring to this outfit, right? If yes, the hood is actually a separate mesh inside the nif(body_cloth:1). You can select it and press Delete and it will be gone without too much hassle. Then export the nif. Well, unless you are editing a CBBE version of the female outfit, it's a bit different there. You should watch some videos then, on how to open, edit and save body slide files. If you want the cap gone as well, this job is done in a plugin with an override of the Hooded Rags armor - remove the AAClothesResident6Hat [ARMA:0019DB8E] armor addon from the Models and disable Hair Top and Hair Long biped slots.
  3. You are welcome. If the hood has separate mesh and its own texture, then it has its own material too. Open the material(BGSM) with Material Editor and reduce Alpha from 1 to 0. This will definitely make the mesh invisible. I did a quick test, it's working and is not required to add alpha property.
  4. If the hood is a separate mesh, check what material it uses. If it's the same as the rest of the outfit, then assign new material. For the new material try with Alpha set to 0. I'm not sure if it's required to have alpha property for the tri mesh in the nif. If the hood is part of the outfit, there are two things you can do. First, just delete the hood from the mesh. In Outfit Studio use masking on the hood, then invert mask and delete vertices. Or second, add alpha property for the tri shape(mesh) of the outfit. Open material and enable Alpha Test. Edit the texture and delete the part with the hood. Make sure the texture has alpha channel, I think when you delete something, the background should be transparent. Save the texture with BC3/DXT5 compression and enabled mipmaps. Setting for Alpha Test Reference in the material could have influence on the transparency. Note: Some operations are done in NifSkope, like adding alpha property to a mesh.
  5. When you said "distribute", I hope I didn't misunderstand something. My mod does not distribute overlays, it is meant for applying the overlays yourself, to PC and companions. If you are asking about mods with EVB female textures, I know about a few. 4K HD EVB Skins - just upscaled EVB textures. NUCLEAR Nude (Enhanced Nude) Katrin EVB and CBBE WEARABLE body underwears - same author also has Enhanced Nevernude mod. EVB Refreshment - 4K Skin Texture for EVB - Mesh Seam Fixes and Dismemberment Valkyr Female Face and Body Textures - this is for vanilla body, I'm guessing it will work on a nevernude EVB body. Edit: The Wandering Scavver- Face and Body Textures VANILLA EVB CBBE - there are a two options for vanilla nevernude body, which means it should work with nevernude EVB as well.
  6. One of my earlier mods can be considered sort of a framework, to apply body textures as overlays. This means you have to download skin mods, extract the necessary textures from their archives and put them in the appropriate folders. To use the overlays you need Main file + Update 1.4 + JSON fix. https://www.nexusmods.com/fallout4/mods/43165?tab=description Of course overlays are not meant for body textures. They have their own little quirks, but they don't require a body source and are "persistent" (compared to the skin overrides).
  7. Try with this: [ { "id" : "69sexykenny69_mystique", "name": "$mystique", "slots" : [ { "slot" : 3, "material" : "overlays\\<69sexykenny69\\mystique.bgem" } ], "playable" : true, "transformable" : false, "sort": 0, "gender": 1 } ] Also try with renaming the translation file to Mystique_en.txt. Upper case M, to match the name of the esp. The content of translation file should remain as it is.
  8. Decals on walls/ground are not the same as decals on armor. Decals on armor are a mesh alongside/on top of the main mesh of the torso(or wherever the decal is placed). This mesh should have its own material and textures. If you want to switch to different decal, then you can do it with material swaps and object mods. I don't have CC content so I can't tell you anything about the X02. If the torso has decals, then find the nif for the PA torso piece and check out the meshes that it contains.
  9. https://www.nexusmods.com/fallout4/mods/69508?tab=description For this patch I used MCM hotkey to execute console commands and switch between two values of a Global Variable. It was my first time doing MCM menu, I looked at other mods for example. I don't know if I did it the right way, but it works. I'm sorry, I don't know how to display the text ON/OFF.
  10. Not exactly what you are looking for, but the mod advertises having impact landing TALOS Exoskeleton Redux -- A Power Armour Alternative
  11. Well, yes, I figure it's like this, considering the example(template/ArmorTemplate_Wet.bgsm) is used for a lot of armors in the game. But I didn't mention the wetness templates with the suggestion to edit them. Rather to use one of the templates and not mess around with settings.
  12. Uugh, nope, doesn't work. I was curious, so I gave it a try. The only way to have some semi transparency in the preview - remove alpha property for the mesh, in the BGSM use default(Unknown) alpha blend mode and just reduce the Alpha. But you know, when you drop it, the mesh will look like ...um like a lot of dots and will flicker a bit.
  13. First time I did a settlement decoration mod, I encountered similar problem. RailRoad Signs - Settlement Decorations At the workshop menu preview the signs were invisible. They appeared after I enabled Alpha Test in the material file. Not sure if you can use Alpha Test option together with alpha blending, but you can give it a try at least.
×
×
  • Create New...