-
Posts
117 -
Joined
-
Last visited
Everything posted by Thicketford
-
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.
-
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.
-
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?
-
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.
-
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?
-
SSE NIF compatibility issues
Thicketford replied to icecreamassassin's topic in Skyrim's Creation Kit and Modders
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. -
SSE NIF compatibility issues
Thicketford replied to icecreamassassin's topic in Skyrim's Creation Kit and Modders
I'm having a similar problem with static items using custom meshes/textures. Some have the spiral pattern, others have a rainbow effect and others are completely invisible (most of my invisible ones seem to be glass bottles). http://i.imgur.com/V14Haks.jpg -
What exactly is restricted on PS4?
Thicketford replied to wobbuvahi's topic in Skyrim's Creation Kit and Modders
So scripts aren't allowed in PS4 mods? Can someone please confirm this. -
I assumed that items from other games are allowed if they are created from scratch and not just imported?
-
I actually need F4SE to play the game. It's the only way I can use custom controls and use left handed analogue sticks. So I think I'm allowed to be a little annoyed about this.
-
I want to make a mod that removes various bits of clutter from settlements (trash piles, rubble piles etc). I assumed I could just check the 'initially disabled' box in the CK, but now I'm not so sure. I have seen various threads talking about pre-combined meshes and that you have to use the 'Precombine Geometries for Current Cell' and 'Generate Visibility for Loaded Area' options to avoid visual glitches. I have a basic understanding of what pre-combined meshes are, but I'm still a bit confused. So I have a few questions I was hoping to get answers for... Is this still necessary (ie. has anything about it been touched in a recent patch)? What would happen if I didn't do it?If I dragged the objects under the world so they couldn't be seen instead of disabling would I still need to do it? See Troskii's reply here for more info... https://forums.nexusmods.com/index.php?/topic/4592935-rebuilding-visibility-and-precombined-meshes/
-
http://www.nexusmods.com/fallout4/mods/16011/?
-
I've just installed 0.1.19 and I can get into the game. Did you make sure to copy over both .dll files and delete the old .dll?
-
Sorry, I mistyped. I copied what 'whodat1' posted. I was referring to the 0.1.19 version for the 1.6.3 beta patch. According to nalex66 in this thread... https://community.bethesda.net/thread/3335?start=195&tstart=0, 0.1.19 works with the latest update. I keep seeing conflicting reports on whether it will work or not, which is why I'm hesitant to use it.
-
LordofWar - 3 Armor Mods Deleted From Database
Thicketford replied to H00V3RD8M's topic in Fallout 4's Discussion
It's a shame that it was taken down. I can understand feeling drained and not wanting to make more mods, but I can't fully understand why you would pull something that you had already uploaded. You're denying access to a majority for the actions of a minority. I'm planning on using the Rebel later on in my play through, and I luckily downloaded it last week. I'd be very disappointed if I hadn't, only to find the mod had gone.- 129 replies
-
- file not found
- deleted
-
(and 2 more)
Tagged with:
-
Does the 1.9 beta definitely work with the new patch? Doesn't Bethesda sometimes make additional tweaks between a beta and full release? Sorry for asking, but I just want to be sure.