Jump to content

Recommended Posts

Posted
1 hour ago, Abbot said:

Hello,

Can grass LOD be generated for Enderal Special Edition? If yes, which are the recommended settings for the grass?

From https://dyndolod.info/Help/Grass-LOD
"Grass LOD is currently only supported for Skyrim Special Edition and Enderal SE."

The defaults are the recommended settings. That does not mean they are the best for your load order and setup.

Posted
7 hours ago, DankTemplar said:

Newest version of Dyndolod 3 alpha has solved my "out of memory issues" so far. Whatever you did Sheshon, it worked! Thanks for the update!

The promised logs and no concrete information about the what and when were provided, nothing was or could be done.

The https://dyndolod.info/Changelog explains what was fixed or changed.

Posted (edited)

I am having a bug that some parts of the terrain(in some locations) has no textures at all(can walk in the air)

Attached is one of the cells that this happen.

Skyrim - Turdas, 11꞉13 AM, 21st of Last Seed, 4E 201.png

Edited by NephilimOokami
Posted
24 minutes ago, NephilimOokami said:

I am having a bug that some parts of the terrain(in some locations) has no textures at all(can walk in the air)

Attached is one of the cells that this happen.

Skyrim - Turdas, 11꞉13 AM, 21st of Last Seed, 4E 201.png

https://dyndolod.info

"Dynamic Distant Objects LOD (DynDOLOD) is the advanced and easier version of xLODGen to generate a comprehensive LOD mod for the entire load order of the different Skyrim and Enderal game versions for drastically enhanced and better matching tree LOD and object LOD plus optional dynamic LOD, glow LOD, grass LOD, occlusion data and terrain underside in a few simple steps."

DynDOLOD does not generate or affects terrain LOD in any way.

Wherever the player walks, is active cells. They do not show any LOD. DynDOLOD does not affect terrain in loaded cells.

The DynDOLOD SkyUI MCM - You Are Here page shows the current player position and calculates the cell coordinates and LOD filenames based on that.
What is the purpose of posting that screenshot?

Why do you believe the problem has something to do with the DynDOLOD output?

Posted (edited)
5 hours ago, sheson said:

https://dyndolod.info

"Dynamic Distant Objects LOD (DynDOLOD) is the advanced and easier version of xLODGen to generate a comprehensive LOD mod for the entire load order of the different Skyrim and Enderal game versions for drastically enhanced and better matching tree LOD and object LOD plus optional dynamic LOD, glow LOD, grass LOD, occlusion data and terrain underside in a few simple steps."

DynDOLOD does not generate or affects terrain LOD in any way.

Wherever the player walks, is active cells. They do not show any LOD. DynDOLOD does not affect terrain in loaded cells.

The DynDOLOD SkyUI MCM - You Are Here page shows the current player position and calculates the cell coordinates and LOD filenames based on that.
What is the purpose of posting that screenshot?

Why do you believe the problem has something to do with the DynDOLOD output?

I did'nt believe it's a DynDOLOD related bug, but I've searched for the same "bug", and found that one person with the same problem has comented here. Sorry if this it's not the right place to find solutions to my problem now, btw, any clue on what may be causing this bug? Or any redirections at all?

Edited by NephilimOokami
Posted
8 hours ago, NephilimOokami said:

I did'nt believe it's a DynDOLOD related bug, but I've searched for the same "bug", and found that one person with the same problem has comented here. Sorry if this it's not the right place to find solutions to my problem now, btw, any clue on what may be causing this bug? Or any redirections at all?

Check with xEdit which plugins modify the LAND records in the affected CELLs.

Posted (edited)

Hey sheson, I'm trying to work on LOD meshes for some more Enderal objects. I just have a small question regarding the UV range of 0.0-1.0 so the textures can be added to the atlas. How can I see this UV range in NifSkope? Its probably not a good thing to show screenshots here, but does the 1.0 range refer to the original texture shown in the blue square in the middle, or the 8 tiled squares outside, I marked in red here? Would it suffice to bring the UVs into that range? I marked those ranges after the fact, of course, just to show what I mean.

The goal is to keep the full texture assigned, like you did for many LOD assets, so DynDOLOD can automatically create downscaled textures from the full ones, and add them to the atlas. It worked before for other assets I worked on, but I'm not sure how to interpret the UV range. Sorry in advance if its off topic.

6v5N6wX.png

Edited by Phlunder
Posted
2 hours ago, Phlunder said:

Hey sheson, I'm trying to work on LOD meshes for some more Enderal objects. I just have a small question regarding the UV range of 0.0-1.0 so the textures can be added to the atlas. How can I see this UV range in NifSkope? Its probably not a good thing to show screenshots here, but does the 1.0 range refer to the original texture shown in the blue square in the middle, or the 8 tiled squares outside, I marked in red here? Would it suffice to bring the UVs into that range? I marked those ranges after the fact, of course, just to show what I mean.

