Jump to content

DynDOLOD 3.00 Alpha 173


sheson

Recommended Posts

After running DynDOLOD it reported several overwritten large references in the newest 3.0 version of Alternate Perspective, but when I went to check in xEdit, some of the overwritten references hadn't been edited by anything. Here's a list of all the false positives:

Warning: Overwritten large reference in AlternatePerspective.esp [REFR:000C2C90] (places FXMistLow01Long [MSTT:0007776F] in GRUP Cell Temporary Children of HelgenExterior02 [CELL:0000982A] (in Tamriel "Skyrim" [WRLD:0000003C] at 4,-20))
Warning: Overwritten large reference in AlternatePerspective.esp [REFR:000C2CAE] (places FXMistLow01Long [MSTT:0007776F] in GRUP Cell Temporary Children of HelgenExterior02 [CELL:0000982A] (in Tamriel "Skyrim" [WRLD:0000003C] at 4,-20))
Warning: Overwritten large reference in AlternatePerspective.esp [REFR:000C3B92] (places BurntRubble04 [STAT:000C2CB5] in GRUP Cell Temporary Children of HelgenExterior02 [CELL:0000982A] (in Tamriel "Skyrim" [WRLD:0000003C] at 4,-20))
Warning: Overwritten large reference in AlternatePerspective.esp [REFR:000C3BAB] (places FXfireWithEmbersHeavySCALED [MSTT:00106112] in GRUP Cell Temporary Children of HelgenExterior02 [CELL:0000982A] (in Tamriel "Skyrim" [WRLD:0000003C] at 4,-20))
Warning: Overwritten large reference in AlternatePerspective.esp [REFR:000C3BAC] (places FXfireWithEmbersHeavySCALED [MSTT:00106112] in GRUP Cell Temporary Children of HelgenExterior02 [CELL:0000982A] (in Tamriel "Skyrim" [WRLD:0000003C] at 4,-20))
Warning: Overwritten large reference in AlternatePerspective.esp [REFR:000E248E] (places CollisionMarker [STAT:00000021] in GRUP Cell Temporary Children of HelgenExterior02 [CELL:0000982A] (in Tamriel "Skyrim" [WRLD:0000003C] at 4,-20))
Warning: Overwritten large reference in AlternatePerspective.esp [REFR:000F82AB] (places FXfireWithEmbersHeavySCALED [MSTT:00106112] in GRUP Cell Temporary Children of HelgenExterior02 [CELL:0000982A] (in Tamriel "Skyrim" [WRLD:0000003C] at 4,-20))

 

Link to comment
Share on other sites

44 minutes ago, Blackread said:

After running DynDOLOD it reported several overwritten large references in the newest 3.0 version of Alternate Perspective, but when I went to check in xEdit, some of the overwritten references hadn't been edited by anything. Here's a list of all the false positives:


Warning: Overwritten large reference in AlternatePerspective.esp [REFR:000C2C90] (places FXMistLow01Long [MSTT:0007776F] in GRUP Cell Temporary Children of HelgenExterior02 [CELL:0000982A] (in Tamriel "Skyrim" [WRLD:0000003C] at 4,-20))
Warning: Overwritten large reference in AlternatePerspective.esp [REFR:000C2CAE] (places FXMistLow01Long [MSTT:0007776F] in GRUP Cell Temporary Children of HelgenExterior02 [CELL:0000982A] (in Tamriel "Skyrim" [WRLD:0000003C] at 4,-20))
Warning: Overwritten large reference in AlternatePerspective.esp [REFR:000C3B92] (places BurntRubble04 [STAT:000C2CB5] in GRUP Cell Temporary Children of HelgenExterior02 [CELL:0000982A] (in Tamriel "Skyrim" [WRLD:0000003C] at 4,-20))
Warning: Overwritten large reference in AlternatePerspective.esp [REFR:000C3BAB] (places FXfireWithEmbersHeavySCALED [MSTT:00106112] in GRUP Cell Temporary Children of HelgenExterior02 [CELL:0000982A] (in Tamriel "Skyrim" [WRLD:0000003C] at 4,-20))
Warning: Overwritten large reference in AlternatePerspective.esp [REFR:000C3BAC] (places FXfireWithEmbersHeavySCALED [MSTT:00106112] in GRUP Cell Temporary Children of HelgenExterior02 [CELL:0000982A] (in Tamriel "Skyrim" [WRLD:0000003C] at 4,-20))
Warning: Overwritten large reference in AlternatePerspective.esp [REFR:000E248E] (places CollisionMarker [STAT:00000021] in GRUP Cell Temporary Children of HelgenExterior02 [CELL:0000982A] (in Tamriel "Skyrim" [WRLD:0000003C] at 4,-20))
Warning: Overwritten large reference in AlternatePerspective.esp [REFR:000F82AB] (places FXfireWithEmbersHeavySCALED [MSTT:00106112] in GRUP Cell Temporary Children of HelgenExterior02 [CELL:0000982A] (in Tamriel "Skyrim" [WRLD:0000003C] at 4,-20))

 

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

