Difference between revisions of "Visible When Distant Tutorial"

Byline removed
imported>Eddwills
(Tutorial to who how the "Visible When Distant" checkbox works.)
 
imported>QQuix
(Byline removed)
 
(8 intermediate revisions by 7 users not shown)
Line 1: Line 1:
Written by [[User:Eddwills|eddwills]] 19:30, 21 May 2006 (EDT)


[[Image:VisibleWhenDistantCheckbox.jpg|thumb|right|"Visible When Distant" checkbox]]Many of you will have seen this checkbox, checked it, but found it to be completely useless, because when you walk away from whatever it is in the game, you can clearly see that it is not at all visible. I made this tutorial after reading [http://www.elderscrolls.com/forums/index.php?showtopic=425499&st=0 this forum topic] and seeing [http://media.putfile.com/Oblivion_probleme this video]. It's more of an explanation than a tutorial, but nevermind.
 
[[Image:VisibleWhenDistantCheckbox.jpg|thumb|right|"Visible When Distant" checkbox]]Many of you will have seen this checkbox, checked it, but found it to be completely useless, because when you walk away from whatever it is in the game, you can clearly see that it is not at all visible. I made this tutorial after reading a forum post and seeing an online video - neither of which exist any longer. It's more of an explanation than a tutorial, but nevermind.


The good thing about the gamebryo engine that Oblivion uses is that it does a lot of things automatically. For example, when texturing a mesh, you do not have to apply normal maps and glow maps to it. Instead, you have your default texture called MyTexture.dds, and then you place a normal map called MyTexture_n.dds and the game will automatically use it as a normal map for whatever uses MyTexture.dds.
The good thing about the gamebryo engine that Oblivion uses is that it does a lot of things automatically. For example, when texturing a mesh, you do not have to apply normal maps and glow maps to it. Instead, you have your default texture called MyTexture.dds, and then you place a normal map called MyTexture_n.dds and the game will automatically use it as a normal map for whatever uses MyTexture.dds.
Line 9: Line 9:
I hope this helps many people, because I know a lot of people including myself have wondered why that checkbox didn't do anything.
I hope this helps many people, because I know a lot of people including myself have wondered why that checkbox didn't do anything.


Thanks for reading!
 
 
 
'''Note:''' If you have tried this and it still isn't working quite right, try going to World->World Testing->Update Distant LOD. Thanks to dung_beetle for pointing that out.
 
'''Another note:''' If it still doesn't work, try [[TES4qLOD]] program, which should generate all VWD objects without any crashes. Using special options, it can also generate all distant objects, even when those objects are not flagged as VWD. However remember that each of those objects, except standard "ModelName.nif" file, must have a "ModelName_far.nif" in the same "data\meshes\..." directory, otherwise it will not be visible in the game from distant. Note that many vanilla objects, even buildings, do not have a "_far" model, and in these cases you should make simplified "_far" nif versions.


[[Category:Tutorials]]
[[Category:Tutorials]]
[[Category:Worldbuilding_Tutorials]]
Anonymous user