z929669 Posted September 24, 2023 Posted September 24, 2023 2 hours ago, 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. 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?
sheson Posted September 24, 2023 Author Posted September 24, 2023 1 hour ago, 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? Leave the shader settings as the full model. If any of the settings causes issues in LOD because it slips through, report it.
sheson Posted September 24, 2023 Author Posted September 24, 2023 1 hour ago, 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 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.
z929669 Posted September 24, 2023 Posted September 24, 2023 2 hours ago, 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. 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? 3 hours ago, 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 2 hours ago, 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. 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?
sheson Posted September 24, 2023 Author Posted September 24, 2023 38 minutes ago, 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? 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. 38 minutes ago, 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? "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.
z929669 Posted September 24, 2023 Posted September 24, 2023 1 hour ago, 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. Got it. Thanks 1 hour ago, 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. So I assume you mean on the DynDOLOD atlas and not an atlas from the mod?
Yakisumi Posted September 24, 2023 Posted September 24, 2023 I can't attach dyndolod debug log because even with compression it's bigger than 3mb, what should i do?
z929669 Posted September 25, 2023 Posted September 25, 2023 2 hours ago, Yakisumi said: I can't attach dyndolod debug log because even with compression it's bigger than 3mb, what should i do? Read the OP and forum rules? The suggested methods with links are provided.
sheson Posted September 25, 2023 Author Posted September 25, 2023 8 hours ago, z929669 said: Got it. Thanks So I assume you mean on the DynDOLOD atlas and not an atlas from the mod? 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.
sheson Posted September 25, 2023 Author Posted September 25, 2023 5 hours ago, Yakisumi said: I can't attach dyndolod debug log because even with compression it's bigger than 3mb, what should i do? Read the first post and/or https://dyndolod.info/Official-DynDOLOD-Support-Forum#Post-Logs and/or my signature how to use a file service to upload large files.
z929669 Posted September 25, 2023 Posted September 25, 2023 On 9/23/2023 at 2: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 8 hours ago, 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. 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
2PHAZT Posted September 25, 2023 Posted September 25, 2023 Hi Sheson, at first thank you for your ongoing efforts! Since v129 Texgen produces brighter LOD-textures than before for me. Process runs through like before with no errors. So my solution was to use v128 since it produced the desired results - until today. I can't use this version anymore.
sheson Posted September 25, 2023 Author Posted September 25, 2023 11 minutes ago, 2PHAZT said: Hi Sheson, at first thank you for your ongoing efforts! Since v129 Texgen produces brighter LOD-textures than before for me. Process runs through like before with no errors. So my solution was to use v128 since it produced the desired results - until today. I can't use this version anymore. Read the first post and/or https://dyndolod.info/Official-DynDOLOD-Support-Forum#Post-Logs which TexGen log and debug to upload when making posts. From the first post: Always use the latest alpha version. Do not waste time using older versions or reporting problems with older versions. https://dyndolod.info Always use the latest version. Using the latest version and providing feedback or reporting problems is a requirement to participate in the alpha test. Do not waste time using older versions or reporting problems with older versions. Participating in the alpha test requires to report any problems to the official DynDOLOD support forum. https://dyndolod.info/Help/TexGen#Direct-Ambient-Smoothness
2PHAZT Posted September 25, 2023 Posted September 25, 2023 (edited) Here are the logs: https://ufile.io/f/xa97c It's just that from v129 on the almost default values produce a much brighter outcome - at least for me. Hoped that this effect would be fixed in the meanwhile just to see, that I cant generate lod anymore with the last working version I used. Using dyndolod since v30 or so with no problems. Edit: Seems, that only the grass is affected. Seems to be some grass where loose textures overwrite a bsa. Edited September 25, 2023 by 2PHAZT
sheson Posted September 25, 2023 Author Posted September 25, 2023 59 minutes ago, 2PHAZT said: Seems to be some grass where loose textures overwrite a bsa. Does that mean the issue is resolved?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now