Jump to content

Recommended Posts

Posted (edited)

683056519_SkyrimSE2022-02-1214-09-22.thumb.png.dfafd1493ddbc990846074daf27c7078.png

what do i need to do in order to make this level of detail even better , because it looks like ps1 graphics atm. every tree is set to 4k also. so i dont know what im doing wrong

  On 2/12/2022 at 10:06 PM, EternalT said:

683056519_SkyrimSE2022-02-1214-09-22.thumb.png.dfafd1493ddbc990846074daf27c7078.png

what do i need to do in order to make this level of detail even better , because it looks like ps1 graphics atm. every tree is set to 4k also. so i dont know what im doing wrong

Expand  

Nvm dyndolod is on mcm active and i still get like playdo like textures from afar. 

Edited by EternalT
Posted
  On 2/12/2022 at 10:06 PM, Zeknapain said:

Hello. I'm a mod author and currently creating a Seasonal Tree mod utilising the new Seasons of Skyrim framework by powerofthree.
My question is this: 
Does Dyndolod auto generate tree lod models for each season based on swapped meshes and textures?
In my Aspen mod I use the treeaspen01_LOD0, treeaspen01_LOD1 etc. format. Can I not have individual 3D lod assets for each season-swapped tree?
And if I can how do I state that in the config files?

Expand  

TexGen should generate tree LOD billboards for every tree record that has object bounds larger than the required limit automatically. See https://dyndolod.info/Help/TexGen-Configuration#Tree-Grass-LOD-Billboards for details or how to force generation.

In case you want to include 3D tree LOD models for LOD generation, make sure to read https://dyndolod.info/Help/TexGen-Configuration#Tree-Grass-LOD-Billboards to learn how to add the CRC32 of the full model to the 3D LOD model filename so they can be matched with each without.

For each full model with different meshes or textures a matching 3D LOD models has to be created. Unfortunately TREE records do not support texture replacements like STAT records unfortunately.

3D tree LOD model filenames should never be made without the CRC32 of the full model. The last ditch effort fallback without it only works correctly if the full model filename is unique to the entire modding hemissphere and the full model is never going to be changed again. Otherwise there will be conflicts eventually that users will have to understand and solve which is best avoided.

DynDOLOD itself does not generate LOD models. It generates LOD from the LOD models found in the load order.

  On 2/12/2022 at 10:06 PM, EternalT said:

683056519_SkyrimSE2022-02-1214-09-22.thumb.png.dfafd1493ddbc990846074daf27c7078.png

what do i need to do in order to make this level of detail even better , because it looks like ps1 graphics atm. every tree is set to 4k also. so i dont know what im doing wrong

Nvm dyndolod is on mcm active and i still get like playdo like textures from afar. 

Expand  

No information whatsoever was provided so the generic answer is to generate ultra tree LOD.

Either with HD Billboards and Billboard4 or with 3D tree LOD models as explained at https://dyndolod.info/Help/Ultra-Tree-LOD

There is really no point to generate billboards with 4k resolution unless the screen has 4k or more vertical resolution as explained at https://dyndolod.info/Help/Texture-Resolution. For example the screenshot nicely shows that those tree LOD ony require half the resolution of whatever the full resolution is of that screenshot.

Posted (edited)

Hi Sheson,

I was just trying out powerof3's seasons with your newest v69. Works fine, no errors in creating LOD, but the tree LODs are messed up:

1) wrong tree LODS (e.g. colorful autumn leave tree LOD for a pine tree model), 2) tree LODs where no tree will be, 3) both of these combined, 4) purple LODs which vanish.. 5) summer model instead of winter model (very rare and not disturbing at all)

Using "Enhanced Vanilla trees" mod. Problems existing still when coc to a location and ONLY when switching to winter (only one I got). All other seasons (default) are OK.

Hope I am right here with my question? Thank you so much, have a nice weekend and don't you dare to answer me before next week! :)

Mike

MainFormSwap_WIN.iniFetching info...

DynDOLOD_WIN.iniFetching info... po3_SeasonsOfSkyrim.iniFetching info... Serialization.iniFetching info...

Edited by arzt1
typos
Posted
  On 2/12/2022 at 10:35 PM, sheson said:

TexGen should generate tree LOD billboards for every tree record that has object bounds larger than the required limit automatically. See https://dyndolod.info/Help/TexGen-Configuration#Tree-Grass-LOD-Billboards for details or how to force generation.

In case you want to include 3D tree LOD models for LOD generation, make sure to read https://dyndolod.info/Help/TexGen-Configuration#Tree-Grass-LOD-Billboards to learn how to add the CRC32 of the full model to the 3D LOD model filename so they can be matched with each without.

3D tree LOD model filenames should never be made without the CRC32 of the full model. The last ditch effort fallback without it only works correctly if the full model filename is unique to the entire modding hemissphere and the full model is never going to be changed again. Otherwise there will be conflicts eventually that users will have to understand and solve which is best avoided.

DynDOLOD itself does not generate LOD models. It generates LOD from the LOD models found in the load order.

Expand  

So if I add 3D lod meshes with the appropriate CRC32 checksum for each seasonal tree, Dyndolod will generate seasonal lod for all of them and swap accordingly? Got it thanks.

Posted
  On 2/12/2022 at 10:51 PM, Zeknapain said:

