Jump to content

Recommended Posts

Posted (edited)

I followed the update procedure.
Perform a completely new installation, but not overwrite, and modify the configuration files for the new version without copying the configuration files. Then use winmerge to do a diff comparison with the old version to make sure you are not using a different configuration. I was using in alpha165.

And even if I run it with the exact same configuration and mods as alpha165, alpha167 takes an unusually long time.
I have read the page on memory usage and if I am using the exact same settings as alpha165 where the memory usage trends were normal, do I need to change the settings in alpha167?

I will submit the logs as soon as I finish, but I am not entirely sure when the generation in alpha167 will be finished, so I would appreciate it if you could wait.

P.S.
I decided to stop the generation once, set RealTimeLog=1, and run it again to log the data.

 

Edited by TZV4344
Posted
On 2/5/2024 at 5:17 PM, Blackread said:

Is there a guide on how the *snow_lod_x.nif files are matched to the full models? I read through the Mod Authors page but couldn't find mentions about them.

Also, do the snow lod models support the same CRC system as the "normal" lod models? If I have, say, tundrastreamend01_1234ABCDsnow_lod_0.nif, will that be matched with a tundrastreamend01.nif with CRC32 1234ABCD whenever it's considered "snow", or with every use of tundrasteamend01.nif?

One more related question, what are these h and l suffixes on the files? Do they stand for high and low, or something else?

ZVii33n.png

Posted
7 hours ago, TZV4344 said:

This is a log to help you confirm the issue of Alpha167 taking too long to generate.
Generation stopped after about an hour.
I uploaded the log at that point.

https://ufile.io/4qs3huw0

Restore Verbose=0 in D:\DynDOLOD\Edit Scripts\DynDOLOD\DynDOLOD_SSE.ini and try again.

Posted
26 minutes ago, Blackread said:

One more related question, what are these h and l suffixes on the files? Do they stand for high and low, or something else?

ZVii33n.png

See https://dyndolod.info/Help/Snow-Ash-LOD-Shader
The HD shaders make use of the vertex color alpha value. It controls the intensity. A value of 0.0 is low while 1.0 is high. The vanilla game uses ~0.4 for light snow (object LOD meshes ending in *l.NIF) and ~0.5 for heavy snow (object LOD meshes ending in *h.NIF) .

They are typically used if the flag Uses HD LOD Texture is set. *h.nif is usually used if the editor ID indicates 'heavy' snow.

Still looking into / updating some things for the other thing.

  • +1 1
Posted

I think I found an issue with the dragon mound above Rorikstead.  In the LOD it shows as unopened, but when the cell loads it is opened.  I've also killed that dragon, but somehow I missed the sequence of it being raised by Alduin.  I've used Version 3.00 Alpha 166 to generate the files.

Posted
20 minutes ago, ikonomov said:

I think I found an issue with the dragon mound above Rorikstead.  In the LOD it shows as unopened, but when the cell loads it is opened.  I've also killed that dragon, but somehow I missed the sequence of it being raised by Alduin.  I've used Version 3.00 Alpha 166 to generate the files.

Read the first post and/or https://dyndolod.info/Official-DynDOLOD-Support-Forum#Post-Logs which DynDOLOD log and debug log to upload when making posts.

Read https://dyndolod.info/Official-DynDOLOD-Support-Forum#In-Game-Screenshots how to make useful screenshots with more informative console.
The cover should be dynamic LOD and thus be a clickable reference.

Double check if the LOD comes back after visiting the full cell.

Posted (edited)
2 hours ago, sheson said:

Restore Verbose=0 in D:\DynDOLOD\Edit Scripts\DynDOLOD\DynDOLOD_SSE.ini and try again.

I ran the program with Verbose=0 and the generation was completed in about 30 minutes.
I am not sure how long I have had this setting turned on, but I will turn it off in the future.
Thank you very much.
I will submit the LOG just in case.

https://ufile.io/gaaze14u

Edited by TZV4344
Posted
On 2/5/2024 at 1:56 PM, z929669 said:

In the Step SSE guide, we provide suggested settings that work well for Cathedral Weathers and Cathedral Landscapes with or without complex grass/ENB.

We set the RGB values to a a uniform, moderate value to avoid tint bias and use TexGen direct/ambient to set a good exposure for grass LOD. TexGen ettings vary, depending upon weather and grass used, but the principle should work similarly. The idea is to reduce Ambient to the lowest value possible and increase Direct exposure whilst keeping RBG flat and unbiased (be sure to expand the Modify Grass Tint/Brightness spoiler).

Thank you both for your support! With the provided values in the guide, grass LOD already looks much better. Somehow I had used values before from an older guide version I had copied locally...

