Jump to content

Gamma_Metroid

Citizen
  • Posts

    36
  • Joined

  • Last visited

Everything posted by Gamma_Metroid

  1. That does fix it, thanks again!
  2. Yes, it's still there. I haven't moved or changed it since I first set it up.
  3. I am having some trouble with the "material names" feature again... This time, I can see in the debug log that the "sw-moss" LOD models appear to be found, but in the Object Report it is showing the default LOD model being used, and that is what ends up in the .bto files. For example 05007884 is a variant of rockL01, and the debug log shows these lines: Line 110412: [02:14] [BuildBaseRecords] <Debug: Looking for rockl01_LSC_AI_Dry for Skywind.esm _LSC_AI_DryRockL01 [STAT:05007884]> Line 110414: [02:14] [BuildBaseRecords] <Debug: Looking for rockl01_3DB38EABpassthru for Skywind.esm _LSC_AI_DryRockL01 [STAT:05007884]> Line 110415: [02:14] [BuildBaseRecords] <Debug: Looking for rockl01_3DB38EAB for Skywind.esm _LSC_AI_DryRockL01 [STAT:05007884]> Line 110416: [02:14] [BuildBaseRecords] <Debug: Looking for rockl01 for Skywind.esm _LSC_AI_DryRockL01 [STAT:05007884]> Line 110429: [02:14] [AddModel] <Debug: Meshes\morrowind\lod\landscape\rocks\rockl01_sw-moss_lod_0.nif RockL01:1 Shader Flags 1: Specular | Recieve_Shadows | Cast_Shadows | Own_Emit | Remappable_Textures | ZBuffer_Test Skywind.esm _LSC_AI_DryRockL01 [STAT:05007884]> Line 110430: [02:14] [AddModel] <Debug: Meshes\morrowind\lod\landscape\rocks\rockl01_sw-moss_lod_0.nif RockL01:1 Shader Flags 2: ZBuffer_Write | Vertex_Colors | EnvMap_Light_Fade Skywind.esm _LSC_AI_DryRockL01 [STAT:05007884]> but in the Object Report: _LSC_AI_DryRockL01 [STAT:05007884] Meshes\morrowind\landscape\rocks\rockl01.nif [CRC32:3DB38EAB] using textures\landscape\mountains\mountainslab02.dds, textures\landscape\mountains\mountainslab02_n.dds rockl01_lod_0.nif RockL01:1 = textures\landscape\mountains\mountainslab02.dds -> textures\morrowind\landscape\west coast\env3d_westcoast_rav_limestonetop_ai.dds Level0: meshes\lod\rocks\rockl01_lod_0.nif [CRC32:95177048] using textures\landscape\mountains\mountainslab02.dds, textures\landscape\mountains\mountainslab02_n.dds Mask: \ File: C:\DynDOLOD\Edit Scripts\DynDOLOD\Rules\DynDOLOD_SSE_Medium.ini LOD4: Level0 LOD8: None LOD16: None Full logs here: https://ufile.io/k5gxdda4
  4. I have an object that uses a vanilla mesh (dungeons\dwemer\platforms\dweplatmid01.nif) with a Texture Set. DynDOLOD's LOD model uses a rendered LOD texture, which (unless I am missing something) does not automatically get retextured by running TexGen or during LOD Generation. What is the best way to make sure the LOD model has the correct texture? Do I need to create an alternate rendered object texture?
  5. Turns out the problem was I had an ITM override on one of the MATO forms defined in the materials config file, which was preventing it from being picked up.
  6. I am having some trouble getting the material names config file to work in the latest version. The check for lod models containing the "sw-moss" string only seems to be happening when the full model doesn't have a corresponding lod model supplied by vanilla skyrim or DynDOLOD. I tried reverting to the test version that worked before but had the same problem, which would seem to indicate that it's something on my end, but I can't figure out what is wrong. Here are my logs: https://ufile.io/ydz5b5n7 For example, 05101261 has the material shader applied but is not being checked for the "sw-moss" variant lod model.
  7. Looks like that did the trick, thanks!
  8. I believe I have it set up correctly, but it seems to be looking for files with part of the base object EDID in them as well: [00:40] [MaterialName] <Debug: Processing sw-moss 0.9.9.63_gamma.esp _LSC_Eb_DryRockTundraLand01Grass01 [STAT:05101261]> [00:40] [BuildBaseRecords] <Debug: Looking for rocktundraland01_LSC_Eb_DryGrass01_sw-moss for 0.9.9.63_gamma.esp _LSC_Eb_DryRockTundraLand01Grass01 [STAT:05101261]> [00:40] [BuildBaseRecords] <Debug: Looking for rocktundraland01_LSC_Eb_DryGrass01 for 0.9.9.63_gamma.esp _LSC_Eb_DryRockTundraLand01Grass01 [STAT:05101261]> [00:40] [BuildBaseRecords] <Debug: Looking for rocktundraland01 for 0.9.9.63_gamma.esp _LSC_Eb_DryRockTundraLand01Grass01 [STAT:05101261]> Full logs: https://ufile.io/2i16u7be I included the material names config file as well in case that helps.
  9. That sounds perfect!
  10. Would the name need to be specific to the individual shader? The vertex alpha makes it possible for the model to receive any LOD shader. And on a practical level, we have multiple full detail moss shaders which end up using the same LOD moss shader. Maybe something more generic like "rocktundraland01_lod_1_mato.nif" ?
  11. Ah! I haven't even realized I set the vertex colors to all white. That explains that! Filename collisions are a concern I have wondered about. Generally I try to keep the filename and path as close as possible between the full model and LOD model. Is there any existing convention for when a single full model requires two different LOD models due to the directional shader?
  12. Hi Sheson, I have an LOD model with vertex colors that are not being carried over into the generated LOD. I have included some log files as well as the LOD model itself and a quad of the generated LOD so you can see the result: https://ufile.io/n4yy7pab The base formID is 05101261, and an example ref is 050A0357. The corresponding shapes in the generated LOD file are blocks 158 and 164. Is there something I am missing or is this a bug?
  13. Ahh I had forgotten that I needed to use empty lines to clear out the default settings. That did the trick. Thanks again!
  14. Strange. I can't imagine why I would have deleted them myself.... Well, I'll let you know if it ever happens again.
  15. Thanks! I was able to create the options file, and I could see in the LODGen export file that the mesh mask rules were added. However, the DynDOLOD output still does not assign objSnowHD where I want it. Running xLODGen on the same chunk does successfully give me the HD LOD shader there, so I'm sure the LOD4 model meets all the requirements. Is there still a conflict with the mesh mask settings somewhere? Here are the log files: https://ufile.io/jljd9gnz
  16. Hi sheson, I am trying to modify IsHDMeshMask / IsHDTextureMask rules while using DynDOLOD, as we discussed a while back and you showed me how to do with xLODGen. Looking at the changelog, it appears you enabled this functionality in DynDOLOD but I'm not sure how to use it. Where do I put the options file, and what do I name it? I don't see any "no options file found" line in the DynDOLOD log as there was in xLODGen.
  17. Do private messages delete themselves after a while? I haven't been on in a few months and was coming back to read over a PM I received in the past, but my inbox is mysteriously empty.
  18. Hi sheson, What exactly are the criteria for an object to be assigned the "objSnowHD" tag in object LOD? I have given it a directional material with "snow" in the name, and ticked the "Uses High-Detail LOD Texture" box, but it comes out with just "objSnow" or "objSnow-LargeRef" For context, I am trying to hijack the HD Snow LOD material for a moss shader, so I can have more than two LOD materials. I have the default object set up so it all works in game if I give it "objSnowHD-LargeRef" manually, I just can't figure out exactly what I need to do to get DynDOLOD to assign the proper string. Here are my relevant log files, if those help: https://ufile.io/p2c5g4at
  19. The black textures are gone after using the "Rebuild Atlas" function. I didn't try regenerating after the initial problem so maybe it was a one-off glitch. I will let you know if it happens again.
  20. https://ufile.io/f/11w1y
  21. Hi Sheson, I am getting some black textures on my atlas with the new version. Logs and screenshot: https://ufile.io/f/jc9j3 Affected textures include: textures\morrowind\architecture\vivec\exteriors\env2d_chim_vivecwallplaster.dds textures\morrowind\architecture\vivec\exteriors\env2d_chim_vivecmarble.dds If there are any more files that would be helpful please let me know.
  22. I see, that is unfortunate. Thanks for the info! And just a heads up, that page in the manual says the ash forms are in Dawnguard.esm when they are actually in Dragonborn.esm.
  23. I have two questions regarding LOD material shaders: 1. Is it possible to configure DynDOLOD to use a different FormID for the ash and snow LOD shaders? Or would I need to use the existing vanilla forms, and modify them to be what I want? 2. Can I create a new rule for LOD shaders, for a moss LOD shader?
  24. I am having some trouble now with alpha 93. The diffuse texture atlas is fine but the normal map atlas is coming out as a tiny 4x4 pixel image for some reason. Here are the logs and one pair of atlases: https://ufile.io/f/0qvmv
  25. That has solved it, thanks!
×
×
  • Create New...

Important Information

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