Ok so I've finally got mine working and I think I've found the problem for those still having the no texture/meshes issue even after setting up their .INI files following the guide at http://wiki.tesnexus.com/index.php/Fallout_4_Mod_Installation What I found was that in addition to the three 3 .INI files in Documents/MyGames/Fallout4 that we are supposed to edit, there was also a Fallout4.INI file in Program Files (x86)/Steam/SteamApps/common/Fallout4/Data, aka the file where we install the mods. This .INI had a lot more text than the others, but what I did was Ctrl+F [Archive], and there was a line: bInvalidateOlderFiles=0 change this to bInvalidateOlderFiles=1 this must have been overriding the changes we made to the .INI in the documents folder. Also, a bit lower down, still under [Archive] there was a line: sResourceDataDirsFinal=TEXTURES\, MESHES\, change this to sResourceDataDirsFinal= And now everything is working as it should on my end.