All these 7 vanilla references are overwritten by AlternatePerspective.esp [CRC32:1A18560E] from the Alternate Perspective 3.0 download archive.

Link to comment
Share on other sites

1 hour ago, sheson said:

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

All these 7 vanilla references are overwritten by AlternatePerspective.esp [CRC32:1A18560E] from the Alternate Perspective 3.0 download archive.

My bad :wallbash:Those 7 were ITMs which I had cleaned away in between running AP and going through the large ref bugs.

Link to comment
Share on other sites

When I created the Aspens Ablaze tree LOD models, I distinctly remember having to add the following config file in order to get TexGen to create the custom tree billboards. I forget if it was because they were too small to meet the threshold or if it was because they were custom trees undefined but for the AA plugin: DynDOLOD_SSE_TexGen_Billboards_aspensablazeesp.txt

After doing some experiments, I'm finding that this file no longer has any impact: TexGen creates the billboards, even though they are custom trees with small z (< 500 U). Has something changed in the last umpteen iterations? I forget what version I was using when I created those.


Second question: Is there a way to prohibit a given tree from being added to the BTO mesh using a config file? So if I want TreeAspen06 and TreeAspen07 from Aspens Ablaze.esp to NOT have LOD on the atlas, can I do this with a config file?

Link to comment
Share on other sites

1 hour ago, z929669 said:

When I created the Aspens Ablaze tree LOD models, I distinctly remember having to add the following config file in order to get TexGen to create the custom tree billboards. I forget if it was because they were too small to meet the threshold or if it was because they were custom trees undefined but for the AA plugin: DynDOLOD_SSE_TexGen_Billboards_aspensablazeesp.txt

After doing some experiments, I'm finding that this file no longer has any impact: TexGen creates the billboards, even though they are custom trees with small z (< 500 U). Has something changed in the last umpteen iterations? I forget what version I was using when I created those.

 

Moved to the DynDOLOD 3 Alpha thread.

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

The default is MinTreeModelHeight=512 <  z  times TreeModelHeightMultiplier=1.7 and/or max scale of references using the tree.

If you do not want TexGen to generate billboards it creates automatically, change the True to False the in config file as explained at https://dyndolod.info/Help/Mesh-Mask-Reference-Rules#Tree-Grass-LOD-Billboards

1 hour ago, z929669 said:

Second question: Is there a way to prohibit a given tree from being added to the BTO mesh using a config file? So if I want TreeAspen06 and TreeAspen07 from Aspens Ablaze.esp to NOT have LOD on the atlas, can I do this with a config file?

Add a mesh mask rule setting all LOD Levels to None, just like the default rules at the top of the list but typically with VWD checked. See https://dyndolod.info/Help/Mesh-Mask-Reference-Rules

Link to comment
Share on other sites

59 minutes ago, sheson said:

Moved to the DynDOLOD 3 Alpha thread.

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

If you do not want TexGen to generate billboards it creates automatically, change the True to False the in config file as explained at https://dyndolod.info/Help/Mesh-Mask-Reference-Rules#Tree-Grass-LOD-Billboards

Add a mesh mask rule setting all LOD Levels to None, just like the default rules at the top of the list but typically with VWD checked. See https://dyndolod.info/Help/Mesh-Mask-Reference-Rules

Well, duh. I was overthinking ...

EDIT: also note that linked URLs in your posts should be updated to omit the hash, so first link ...

https://dyndolod.info/Help/Mesh-Mask-Reference-Rules#Tree-Grass-LOD-Billboards

should be ...

https://dyndolod.info/Help/Tree-Grass-LOD-Billboards

Otherwise, they point to the root page (has string ignored)

Link to comment
Share on other sites

Hi
I received great help here in the past, so I hope I can turn to you again :-)
I had a few weeks off from Skyrim during the summer weeks and decided to dive back in again with some new and updated mods. I also updated Dyndolod.

However, when I generate dyndolod this time the lods are actually not loaded in-game.
Lods do load on loading a save from the main menu (but not loading a save in-game), but the lods does not fade away when you approach, resulting in insane flickering.
I also use "A clear map of Skyrim and other wolrds" and lods are not loaded unto the map, it is empty except for roads and lods do not appear after loading a save from the main menu.

What am I doing wrong? I can’t figure it out

