Jump to content

Thicketford

Premium Member
  • Posts

    117
  • Joined

  • Last visited

Nexus Mods Profile

About Thicketford

Profile Fields

  • Country
    None
  • Currently Playing
    Fallout 4
  • Favourite Game
    Fallout 3

Thicketford's Achievements

Collaborator

Collaborator (7/14)

  • First Post
  • Collaborator Rare
  • Conversation Starter
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Thank you for the replies, but unfortunately I still can't seem to figure out how to fix it. I may have to try a different program.
  2. The only file I've edited is 'SynthUniform_D.dds'. I open it in GIMP, uncheck 'load mipmaps', and edit the color. I exported it using the following settings... BC3/DXT5 compression Generate mipmaps Use Perceptual Error Metric. I placed the file in the correct folder structure in my data folder and checked it in game.
  3. I've tried removing the alpha channel but I still get the strange pattern on the arms and legs. I've noticed that the black retexture on the Nexus has the exact same white marking on the arms and legs, but the retexture is fine in the game.
  4. I'm trying to change the color of the synth uniform using GIMP, however there are transparent sections on the arms and legs. https://i.imgur.com/wroo2zB.jpg My recolor is showing in game, but the patches on the arms are showing the original colors. Does anyone know how to fix this?
  5. EDIT - I fixed the textures by opening them in Gimp and exporting them. I converted my 'Seagulls Rest' mod for SSE a while back. The PC version works perfectly fine, however the Xbox version has a few items with missing textures (they show up as purple). I realised that the textures were missing and noticed that the Xbox .bsa is about 2000kb smaller. No matter how I try to create the archive, those textures aren't added by the CK. I tried the following three methods... Creating the archive during upload to Bethesda.netCreating the archive first using the auto generated list of filesCreating the archive first, deleting the list and dragging and dropping every single file individually The textures in question are all from modders resources. Specifically the Witcher resource pack and the Kitchen tools resource pack. The files in question are... Witcher alchtools.dds chest02.dds chest02_m.dds lock.dds cards01.dds cards01_n.dds Kitchen Tools copper01_n.dds copper.dds copper_n.dds Any help would be greatly appreciated.
  6. I was really looking forward to playing today. I'm only a few hours away from finishing my first playthrough. If Bethesda had included southpaw controls I wouldn't even have to use F4SE.
  7. For most armors, the protection per limb is the DR of the armor divided by five (torso + four limbs). However, Maxson's coat and the Minute man General Uniform have double that amount. If you look at them in the CK you can see that they occupy all five under-armor slots and all five over-armor slots. Most other armors only use one set of slots. http://i.imgur.com/ay2TIiY.jpg Do you think this was intentional?
  8. I tested my mod without pre -combining and I was getting micro stutter when turning around near Red Rocket. I tested it again after pre-combining and the stutter was gone. It would seem in this case, that generating meshes and pre-vis improved performance.
  9. The mod I am making will be the only world-editing one I have installed. I take it at the very least, it won't do any harm to generate the pre-combine and pre-vis? I've tested the mod without generating anything, and I'm not seeing any visual bugs. Also, I thought the cell reset bug had been fixed?
  10. I want to create a mod for myself that removes trash and rubble piles from Red Rocket and also add a few other items such as window shutters, posters etc. I've searched a lot of threads, but I can't find any definitive answers on the subject of pre-combined meshes and the cell reset bug. So I was hoping someone could answer a few questions. Assuming this is the only mod I have that edits an exterior cell... Has the cell reset bug been confirmed to have been fixed?Is it necessary to generate new pre-combined meshes and pre vis?What will happen if I don't generate them? I have seen reports that pre-combined meshes will be disabled only for affected cells, but I have seen others that report pre-combined meshes are disabled for the entire world space.
  11. I've added shutters to the windows at Star Light drive in. The shutters are tied to an initially disabled x marker ("shuttermarker") and I'm trying to add a script to a button that will toggle them on/off. Here's the script... Scriptname StarlightShutters extends ObjectReference ObjectReference Property ShutterMarker Auto Event OnActivate(ObjectReference akActionRef) if (ShutterMarker.IsDisabled()) ShutterMarker.Enable() elseif ShutterMarker.Disable() endif EndEvent I keep getting the error "cannot cast a void to a bool to perform a condition check" when I try to save it. Can anyone help?
  12. Can confirm that this works. Look at the pink cupcakes in the screenshot... http://i.imgur.com/LjeLePf.jpg Also, I got the invisible meshes to appear by using the 'Triangulate All Strips' option.
×
×
  • Create New...