Jump to content

Recommended Posts

Posted
  On 9/19/2023 at 5:46 PM, sheson said:

The 3D tree LOD models use 1:1 copies of the full models. Whatever you see are probably effects in the game.

Expand  

For context, the above was in response to my inquiry regarding perceived differences in lighting effects between 3D tree LOD models and full models.

Ok, the 3D tree LOD models from DynDOLOD Resources are exact copies of the vanilla full models, indeed. But...

When the 3D tree LOD models are merged into the object LOD BTO mesh, their BSLightingShaderProperty is not copied over. The whole tree object LOD node has its own BSLightingShaderProperty.

treepineforest01passthru_lod.nif | Tamriel.4.0.4.bto

image.pngimage.png

I understand some are useless/ineffective with LOD, such as shadows and animations, so are omitted in the BTO. I'm not sure about the other differences, though, whether they are significant or not.

Thanks.

Posted
  On 9/24/2023 at 11:51 AM, Mousetick said:

For context, the above was in response to my inquiry regarding perceived differences in lighting effects between 3D tree LOD models and full models.

Ok, the 3D tree LOD models from DynDOLOD Resources are exact copies of the vanilla full models, indeed. But...

When the 3D tree LOD models are merged into the object LOD BTO mesh, their BSLightingShaderProperty is not copied over. The whole tree object LOD node has its own BSLightingShaderProperty.

treepineforest01passthru_lod.nif | Tamriel.4.0.4.bto

image.pngimage.png

I understand some are useless/ineffective with LOD, such as shadows and animations, so are omitted in the BTO. I'm not sure about the other differences, though, whether they are significant or not.

Thanks.

Expand  

Own Emit is removed because the color is black.

Vertex Alpha is not properly supported by LOD - it becomes transparency with a threshold of 128.

Env map is not suported by LOD.

Posted
  On 9/24/2023 at 12:51 PM, sheson said:

Own Emit is removed because the color is black.

Vertex Alpha is not properly supported by LOD - it becomes transparency with a threshold of 128.

Env map is not suported by LOD.

Expand  

Texture Clamp, Glossiness, Specular Color, and Specular Strength are also changed for the trees in the BTO, so can I assume that all 3D tree LODs could adopt those (and only those) shader flags you mention and values for the four settings I mention here?

Posted
  On 9/24/2023 at 3:41 PM, z929669 said:

Texture Clamp, Glossiness, Specular Color, and Specular Strength are also changed for the trees in the BTO, so can I assume that all 3D tree LODs could adopt those (and only those) shader flags you mention and values for the four settings I mention here?

Expand  

Leave the shader settings as the full model. If any of the settings causes issues in LOD because it slips through, report it.

Posted
  On 9/24/2023 at 3:41 PM, teadude said:

hi sheson. your latest exe fixed the issue :) what should i tell the developer for EVT? as i reported it as a bug on they page

Expand  

This is about billboard placements on the atlas texture. The billboards you have were generated by TexGen, so they are good to use as is.

Posted
  On 9/24/2023 at 4:40 PM, sheson said:

Leave the shader settings as the full model. If any of the settings causes issues in LOD because it slips through, report it.

Expand  

So since you did not mention the other values in the BTO for Texture Clamp, Glossiness, Specular Color, and Specular Strength, I must assume that you agree these settings could be adjusted in the LOD models to those values used in the BTO tree shapes?

  On 9/24/2023 at 3:41 PM, teadude said:

hi sheson. your latest exe fixed the issue :) what should i tell the developer for EVT? as i reported it as a bug on they page

Expand  
  On 9/24/2023 at 4:46 PM, sheson said:

This is about billboard placements on the atlas texture. The billboards you have were generated by TexGen, so they are good to use as is.

Expand  

I would be servicing this issue if the mod (EVT in this case) had an issue, but your response tells me nothing about the 'problem'. I must assume that the change you added to the test DynDOLODx64.exe resolved the issue and that the mod is not the problem here? Or are you saying that there are third-party billboards mucking things up?

