jefe323 Posted December 23, 2009 Share Posted December 23, 2009 I'm working on a new mod and I forgot to check "Visible when distant." Now I have about 400 items that I would like to be seen from far away. is there a way to add this all at once, or I am stuck adding the it piece by piece. thanks Link to comment Share on other sites More sharing options...
Darthlvlaul Posted December 23, 2009 Share Posted December 23, 2009 I did the exact same thing you did LOL,IDK if it's possible but I would love to hear about this also. :biggrin: Link to comment Share on other sites More sharing options...
DavidBudreck Posted December 24, 2009 Share Posted December 24, 2009 Visible when distant is only going to solve part of your problem, so don't kill yourself redoing everything. To truly see stuff from a distance, like towers and landscape, etc, you need to create LOD files. I am not an expert on doing that; I just know what they are and what they do, so do a quick search on "LOD" or "Heightmap". Link to comment Share on other sites More sharing options...
Vagrant0 Posted December 24, 2009 Share Posted December 24, 2009 (edited) I'm working on a new mod and I forgot to check "Visible when distant." Now I have about 400 items that I would like to be seen from far away. is there a way to add this all at once, or I am stuck adding the it piece by piece. thanksThe visible when distant flags in the CS are currently redundant because there are third-party programs which work better. Try using TES4LODGen when you eventually get to where you need to generate LOD objects. Not only will it generate the lists intelligently, based off what _far.nifs you have, but it will also do so without bothering to check the VWD status of the object, and is much less prone to crashing half-way through. The CS flags actually are known to cause problems if you plan on making your mod a .esm since any object marked with the VWD flag can cause the entire cell to become broken. Edited December 24, 2009 by Vagrant0 Link to comment Share on other sites More sharing options...
jefe323 Posted December 24, 2009 Author Share Posted December 24, 2009 I'm working on a new mod and I forgot to check "Visible when distant." Now I have about 400 items that I would like to be seen from far away. is there a way to add this all at once, or I am stuck adding the it piece by piece. thanksThe visible when distant flags in the CS are currently redundant because there are third-party programs which work better. Try using TES4LODGen when you eventually get to where you need to generate LOD objects. Not only will it generate the lists intelligently, based off what _far.nifs you have, but it will also do so without bothering to check the VWD status of the object, and is much less prone to crashing half-way through. The CS flags actually are known to cause problems if you plan on making your mod a .esm since any object marked with the VWD flag can cause the entire cell to become broken. thanks Link to comment Share on other sites More sharing options...
Recommended Posts