Jump to content

DynDOLOD 3.00 Alpha 180


sheson

Recommended Posts

11 hours ago, sheson said:

Just like with FO4 settlements, the placed references would need to be exported to a json file for example (like Transfer Settlements - Shareable Settlement Blueprints) and then converted to a plugin with an xEdit script for example (like Import Transfer Settlements blueprint to esp). Then this plugin is active only when generating LOD.

That way static object LOD, dynamic LOD and tree LOD etc. could be generated as usual.

Thank you for responding. I couldn't quite understand all you said as I'm not familiar to how this all works under the hood. Could you point me to where I could find more detailed digestible information on the topic?

Link to comment
Share on other sites

20 minutes ago, KatCut said:

Thank you for responding. I couldn't quite understand all you said as I'm not familiar to how this all works under the hood. Could you point me to where I could find more detailed digestible information on the topic?

You brought up FO4 settlements, so naturally I listed the two things which already exist to generate object LOD for them. Not sure if anybody does this, though.
In any case, object LOD needs to be generated outside the game, so the placement data needs to be exported to a data file. This is probably best done by the mod that does the building/placement of objects, unless a generic mod exists for this already. That data file can then be used to create an actual game plugin like any other mod which LOD generators can load together with the rest of the entire load order to generate LOD for it as usual.

I suppose to just show some things outside the active cells, the mod could set the Is Full LOD  flag on (large) full models, at the risk of requiring a lot a performance. That might require the help/creation of a SKSE DLL.

https://dyndolod.info/How-LOD-Workshttps://dyndolod.info/Terminology and generally https://www.creationkit.comhttps://tes5edit.github.io/docs/14-Scripting-Resources.html

Link to comment
Share on other sites

On 7/12/2023 at 11:40 PM, sheson said:

通常不需要更改亮度、对比度或伽玛。对所有 LOD 级别使用相同的设置,以便它们之间没有明显的差异。

设置 BC7 Max 而不是 BC7 Quick 通常只意味着更长的生成时间,而质量没有任何明显的变化。

对于 LOD 级别 500,将“看不见的优化”设置为 4 并没有实际意义。

在《天际》中为普通地图纹理生成 mipmap 是没有意义的,因为游戏不使用它们。它只是延长了生成时间。
游戏仅使用 LOD 4 漫反射纹理的 mipmap。

Rad第一篇文章,阅读Terrain-LOD-Readme.txt包含在下载存档中,阅读 https:// dyndolod.info/Help/xLODGen

Grateful that the previous problem was solved, but had to ask for help again, the bare ground between the grass,

I saw the same question on the Internet, but did not find the answer

Version 1.5.97 has been downgraded and does not use (Grass Cache Fixes)

Grass cache suffix .cgid

image.thumb.png.96eebad139c6b8ef303c8e5b4723eebb.pngimage.thumb.png.d02c216c122aa255f50d6ad28111bae2.png

 

Link to comment
Share on other sites

The similarity is those parts that are not working are also not able to selected by console in game. This is why I assume this might be an xLOD problem if they are actually in landscape form.

 

image.thumb.jpeg.988693b20c8d9c262b038c4d98ca7784.jpegimage.thumb.jpeg.d4dbe6f4f8ce4e0615f4826b0843dacc.jpeg

Parts of these 2 bridges don't work for DynDOLOD. Those parts also cannot be selected by console.

Link to comment
Share on other sites

Hello to all,

sorry to bother you but i'm in a bit of a predicament and i really don't know how to get out :(

I've installed Dyndolod 3.0 alpha 37 and tried (unsuccessfully) to get it to work as i've installed in my mods "Enhanced Vanilla Trees SE", "TREES ADDON SE" and "Majestic Mountains". When i run the textgen i don't get any error message anymore (at first i need to add the argument -l:English but i've solved that) but when i run Dyndolod it says that there are billboards missing for some trees, the strange thing is that i get the same messages even if i just keep activated the vanilla AE (i attached the logs, normal and debug, for the run with vanilla AE).

I know it's a bother but can i ask your help in this matter?

Thank you very much for your time and your work.

Have a nice day, sorry for my terrible english and i hope to have not broken the forum rules (i read the post but i'm still unsure if i'm submitting this right)

Logs only vanilla.7z

Link to comment
Share on other sites

10 minutes ago, Kiosuke said:

Hello to all,

sorry to bother you but i'm in a bit of a predicament and i really don't know how to get out :(

I've installed Dyndolod 3.0 alpha 37 and tried (unsuccessfully) to get it to work as i've installed in my mods "Enhanced Vanilla Trees SE", "TREES ADDON SE" and "Majestic Mountains". When i run the textgen i don't get any error message anymore (at first i need to add the argument -l:English but i've solved that) but when i run Dyndolod it says that there are billboards missing for some trees, the strange thing is that i get the same messages even if i just keep activated the vanilla AE (i attached the logs, normal and debug, for the run with vanilla AE).

