Difference between revisions of "Visible When Distant Tutorial"

170 bytes removed ,  07:51, 24 June 2012
Byline removed
imported>UDUN
m
imported>QQuix
(Byline removed)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Byline}}


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 11: 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!
 




Anonymous user