Posted
2 hours ago, TomForStep said:

Thank you both for your support! With the provided values in the guide, grass LOD already looks much better. Somehow I had used values before from an older guide version I had copied locally...

I forgot to note that lowest possible Ambient + higher Direct values with TexGen works best when using grass normals in LOD (CG/CS), but if using standard grass without normals, then higher Ambient and slightly lower Direct seems to work best.

Posted

Hi

Using the latest version of dyndolod (3 alpha 167), i believe that new checks have been added before generation which helped me fix quite a few statics or Activator records which mesh or script were missing (mainly house mod like palemarsh manor or Magpie manor...).

The error messages are looking like (I had not seen them in previous versions)

[05:16] Error: Error building references: Overflow while converting variant of type (Cardinal) into type (Integer) AdditionalPlayerHomes.esp _tckPlayerObjectContainerClickTrigger "Container" [ACTI:F8003B66]

My question:

Is there a way to run dyndolod without crashing at each missing mesh in a static record to have them all at once, because I have to run dyndolod once, => crash (forced to exit), get the record, open xEdit, look for a similar mesh in an other mod, add the mesh, run it a second time and so on and so forth... would be good to have the whole list at once

I did not find a setting that enables a "continue" option in dyndolod instead of forced exiting

Posted
26 minutes ago, Hercules6969 said:

Hi

Using the latest version of dyndolod (3 alpha 167), i believe that new checks have been added before generation which helped me fix quite a few statics or Activator records which mesh or script were missing (mainly house mod like palemarsh manor or Magpie manor...).

The error messages are looking like (I had not seen them in previous versions)

[05:16] Error: Error building references: Overflow while converting variant of type (Cardinal) into type (Integer) AdditionalPlayerHomes.esp _tckPlayerObjectContainerClickTrigger "Container" [ACTI:F8003B66]

My question:

Is there a way to run dyndolod without crashing at each missing mesh in a static record to have them all at once, because I have to run dyndolod once, => crash (forced to exit), get the record, open xEdit, look for a similar mesh in an other mod, add the mesh, run it a second time and so on and so forth... would be good to have the whole list at once

I did not find a setting that enables a "continue" option in dyndolod instead of forced exiting

Moved to the DynDOLOD 3 alpha thread.

Read the first post and/or https://dyndolod.info/Official-DynDOLOD-Support-Forum#Post-Logs which DynDOLOD log and debug log and bugreport.txt if it exists to upload when making posts.

https://dyndolod.info/Messages/Exceptions#nteger-overflow

Errors or problems that prevent a successful LOD patch generation need to be fixed and can obviously not be ignored whatever their cause.
The reported problem has not realty anything to do with a mesh.

Posted

Errors or problems that prevent a successful LOD patch generation need to be fixed and can obviously not be ignored whatever their cause.

=> I totaly agree!! :biggrin:

The reported problem has not realty anything to do with a mesh.

=> well, I did read that "This is a bug with the tools encountering unexpected situations. Make a report with the log, debug log and bugreport.txt as explained on the official DynDOLOD support forum." I tried to upload my log using ufile.io but could not upload it and the files are too big for paste.ee.  I don't know how to add my logs...

I just noticed that adding the missing mesh or script removed the error and moved to the next in line. Well I'll keep trying fixing one after the other to see when all are fixed if it successfully finishes

 

Posted
10 hours ago, Hercules6969 said:

Errors or problems that prevent a successful LOD patch generation need to be fixed and can obviously not be ignored whatever their cause.

=> I totaly agree!! :biggrin:

The reported problem has not realty anything to do with a mesh.

=> well, I did read that "This is a bug with the tools encountering unexpected situations. Make a report with the log, debug log and bugreport.txt as explained on the official DynDOLOD support forum." I tried to upload my log using ufile.io but could not upload it and the files are too big for paste.ee.  I don't know how to add my logs...

I just noticed that adding the missing mesh or script removed the error and moved to the next in line. Well I'll keep trying fixing one after the other to see when all are fixed if it successfully finishes

The message you quoted has nothing to do with a mesh or script. You can not fix bugs in the tools encountering unexpected situations.

I suggest to take the time to learn rudimentary computer and internet knowledge like how to zip and upload files with a file service so this can be properly troubleshooted and addressed.

Posted

Hello!

I encountered a problem with the most recent 167 Alpha when trying to generate LOD.
I never had any problems with LOD generation prior to two days ago, but with the most recent version I do get an integer overflow error when trying to generate my LOD. Since it is noticed in the extra explanations - I did make a clean install of the most recent version.
 

The .log files are uploaded under the following link Bug Report.
Any help would be much appreciated.
 

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.