Here are mye logs:
DynDOLOD_SSE_Debug_log 
DynDOLOD_SSE_log 
LODGen_SSE_Tamriel_log
DynDOLOD_SSE_Tree_LOD

Link to comment
Share on other sites

1 hour ago, Perdurabo said:

Hi
I received great help here in the past, so I hope I can turn to you again :-)
I had a few weeks off from Skyrim during the summer weeks and decided to dive back in again with some new and updated mods. I also updated Dyndolod.

 

 

However, when I generate dyndolod this time the lods are actually not loaded in-game.
Lods do load on loading a save from the main menu (but not loading a save in-game), but the lods does not fade away when you approach, resulting in insane flickering.
I also use "A clear map of Skyrim and other wolrds" and lods are not loaded unto the map, it is empty except for roads and lods do not appear after loading a save from the main menu.

What am I doing wrong? I can’t figure it out

Here are mye logs:
DynDOLOD_SSE_Debug_log 
DynDOLOD_SSE_log 
LODGen_SSE_Tamriel_log
DynDOLOD_SSE_Tree_LOD

 

Read the answers for Object LOD shows in active exterior cells https://dyndolod.info/FAQ

Sounds like map LOD is locked to object LOD level 32 without those files being in the load
order.

Link to comment
Share on other sites

2 hours ago, sheson said:

Read the answers for Object LOD shows in active exterior cells https://dyndolod.info/FAQ

Sounds like map LOD is locked to object LOD level 32 without those files being in the load
order.

Thank you good sir!
It seems I had put an extra space or something when editing dyndolod ini (level32=1).
I had not noticed that error, it works perfectly now.

Link to comment
Share on other sites

I see on the 3D Tree LOD Model page, my custom 3D Trees LODs would need to adhere to the treeaspen01_XXXXXXXpassthru_lod.nif naming structure. However, what if I wanted to provide a lower quality option for users to use to gain more performance, or to be rendered out in LOD8? Is it supported naming convention to use treeaspen01_XXXXXXXpassthru_lod_0.nif and treeaspen01_XXXXXXXpassthru_lod_1.nif?

Link to comment
Share on other sites

6 hours ago, DoubleYou said:

I see on the 3D Tree LOD Model page, my custom 3D Trees LODs would need to adhere to the treeaspen01_XXXXXXXpassthru_lod.nif naming structure. However, what if I wanted to provide a lower quality option for users to use to gain more performance, or to be rendered out in LOD8? Is it supported naming convention to use treeaspen01_XXXXXXXpassthru_lod_0.nif and treeaspen01_XXXXXXXpassthru_lod_1.nif?

See https://dyndolod.info/Mod-Authors

3D tree LOD models are just object LOD models of the form *_lod*.nif. So defining the LOD levels with _0|1|2|3 works the same.

  • Thanks 1
Link to comment
Share on other sites

1 hour ago, Abbot said:

Hello, how should I go about solving this: https://imgbox.com/phIboR8l ?

Here's my log file: https://paste.ee/p/eCPQx

EDIT: Sorry, THIS: https://paste.ee/p/GKHBk is the log file relative to the DynDOLOD session related to those purple triangles.

Read the first post which entire log of the meaningful session (a session starts with a "starting session" message) and debug log to also upload when making posts.
See https://dyndolod.info/Official-DynDOLOD-Support-Forum#In-Game-Screenshots how to take screenshots.

Read https://dyndolod.info/Generation-Instructions#1-Generate-The-Required-LOD-Assets-with-TexGen how to run TexGen before running DynDOLOD

Read https://dyndolod.info/Generation-Instructions#2-Generate-The-LOD-Mod-with-DynDOLOD, in particular:
Pay attention to all log messages.
In case a summary of messages was created and opened in the default browser check all its entries to learn about problems and if they need to be addressed.

The log contains lots of lines like this:

[01:13] <Warning: File not found textures\dyndolod\lod\trees\srg_oak6_2d2268b0_trunk_1.dds. Used by meshes\dyndolod\lod\trees\srg_oak6_2d2268b0passthru_lod.nif Plants_Merge.esp TreeAspen06 [TREE:0007614A]>

The relevant help is https://dyndolod.info/Messages/File-Not-Found-Textures

If running TexGen does not generate those missing textures, then you are missing required resources for whatever tree mod contains the meshes that use them. If you merge mods, make sure their BSA files are also merged or still loaded or their assets are loaded one way or the other.

Link to comment
Share on other sites

43 minutes ago, jimmywon34 said:

Having an issue where after hitting save zip and exit DYNdoLOD does not generate the esp's/esm. I'm using DYndoLOD 3 Alpha.

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

Maybe even check the log messages yourself, I wouldn't be surprised if there is some kind of hint what might be going on.

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
×
×
  • Create New...

Important Information

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