So what was the cause of the billboard artifacts mentioned and the resolution?

Posted
  On 9/24/2023 at 7:05 PM, z929669 said:

So since you did not mention the other values in the BTO for Texture Clamp, Glossiness, Specular Color, and Specular Strength, I must assume that you agree these settings could be adjusted in the LOD models to those values used in the BTO tree shapes?

Expand  

No. I do not not. As I said, leave the shader settings as the full model. They should not be adjusted. Do not invent unnecessary or counter productive steps. The LOD model should work exactly like the full model when being used in the game directly.

  On 9/24/2023 at 7:05 PM, z929669 said:

I would be servicing this issue if the mod (EVT in this case) had an issue, but your response tells me nothing about the 'problem'. I must assume that the change you added to the test DynDOLODx64.exe resolved the issue and that the mod is not the problem here? Or are you saying that there are third-party billboards mucking things up?

So what was the cause of the billboard artifacts mentioned and the resolution?

Expand  

"The billboards you have were generated by TexGen, so they are good to use as is." <- That means the mipmap artefact was not caused by third party billboards.
"This is about billboard placements on the atlas texture." <- That means, the placement of a billboard next to another texture on the object LOD atlas texture caused the mipmap artefact. The solution was to fix how billboards are placed on the texture atlas.

Posted
  On 9/24/2023 at 7:43 PM, sheson said:

No. I do not not. As I said, leave the shader settings as the full model. They should not be adjusted. Do not invent unnecessary or counter productive steps. The LOD model should work exactly like the full model when being used in the game directly.

Expand  

Got it. Thanks

  On 9/24/2023 at 7:43 PM, sheson said:

"The billboards you have were generated by TexGen, so they are good to use as is." <- That means the mipmap artefact was not caused by third party billboards.
"This is about billboard placements on the atlas texture." <- That means, the placement of a billboard next to another texture on the object LOD atlas texture caused the mipmap artefact. The solution was to fix how billboards are placed on the texture atlas.

Expand  

So I assume you mean on the DynDOLOD atlas and not an atlas from the mod?

Posted
  On 9/24/2023 at 9:34 PM, z929669 said:

Got it. Thanks

So I assume you mean on the DynDOLOD atlas and not an atlas from the mod?

Expand  

The object LOD atlas texture - in particular the one I requested from the user together with the txt from the DyNDOLOD export folder - was part of the DynDOLOD output.

Read the posts what was troubleshooted and what files I requested in addition to the logs.

Posted
  On 9/23/2023 at 7:20 PM, sheson said:

From MO2 right window data tab find the billboards and make sure they are from TexGen output and upload them:
..\Textures\terrain\lodgen\skyrim.esm\reachtree02_000b8a74_1.dds
..\Textures\terrain\lodgen\skyrim.esm\reachtree02_000b8a74_2.dds
from DynDOLOD output upload
..\Textures\DynDOLOD\LOD\DynDOLOD_Tamriel.dds

Also upload C:\Modding\Modlist Wabba\Tools\DynDOLOD 3 Alpha 128\Edit Scripts\Export\LODGen_SSE_ObjectAtlasMap_Tamriel.txt

Expand  
  On 9/25/2023 at 5:42 AM, sheson said:

The object LOD atlas texture - in particular the one I requested from the user together with the txt from the DyNDOLOD export folder - was part of the DynDOLOD output.

Read the posts what was troubleshooted and what files I requested in addition to the logs.

Expand  

I understand you want users to really read the documentation and your posts, but it's not possible to glean the necessary information requested without using assumptive inference unless explicitly stated. This is why we are both spending extra time on my now three follow-up questions.

The answer I now more confidently assume explicitly stated:

The object LOD atlas texture, DynDOLOD_Tamriel.dds <-- the placement of a billboard next to another texture on the object LOD atlas texture caused the mipmap artifact. The solution was to fix how billboards are placed on the this texture atlas.

Thank you

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Guidelines, Privacy Policy, and Terms of Use.