I know it's a bother but can i ask your help in this matter?

Thank you very much for your time and your work.

Have a nice day, sorry for my terrible english and i hope to have not broken the forum rules (i read the post but i'm still unsure if i'm submitting this right)

Logs only vanilla.7z 283.29 kB · 0 downloads

This is the DynDOLOD Alpha testing/feedback topic. You must start by downloading and running the latest Alpha 128. Previous Alphas are not supported.

Completely remove the old DynDOLOD folder, replacing with the new one.

Then post the logs requested in the OP for that version.

Link to comment
Share on other sites

3 minutes ago, z929669 said:

This is the DynDOLOD Alpha testing/feedback topic. You must start by downloading and running the latest Alpha 128. Previous Alphas are not supported.

Completely remove the old DynDOLOD folder, replacing with the new one.

Then post the logs requested in the OP for that version.

Sorry, i'm a melon, the DynDOLOD that i've installed is Alpha 128 is the resource pack that is alpha 37 :(

Link to comment
Share on other sites

1 hour ago, Kiosuke said:

Sorry, i'm a melon, the DynDOLOD that i've installed is Alpha 128 is the resource pack that is alpha 37 :(

I see now. My apologies for not checking your logs.

It seems you have not copied the content under D:\DynDOLOD\TexGen_Output into a mod. Do this first. Then enable the TexGen Output mod, and run DynDOLOD again to resolve.

Are you using a mod manager like MO?

Link to comment
Share on other sites

14 hours ago, ccaacc said:

Grateful that the previous problem was solved, but had to ask for help again, the bare ground between the grass,

I saw the same question on the Internet, but did not find the answer

Version 1.5.97 has been downgraded and does not use (Grass Cache Fixes)

Grass cache suffix .cgid

image.thumb.png.96eebad139c6b8ef303c8e5b4723eebb.pngimage.thumb.png.d02c216c122aa255f50d6ad28111bae2.png

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

https://dyndolod.info/Help/Grass-LOD#Settings
With No Grass In Objects full grass can render past the active cells, so Grass LOD can either start right beyond the active exterior cells (uGridsToLoad) which equals to Mode/DynDOLODGrassMode=1 (better for performance) or beyond the large reference distance (uLargeRefLODGridSize) which equals to Mode/DynDOLODGrassMode=2. If No Grass In Objects is not used, set Mode to 1, obviously.
Set the desired Mode in the advanced mode of DynDOLOD under the Grass LOD checkbox and for DynDOLODGrassMode in ..\NetScriptFramework\Plugins\GrassControl.config.txt. While the DynDOLODGrassMode can be changed at any time, the Mode used to generate grass LOD is baked into the object LOD meshes.

Link to comment
Share on other sites

11 hours ago, FinalCraneFall said:

The similarity is those parts that are not working are also not able to selected by console in game. This is why I assume this might be an xLOD problem if they are actually in landscape form.

 

image.thumb.jpeg.988693b20c8d9c262b038c4d98ca7784.jpegimage.thumb.jpeg.d4dbe6f4f8ce4e0615f4826b0843dacc.jpeg

Parts of these 2 bridges don't work for DynDOLOD. Those parts also cannot be selected by console.

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

Read https://dyndolod.info/Official-DynDOLOD-Support-Forum#In-Game-Screenshots how to make useful screenshots. In particular:
Note that tree LOD or object LOD does not have a form ID. To determine if something is LOD, toggle LOD on/off with tll in console. In that case, also walk close to an object, so its reference with the full model is loaded in order to get its form ID and provide that screenshot of the full model in addition to the screenshot of the LOD.

https://dyndolod.info/FAQ#Something-does-not-have-LOD

Link to comment
Share on other sites

8 hours ago, Kiosuke said:

Hello to all,

sorry to bother you but i'm in a bit of a predicament and i really don't know how to get out :(

I've installed Dyndolod 3.0 alpha 37 and tried (unsuccessfully) to get it to work as i've installed in my mods "Enhanced Vanilla Trees SE", "TREES ADDON SE" and "Majestic Mountains". When i run the textgen i don't get any error message anymore (at first i need to add the argument -l:English but i've solved that) but when i run Dyndolod it says that there are billboards missing for some trees, the strange thing is that i get the same messages even if i just keep activated the vanilla AE (i attached the logs, normal and debug, for the run with vanilla AE).

I know it's a bother but can i ask your help in this matter?

Thank you very much for your time and your work.

Have a nice day, sorry for my terrible english and i hope to have not broken the forum rules (i read the post but i'm still unsure if i'm submitting this right)

Logs only vanilla.7z 283.29 kB · 2 downloads

As the message prompt says, Billboards need to be generated with TexGen first.

If you click on Click on this link for additional explanations and help for this message of the message prompt, it opens https://dyndolod.info/Help/Tree-Grass-LOD-Billboards. Scroll down to LOD Billboard(s) Not Found for a list of things to check. The TexGen log you uploaded seems to indicate the billboards were generated without problems.

https://dyndolod.info/Generation-Instructions#1-Generate-The-Required-LOD-Assets-with-TexGen
Install the contents of the output path or the *.zip archive as a mod. It should overwrite everything. Consider moving the zip archive to the mod managers download folder for later re-use.

Do not forget to activate the TexGen output mod in MO2 left window.

Link to comment
Share on other sites

On 7/2/2023 at 11:09 PM, sheson said:

Read the first post or https://dyndolod.info/Official-DynDOLOD-Support-Forum#Post-Logs which log, debug log and bugrepost.txt (if it exists) to upload when making posts. Or enable the realtime log if no logs are created.

By not generating certain group of textures you did not get anything to work. You just ignored the issue and did not generate certain textures.

I finally got texgen and dyndolod to run with all options selected that I wanted.  It was getting stuck each time on a file "alnus forest shrub 01" from nature of the wildlands.  I went in sse edit and deleted the file and everything went smoothly.  I'd like to have everything from the mod in the game but I guess something is wrong with that texture or something.  Maybe I can fix it somehow and add it back in?  Not sure.

Link to comment
Share on other sites

1 hour ago, Poncington said:

I finally got texgen and dyndolod to run with all options selected that I wanted. It was getting stuck each time on a file "alnus forest shrub 01" from nature of the wildlands. I went in sse edit and deleted the file and everything went smoothly. I'd like to have everything from the mod in the game but I guess something is wrong with that texture or something. Maybe I can fix it somehow and add it back in? Not sure.

Read the first post or https://dyndolod.info/Official-DynDOLOD-Support-Forum#Post-Logs which log, debug log and bugreport.txt (if it exists) to upload when making posts. Or enable the realtime log if no logs are created and upload that as explained.

By randomly removing records or deleting files the actual issues is ignored and certain LOD textures were not generated. Guessing that "something is wrong with that texture or something" is not really going to help to determine the actual cause of a problem.

If you want to troubleshooting the actual issue, then do not ignore requests.

Link to comment
Share on other sites

A Chinese player encountered a visual problem most likely related to occlusion data.

c2199a13b07eca80eb7a17d7d72397dda144838f.thumb.jpg.d91a6e1b488e881c925bac380c590fbb.jpg0cd1841001e93901827da30e3dec54e736d1968f.thumb.jpg.f447925aa94ece2292afbd0581d75927.jpg83d6bd8f8c5494ee4b5d21296bf5e0fe99257e8f.thumb.jpg.ed4301f069473b226b631d343373eab2.jpg

As shown in the screenshots they provided, part of the Red Mountain LOD was missing (first pic). The problem went away when they were seeing from somewhere higher up (second pic) or with Occlusion.esp disabled (third pic).

Logs: https://anonfiles.com/r7ab392ez4/Logs_0716_rar

Link to comment
Share on other sites

1 hour ago, heheloveer said:

A Chinese player encountered a visual problem most likely related to occlusion data.

c2199a13b07eca80eb7a17d7d72397dda144838f.thumb.jpg.d91a6e1b488e881c925bac380c590fbb.jpg0cd1841001e93901827da30e3dec54e736d1968f.thumb.jpg.f447925aa94ece2292afbd0581d75927.jpg83d6bd8f8c5494ee4b5d21296bf5e0fe99257e8f.thumb.jpg.ed4301f069473b226b631d343373eab2.jpg

As shown in the screenshots they provided, part of the Red Mountain LOD was missing (first pic). The problem went away when they were seeing from somewhere higher up (second pic) or with Occlusion.esp disabled (third pic).

Logs: https://anonfiles.com/r7ab392ez4/Logs_0716_rar

https://dyndolod.info/Official-DynDOLOD-Support-Forum#In-Game-Screenshots
If making general screenshots of areas or worldspaces, provide information like the worldspace name and the cell coordinates. The DynDOLOD SkyUI MCM - You Are Here page provides the current cell coordinates of the player.

Make sure terrain LOD meshes were generated with restored data xLODGen Resource - SSE Terrain Tamriel and that the geenrated LOD is active when generating occlusion.

If that was the case, see https://dyndolod.info/Help/Occlusion-Data#Optional-Configuration
For the settings below, edit ..\DynDOLOD\Edit Scripts\DynDOLOD\DynDOLOD_[GAME MODE].ini:
OcclusionHeight - the algorithm uses the highest point of the heightmap or object LOD between two samples points. Since the player itself could be standing on the highest point, this can add a bit of additional height if required. There is no need to change the height unless holes can still be seen in the distance from a vantage point.

Maybe try with 50 or 100.

It could also help to recalculate the MHDT data of the cell with CK. The game uses that data to know when to not disable LOD in the distance.

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.