The goal is to keep the full texture assigned, like you did for many LOD assets, so DynDOLOD can automatically create downscaled textures from the full ones, and add them to the atlas. It worked before for other assets I worked on, but I'm not sure how to interpret the UV range. Sorry in advance if its off topic.

6v5N6wX.png

0.0 to 1.0 is the blue square.

If you find you need to add (lots of) triangles to achieve that, reuse/create stitched object LOD textures with TexGen rules that tile the full texture to a 2x2 stitched object LOD texture for example, then the UV for shapes that reference full textures only needs to stay between 0.0 to 2.0 (to the right and bottom in NifSkope)

For example ..\Meshes\lod\dirtcliffs\dirtcliffs01_lod_0.nif from DynDOLOD Resources.
It defines the full textures textures\landscape\dirtcliffs\dirtcliffs01.dds and textures\landscape\fieldgrass02.dds and the UV stays between 0.0 and 2.0.
You will find TexGen rules for these textures in DynDOLOD_ENDERALSE_TexGen_noalpha_skyrimesm.txt for example that instruct how to create the 2x2 textures\lod\dirtcliffs01lod.dds or textures\lod\fieldgrass02lod.dds. https://dyndolod.info/Mod-Authors#How-to-add-LOD-textures-creation-rules-to-TexGen

  • Thanks 1
Posted

I agree with others here. Ram usage needs to be addressed. The program itself is awesome and we appreciate your work. On win 11 it basically uses all ram and kills off all other running programs. Used 100% virtual memory and 99.9% physicalScreenshot_20220325-195302_Splashtop.thumb.jpg.1ba187958dc22f73e10db0fc13e81055.jpg memory.

Posted
9 hours ago, Arctic4161 said:

I agree with others here. Ram usage needs to be addressed. The program itself is awesome and we appreciate your work. On win 11 it basically uses all ram and kills off all other running programs. Used 100% virtual memory and 99.9% physicalScreenshot_20220325-195302_Splashtop.thumb.jpg.1ba187958dc22f73e10db0fc13e81055.jpg memory.

Read the first post which log and debug log and bugreport.txt to upload when making posts.

Read the https://dyndolod.info/FAQ DynDOLOD/TexGen Questions High memory usage

The screenshot does not show any information about anything related to the LOD generation processes. Computers have memory so it can be used by programs. The OS controls how much memory programs can use. 

Posted (edited)
8 hours ago, sheson said:

Read the first post which log and debug log and bugreport.txt to upload when making posts.

Read the https://dyndolod.info/FAQ DynDOLOD/TexGen Questions High memory usage

The screenshot does not show any information about anything related to the LOD generation processes. Computers have memory so it can be used by programs. The OS controls how much memory programs can use. 

It's not a bug it's how you multithread the CMD for the different seasons. I code myself, an easy fix would be to run each season sequentially instead of in parallel. Each process is vying for memory. Would also probably help to run 2 season in parallel then run the next 2. That's just my 2 cents. Would probably speed it up too as each process is stepping on each other for memory.

Edited by Arctic4161
Accidental post before finished writing
Posted
38 minutes ago, Arctic4161 said:

It's not a bug it's how you multithread the CMD for the different seasons. I code myself, an easy fix would be to run each season sequentially instead of in parallel. Each process is vying for memory. Would also probably help to run 2 season in parallel then run the next 2. That's just my 2 cents. Would probably speed it up too as each process is stepping on each other for memory.

As already suggested, read the https://dyndolod.info/FAQ DynDOLOD/TexGen Questions High memory usage, which for example says this:
If too many concurrent LODGen processes running at the same time consume all available memory, limit their number by changing the MaxLODGen setting in ..\DynDOLOD\Edit Scripts\DynDOLOD\DynDOLOD_[GAME MODE].INI.

It is also explained on the help page for seasons https://dyndolod.info/Help/Seasons#Out-of-Memory-errors:
In case this creates out of memory errors and/or high CPU usage, the number of simultaneously running LODGen process can be limited by setting MaxLODGen=x in ..\DynDOLOD\Edit Scripts\DynDOLOD\DynDOLOD_[GAME MODE].ini.

Posted
31 minutes ago, sheson said:

As already suggested, read the https://dyndolod.info/FAQ DynDOLOD/TexGen Questions High memory usage, which for example says this:
If too many concurrent LODGen processes running at the same time consume all available memory, limit their number by changing the MaxLODGen setting in ..\DynDOLOD\Edit Scripts\DynDOLOD\DynDOLOD_[GAME MODE].INI.

It is also explained on the help page for seasons https://dyndolod.info/Help/Seasons#Out-of-Memory-errors:
In case this creates out of memory errors and/or high CPU usage, the number of simultaneously running LODGen process can be limited by setting MaxLODGen=x in ..\DynDOLOD\Edit Scripts\DynDOLOD\DynDOLOD_[GAME MODE].ini.

Ah okay, thank you! I was not aware that the thread count was open to be adjusted via the ini. That's smart 

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.