So if I add 3D lod meshes with the appropriate CRC32 checksum for each seasonal tree, Dyndolod will generate seasonal lod for all of them and swap accordingly? Got it thanks.

Expand  

That is how is should work yes. Do not hesitate to ask more detailed question or PM me on Discord if something does not seem to work as explained and more in-depth discussion is needed.

Posted
  On 2/12/2022 at 9:55 PM, sheson said:

xEdit/xLODGen/DynDOLOD like any other whatever version use the Windows Registry entry for the game to find the data folder.

See https://dyndolod.info/Messages/Windows-Registry-Key how to update it.

Set RealTimeLog=1 in ..\DynDOLOD\Edit Scripts\DynDOLOD\TexGen_SSE.INI and upload whatever files have been written to the log folder.

It is hard to troubleshoot if the OS just terminates the program without  letting it go through its own exception handler and shutdown procedure.

Expand  

TexGen_SSE_realtime_log.txtFetching info...

Posted
  On 2/12/2022 at 11:53 PM, MrTanku said:
Expand  

This is with the latest Alpha-69?

Test if still happens when setting R8G8B8A for diffuse alpha and normal specular on the left and R8G8B8 for diffuse and normal on the right.

Clean out log beforehand, upload new log if it still happens.

Keep an eye on memory usage with task manager if possible.

  On 2/12/2022 at 10:48 PM, arzt1 said:

Hi Sheson,

I was just trying out powerof3's seasons with your newest v69. Works fine, no errors in creating LOD, but the tree LODs are messed up:

1) wrong tree LODS (e.g. colorful autumn leave tree LOD for a pine tree model), 2) tree LODs where no tree will be, 3) both of these combined, 4) purple LODs which vanish.. 5) summer model instead of winter model (very rare and not disturbing at all)

Using "Enhanced Vanilla trees" mod. Problems existing still when coc to a location and ONLY when switching to winter (only one I got). All other seasons (default) are OK.

Hope I am right here with my question? Thank you so much, have a nice weekend and don't you dare to answer me before next week! :)

Mike

MainFormSwap_WIN.ini 559.19 kB · 3 downloads

DynDOLOD_WIN.ini 32.95 kB · 0 downloads po3_SeasonsOfSkyrim.iniUnavailable Serialization.iniUnavailable

Expand  

Upload the log and debug log from TexGen and DynDOLOD as explained on first post.

Reupload the po3_SeasonsOfSkyrim.ini which became "unavailable" (I have no idea why) maybe use paste.ee or ufile.io services instead.

Not sure what Serialization.ini is?

Posted
  On 2/13/2022 at 12:25 AM, sheson said:

This is with the latest Alpha-69?

Test if still happens when setting R8G8B8A for diffuse alpha and normal specular on the left and R8G8B8 for diffuse and normal on the right.

Clean out log beforehand, upload new log if it still happens.

Keep an eye on memory usage with task manager if possible.

Upload the log and debug log from TexGen and DynDOLOD as explained on first post.

Reupload the po3_SeasonsOfSkyrim.ini which became "unavailable" (I have no idea why) maybe use paste.ee or ufile.io services instead.

Not sure what Serialization.ini is?

Expand  

image.thumb.png.20ccc73d6d5d9063f9e508689578ddb3.pngI used the settings above because the R8G8B8A setting was not available on the left column of settings 

TexGen_SSE_realtime_log.txtFetching info...

Posted

Good day Sheson,

I am having a small problem with few latest versions of DynDolod.

I am running the SSE version with Open Cities, therefore I am doing the "2-step generation" according to the DynDolod instructions.

Latest DynDolod that worked without errors in both steps was Alpha 65.

On all later versions (including Alpha 69), I am able to successfully finish step 1 (Open cities .esp is not active) of generating Object LOD for the load order.

But when I try to do Step 2 (Open cities .esp is active) to generate DynDolod .esp file, underside and now seasons, I am greeted with "Item not found" error after I try to start generation.

bugreport.txtFetching info... DynDOLOD_SSE_Debug_log.txtFetching info... DynDOLOD_SSE_log.txtFetching info...

Posted (edited)

Getting an error message with Alpha 69 that I have never seen before in-game.  Nothing in the logs that is relevant.  No new error log generated, either (not sure if it is supposed to be generated for in-game errors).  How should I proceed to hunt this down?  Thanks.

ScreenShot300.jpg

Edited by Zanderat
Posted (edited)

Alpha 69 Fixed my Range Check Error. Sorry about not putting up a debug and bug report will do next time I have errors oh Im also having the same problem Like Zanderat instead mines says Riften world 

Edited by MarkAim
Posted

I am getting the error DYNDOLOD cannot read data from DynDOLOD_Solitude too.

With some reverse engineering, reading postings with similar bugs from way way way back,  and some guess work, I traced the problem to the generation of the skse\plugins\StorageUtilData\DynDOLOD_Worlds.json file. Some of the fields in the JSON file are repeated and assigned to itself as a value (ie: "solitudeworld":"solitudeworld"). I believe these are the bad JSON fields. I deleted those. I kept the ones assigned to "tamriel". I save the file and it seems to solve the problem. I suggest waiting for a real fix for this as I have no clue how this stuff really works and I don't know if there are other side effects.

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.