sheson Posted September 17, 2018 Author Share Posted September 17, 2018 (edited) Hi sheson, I've read the documentation on patching but I think I need a concrete example :) I'm trying to patch Enhanced Landscapes for Herds of Skyrim. I understand how the .inis need to be named etc. However, I don't want to disable every instance of an object; I want to disable a specific reference to an object. Would you please give a specific example of this, specifically when dealing with REFIDs? I'm not really sure how to handle prefixes in this instance. :)Have a look at the contents of DynDOLOD_enhancedlandscapesesp.ini for example LODGenX=[pluginfilename.esp];[formid],,,,,Delete,0 The formid has to be a reference Edited September 17, 2018 by sheson 1 Link to comment Share on other sites More sharing options...
Noobsayer Posted September 17, 2018 Share Posted September 17, 2018 Have a look at the contents of DynDOLOD_enhancedlandscapesesp.ini for example LODGenX=[pluginfilename.esp];[formid],,,,,Delete,0 The formid has to be a reference Thank you! Link to comment Share on other sites More sharing options...
Shadriss Posted September 17, 2018 Share Posted September 17, 2018 So it Looks like it is an issue of Simply Knowck with that inofficial dll.Not the unofficial .DLL file provided. If you go into that mod's original setup, there is a copy of the papyrus .dll file in there for some reason. If that copy is loaded after the updated Papyrus Utilities, then it is, in essence, loading an old copy. The unofficial SK file works fine - you just need to ensure that SK's original file structure does not overwrite Papyrus Utilities - this is why Sheson noted that mod authors shouldn't include it in their mod file structures. Link to comment Share on other sites More sharing options...
DarthVitrial Posted September 17, 2018 Share Posted September 17, 2018 Quick question, blackbriarchalet.nif, rtsnowshowhouse01.nif, rtplayerhouse01city.nif, and presumably a number of others (I got bored and clicked "yes to mod") in DyndoLOD Resources are overriding the same files from the ENB Particle Patch. Should we overwrite them? Link to comment Share on other sites More sharing options...
sheson Posted September 18, 2018 Author Share Posted September 18, 2018 Quick question, blackbriarchalet.nif, rtsnowshowhouse01.nif, rtplayerhouse01city.nif, and presumably a number of others (I got bored and clicked "yes to mod") in DyndoLOD Resources are overriding the same files from the ENB Particle Patch. Should we overwrite them?Yes Link to comment Share on other sites More sharing options...
natenater Posted September 19, 2018 Share Posted September 19, 2018 Man, I was a bit skeptical about the difference this would make but after finally getting it set up the way I wanted and seeing Dragonsreach from Riverwood I can definitely see why people rave about this. This is definitely a mainstay in my load order now. Link to comment Share on other sites More sharing options...
godescalcus Posted September 21, 2018 Share Posted September 21, 2018 (edited) If you are generating 3D tree LOD, the billboards are used for the higher LOD levels and fall back only in case a 3D LOD models is not found. Billboards are LOD resources for "2D" tree LOD only. It seems the mod is just replacing the full textures used by the branches. You will need to create 3D LOD models with the green tree branches textures. The texture needs to be converted to a LOD texture with adjusted alpha channel. You will find more info in DynDOLOD\Docs\trees.ultra\tools\DynDOLOD_CreateStaticTree.htmlI'm trying to understand the process but until I do, what if I hide all treeaspen0*passthru_lod.nif from the resources? Will DynDOLOD revert to billboards instead? Not perfect (I've already tried a 2D trees DynDOLOD and, although the lods now match the green aspens, they don't look as good after playing with 3d tree lods for months)... But a temporary fix until I manage to get those 3d models. Edited September 21, 2018 by godescalcus Link to comment Share on other sites More sharing options...
sheson Posted September 21, 2018 Author Share Posted September 21, 2018 (edited) I'm trying to understand the process but until I do, what if I hide all treeaspen0*passthru_lod.nif from the resources? Will DynDOLOD revert to billboards instead? Not perfect (I've already tried a 2D trees DynDOLOD and, although the lods now match the green aspens, they don't look as good after playing with 3d tree lods for months)... But a temporary fix until I manage to get those 3d models. This is what mesh rules are for. Just create a new rule similar to the second to last "tree" mesh rule, but for "treeaspen" with all LOD levels set to Billboard. Edited September 21, 2018 by sheson Link to comment Share on other sites More sharing options...
godescalcus Posted September 21, 2018 Share Posted September 21, 2018 (edited) Manage to go one step further, there's another green aspen mod, luxor's Natural Aspen Trees that requires RAT to be installed and recolors it. I "guessed" since the billboard "checksum" suffix is the same as RAT's, that would mean DynDOLOD would still be recognizing RAT's mesh replacers (which are untouched by luxor) and so, if set to generate 3d trees, it would use your static models provided in the resources for RAT. So I took luxor's treeaspenbranchcomp0*.dds, resized them to 512 and used nvdxt to adjust the alpha with 0.1 threshold, and renamed them adding the 'lod' suffix before .dds, so that they replace DynDOLOD's lod textures. I actually generated DynDOLOD without adjusting alpha, and the lod models were too thin. So I regenerated with the adjusted alpha and the result was better. This is where I'm at, now: LOD without alpha adjustment / Threshold 0.1 LOD models / When the full model kicks in: I see improvement when the alpha is adjusted but there's still a huge difference in how the lighting affects the trees, both stem and branches but especially the stem. Any ideas what this might be? What bark texture does dyndolod use on the static 3d with flat trunk? Could this be simply compensated for with reducing lighting when generating dyndolod, or is there a better way to improve it? Edited September 21, 2018 by godescalcus Link to comment Share on other sites More sharing options...
sheson Posted September 21, 2018 Author Share Posted September 21, 2018 (edited) Manage to go one step further, there's another green aspen mod, luxor's Natural Aspen Trees that requires RAT to be installed and recolors it. I "guessed" since the billboard "checksum" suffix is the same as RAT's, that would mean DynDOLOD would still be recognizing RAT's mesh replacers (which are untouched by luxor) and so, if set to generate 3d trees, it would use your static models provided in the resources for RAT. So I took luxor's treeaspenbranchcomp0*.dds, resized them to 512 and used nvdxt to adjust the alpha with 0.1 threshold, and renamed them adding the 'lod' suffix before .dds, so that they replace DynDOLOD's lod textures. I actually generated DynDOLOD without adjusting alpha, and the lod models were too thin. So I regenerated with the adjusted alpha and the result was better. This is where I'm at, now: LOD without alpha adjustment / Threshold 0.1 LOD models / When the full model kicks in: I see improvement when the alpha is adjusted but there's still a huge difference in how the lighting affects the trees, both stem and branches but especially the stem. Any ideas what this might be? What bark texture does dyndolod use on the static 3d with flat trunk? Could this be simply compensated for with reducing lighting when generating dyndolod, or is there a better way to improve it?They use a rendered billboard trunk texture that I made years ago. I recently updated the too bright 3D tree LOD aspen tree trunks for another project. They will be part of the next DynDOLOD Resources SE version. In the meantime download this to get the updated RAT hybrids. Just overwrite the older meshes from DynDOLOD Resources SE 2.43. To save some time you can run DynDOLOD in expert mode and just Execute LODGen for Tamriel again to update only the object LOD meshes. Try removing or not generating mipmap with the LOD texture you created. It should help with the alpha. Edited September 21, 2018 by sheson Link to comment Share on other sites More sharing options...
godescalcus Posted September 21, 2018 Share Posted September 21, 2018 Thank you! I actually removed two of the original texture's mipmaps when I resized so I ended up with the same 10 levels as your rat lod textures, if you say removing them all helps, I'll do it. Link to comment Share on other sites More sharing options...
poop4 Posted September 21, 2018 Share Posted September 21, 2018 i've got a very heavily modded game and i'm trying to add the new Voyage of the Dreamborne Isles mod to it (https://www.nexusmods.com/skyrimspecialedition/mods/20048) if i just add it to my load order, old saves CTD and new characters ILS. without DynDOLOD, everything is fine. i redid my LOD with Voyage installed, everything processed fine, but i get the same CTDs and ILSs.am i reaching some limit? i haven't tried doing a new DynDOLOD with just Voyage, since it takes forever to do redo it, and i thought i'd ask here first to see if there's a wiser plan of action.P.S.Voyage includes DynDOLOD resources (LODs and settings) am i doing something wrong with those? any help would be greatly appreciated Link to comment Share on other sites More sharing options...
sheson Posted September 21, 2018 Author Share Posted September 21, 2018 (edited) i've got a very heavily modded game and i'm trying to add the new Voyage of the Dreamborne Isles mod to it (https://www.nexusmods.com/skyrimspecialedition/mods/20048)if i just add it to my load order, old saves CTD and new characters ILS. without DynDOLOD, everything is fine. i redid my LOD with Voyage installed, everything processed fine, but i get the same CTDs and ILSs.am i reaching some limit? i haven't tried doing a new DynDOLOD with just Voyage, since it takes forever to do redo it, and i thought i'd ask here first to see if there's a wiser plan of action. P.S.Voyage includes DynDOLOD resources (LODs and settings) am i doing something wrong with those? any help would be greatly appreciated I believe this might be related to https://forum.step-project.com/topic/13673-error-dyndolod-can-not-find-master-data-in-dyndolod-wyrmstoothworldjson/ because the mod is ESP (rather than an ESM) and the current version of DynDOLOD is not dealing with this properly. Can you check if Dreamborne Islands.esp ends up as a master in DynDOLOD.esm? If possible open load order in xEdit and check if DynDOLLOD.esm contains any of the [+] Worldspaces aaatestworld01, aaacratercity, aaariverheadWORLDSPACE or aaaSunchamberWORLD There is not really anything you can do about the problem, but wait for the next version which I hope to release soon. Unlike the linked thread, this mod was never flagged as ESM in the first place - could be fine doing that or not. Until then do not select those worldspaces when generating LOD. Edited September 21, 2018 by sheson Link to comment Share on other sites More sharing options...
poop4 Posted September 21, 2018 Share Posted September 21, 2018 yeah, that's what it is. doesn't show Dreamborne as a master or any worldspaces in DynDOLOD.esm. any idea why just adding Dreamborne (with pre-dreamborne DynDOLOD) makes the game crash or ILS? Link to comment Share on other sites More sharing options...
sheson Posted September 22, 2018 Author Share Posted September 22, 2018 (edited) yeah, that's what it is. doesn't show Dreamborne as a master or any worldspaces in DynDOLOD.esm. any idea why just adding Dreamborne (with pre-dreamborne DynDOLOD) makes the game crash or ILS? Just adding the mod to your existing load order should not cause any problems. Post load order to modwat.ch. When does the problem happen exactly, what are the steps? Do you have SSE Engine Fixes? Have you tested with [MemoryManager] enabled=true? Edited September 22, 2018 by sheson Link to comment Share on other sites More sharing options...
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