Jump to content
  • 0

A couple of issues with LOD with the new mod I'm making


WiZkiD

Question

Hi Sheson, I'm having a couple of problems with the new mod I'm creating. The mod adds a few trees in a couple of cities and outside in various locations. Following your guides I succeeded in creating rules to avoid seeing the 2D lod inside Whiterun, I have only two problems, the first is that some trees on various exterior cells have the 2D lod visible even close up, the second is that some trees have no lod at all. I was wondering if it could depend on a size problem, I slightly enlarged some of them in CK. This second issue apparently happens randomly and only for some trees, not always the same ones, for example, some aspen is correct and some other not, same model. Thanks in advance for the reply :)

 
Link to comment
Share on other sites

13 answers to this question

Recommended Posts

  • 0

first of all thanks for the reply, yes I know, I'm using the same load order for every attemp but the result is always the same, there are some trees without LOD and others with 2D lod in close distance

Link to comment
Share on other sites

  • 0

Not all trees can have the usual tree LOD and are done by DynDOLOD in object LOD - like trees with enable parents for example.  Also check the log for message about duplicate form id when generating tree LOD. The duplicates will also be done in object with DynDOLOD.

 

Tree references which are added to child worlds (WhiterunWorld for example) are ignored for LOD by default. Edit the DynDOLOD ini Ignore=treereach, treepine, treeaspen, ... near the bottom. Remove all or just the tree tyoe yuo want to have LOD for.

 

Beyond that, if a tree has neither tree LOD or object LOD it is because no billboards exist for that tree type or a rule prevents LOD for the tree.

Edited by sheson
Link to comment
Share on other sites

  • 0

no tree has the "enable parent" flagged, all have a billboard dds and TXT, checked avery possible error, wrong path, misspelling, all ok, if there had been errors, all types of trees would have had the same problem, the same model can be found with and without lod, or with or without lod visible from close distance, I don't really know what else I could try to do

Link to comment
Share on other sites

  • 0

I was able to reproduce the missing LOD. It happens because the high reference rules to "Enable" the trees define Static LOD 4, while for some no 3D LOD models exist. It does not know to automatically fall back to the billboard like usual. This will be fixed in the next version. So, no need to change the rules.

 

I can not reproduce the LOD in loaded cells. This usually only happens because of "duplicate" form ids (two plugins use the same form id minus the first two digits for the plugin load order).

 

Check the log for duplicate form id messages. Typically the second tree to use the same form id does not get tree LOD and is done as object LOD to work around the problem. If the plugin order changes, it might change the correlation which tree is the first and which the second. Ergo the suggestion to generate tree LOD for the changed load order.

 

Test if the stuck LOD model goes away when setting a tree LOD distance of zero in the DynDOLOD SkyUI MCM. Any tree LOD remaining are in object LOD then.

If the LOD went away and that were duplicate form id messages, consider changing the form id of the tree in your plugin to avoid the issue altogether.

 

if LOD trees stick around despite tree LOD distance being 0, it is something else we need to troubleshoot.

Edited by sheson
Link to comment
Share on other sites

  • 0

Thanks alot Sheson, I'll check the log and eventually I'll change the formID

 

Edit: is this the file to search for? "DynDOLOD_SSE_log.txt"

Exactly what should I look for?

Edited by WiZkiD
Link to comment
Share on other sites

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

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