z929669 Posted April 30, 2021 Posted April 30, 2021 I was getting the same nondescript error code. Sheson provided a tweaked EXE that fixed it for me: EDIT: My system specs are in my sig. You may want to add yours to the wiki and link. There could be illuminating commonalities.
gmahadhika91 Posted May 1, 2021 Posted May 1, 2021 Help, I'm getting a lot of wrong billboard path. This is the first time I ever encountered this problem. Granted, this is also the first time I use: - 3D trees LOD - ultra trees - open cities - grass LOD Can any of those contribute to this problem? Thank you in advance. DynDOLOD_SSE_log.pdf
sheson Posted May 1, 2021 Author Posted May 1, 2021 1 hour ago, gmahadhika91 said: Help, I'm getting a lot of wrong billboard path. This is the first time I ever encountered this problem. Granted, this is also the first time I use: - 3D trees LOD - ultra trees - open cities - grass LOD Can any of those contribute to this problem? Thank you in advance. DynDOLOD_SSE_log.pdf 309.08 kB · 1 download Why change a text file to pdf!? The warning messages say what is wrong: Warning: Wrong billboard path textures\terrain\lodgen\someplugin\*, should be textures\terrain\lodgen\anotherplugin\* The installed billboard with the wrong path will be used by DynDOLOD 3 alpha. These billboards won't be discovered by xLODGen/DynDOLOD 2.x tree LOD generation. TexGen should have generated all the billboards with the correct path, so not sure why it even checks for billboards that might have a wrong path. You are participating in the DynDOLOD 3 alpha. If possible, do not install any billboards. TexGen should generate them. Instead provide feedback in case TexGen does not generate the expected billboards.
chobisan31 Posted May 1, 2021 Posted May 1, 2021 Okay so download that LODGen and run it? Do I need to run Dyndolod after?
sheson Posted May 1, 2021 Author Posted May 1, 2021 20 minutes ago, chobisan31 said: Okay so download that LODGen and run it? Do I need to run Dyndolod after? Download the linked version of LODGenx64.exe and replace the existing version in ..\DynDOLOD\Edit Scripts\LODGenx64.exe Start DynDOLOD in expert mode (see ..\DynDOLOD\docs\help\Expert.html) Select the desired worldspace Click the Execute LODGen, so it simply restarts LODGen with the already existing export file for that worldspace. It should then generate the object LOD meshes for that worldpsace without error. Repeat for every world space that had errors running LODGen.
gmahadhika91 Posted May 2, 2021 Posted May 2, 2021 7 hours ago, sheson said: Why change a text file to pdf!? The warning messages say what is wrong: Warning: Wrong billboard path textures\terrain\lodgen\someplugin\*, should be textures\terrain\lodgen\anotherplugin\* The installed billboard with the wrong path will be used by DynDOLOD 3 alpha. These billboards won't be discovered by xLODGen/DynDOLOD 2.x tree LOD generation. TexGen should have generated all the billboards with the correct path, so not sure why it even checks for billboards that might have a wrong path. You are participating in the DynDOLOD 3 alpha. If possible, do not install any billboards. TexGen should generate them. Instead provide feedback in case TexGen does not generate the expected billboards. STEP forum won't allow me to upload my 400 kb txt despite of 500 kb allowance so I change it to pdf and resize it (LoL) I do use SFO 3D LOD and Skyrim 3D Trees and Plants LOD. Do they count as billboard? I kinda like them, so I shouldn't generate trees from DynDOLOD altogether right? Also sheson, I recently upgraded my laptop and I've (again) already set: FormID: GenericBannerRed03.nif Grid: NeverfadeFull Reference: Original The animated banner still pops out at certain distance, while I want it to be shown in *any* distance doesn't matter how far. Is that the correct setting? Is there any block level that I should modifiy in skyrimpref.ini? Thank you again.
z929669 Posted May 2, 2021 Posted May 2, 2021 5 minutes ago, gmahadhika91 said: STEP forum won't allow me to upload my 400 kb txt despite of 500 kb allowance so I change it to pdf and resize it (LoL) I do use SFO 3D LOD and Skyrim 3D Trees and Plants LOD. Do they count as billboard? I kinda like them, so I shouldn't generate trees from DynDOLOD altogether right? / ... snip The site settings were wrong (500 Kb TOTAL per user across all posts). I fixed to allow up to 1000 Kb per post. You need to run DynDOLOD to generate the 3D trees for your game if the 3D statics are under ../meshes/DynDOLOD/lod/trees/* in your mod. To generate 2D trees, you need 'tree' billboards, and they can either be created by TexGen 3 alpha for your particular mod list or they can be used if they come with your mod ... under ../textures/terrain/lodgen/* ... either way, you need to run DynDOLOD to get the LOD benefits. I always run DynDOLOD if my mod list changes with respect to anything affecting LOD. Furthermore, I will never go back to DynDOLOD < 3.
gmahadhika91 Posted May 2, 2021 Posted May 2, 2021 51 minutes ago, z929669 said: The site settings were wrong (500 Kb TOTAL per user across all posts). I fixed to allow up to 1000 Kb per post. You need to run DynDOLOD to generate the 3D trees for your game if the 3D statics are under ../meshes/DynDOLOD/lod/trees/* in your mod. To generate 2D trees, you need 'tree' billboards, and they can either be created by TexGen 3 alpha for your particular mod list or they can be used if they come with your mod ... under ../textures/terrain/lodgen/* ... either way, you need to run DynDOLOD to get the LOD benefits. I always run DynDOLOD if my mod list changes with respect to anything affecting LOD. Furthermore, I will never go back to DynDOLOD < 3. Ah I see, so I should deactivate all of the 3D trees LOD in my MO 2 and let DynDOLOD handle it instead? Will it still be 3D LOD if it is generated by DynDOLOD? (the base tree is 3D)
sheson Posted May 2, 2021 Author Posted May 2, 2021 2 hours ago, gmahadhika91 said: I do use SFO 3D LOD and Skyrim 3D Trees and Plants LOD. Do they count as billboard? I kinda like them, so I shouldn't generate trees from DynDOLOD altogether right? You can easily check if a tree mod contains billboard by looking if it contains textures and text files in a subfolder of ..\textures\terrain\lodgen\.. Those are not needed anymore. Users that are using the DynDOLOD 3 alpha are asked to test all new features, including the automatically generated billboards. Tree mod authors and users not having to worry about creating, finding and to correctly sorting billboards resources in the load order will be the new norm. I am almost certain you will find the automatically created billboards to look better, especially when using HD billboards with ultra tree LOD. 2 hours ago, gmahadhika91 said: Also sheson, I recently upgraded my laptop and I've (again) already set: FormID: GenericBannerRed03.nif Grid: NeverfadeFull Reference: Original The animated banner still pops out at certain distance, while I want it to be shown in *any* distance doesn't matter how far. Is that the correct setting? Is there any block level that I should modifiy in skyrimpref.ini? Thank you again. Those settings should work the same in DyNDOLOD 2.x and the DynDOLOD 3 alpha. Are you reporting they do not work the same? The Grid should not matter when setting Reference to Original. Remember to remove any rules that actually target specific references with a form id.
jared_maxwell Posted May 2, 2021 Posted May 2, 2021 I have read DynDOLOD/docs/SkyrimSELargeRefGrid/SkyrimSE-LargeRefGrid.html and still have questions about large reference warning (attached)i am getting whily generating lods. From the docs i didn't understand what it can cause and why dlcs are updating RNAMs of original game in Tamriel, do they change objects? So without one of the dlc i will have different objects located in that coordinates?
gmahadhika91 Posted May 2, 2021 Posted May 2, 2021 1 hour ago, sheson said: Those settings should work the same in DyNDOLOD 2.x and the DynDOLOD 3 alpha. Are you reporting they do not work the same? I've only used DynDOLOD 3 alpha lately so I can't say. So with that setting it should always be seen from any distance? Unfortunately that's not the case. 1 hour ago, sheson said: Remember to remove any rules that actually target specific references with a form id. What does that mean? I shouldn't use GenericBannerRed03.nif in there? Then what should I put there? I'm talking about the animated banner at the Western Watchtower, the one where we fought Mirmulnir.
sheson Posted May 2, 2021 Author Posted May 2, 2021 1 hour ago, jared_maxwell said: I have read DynDOLOD/docs/SkyrimSELargeRefGrid/SkyrimSE-LargeRefGrid.html and still have questions about large reference warning (attached)i am getting whily generating lods. From the docs i didn't understand what it can cause and why dlcs are updating RNAMs of original game in Tamriel, do they change objects? So without one of the dlc i will have different objects located in that coordinates? Do not post screenshots of text. Copy and paste the text instead. The large reference bugs means that the engine does not unload the static object LOD for all large references in a cell when it is supposed to. So the large reference full models and their LOD models show at the same. This can manifest as very obvious texture/lighting flicker between the two models. Any ESP overwriting a large reference triggers this bug for the entire cell. Hence the log messages as seen in the screenshot to warn about plugins that are not fully visually compatible with Skyrim Special Edition. If a plugin (ESM in this case, since it is not supported by ESP) overwrites a large reference, it should also list the large reference in its worldspace RNAM. That is what the game files do. If an overwrite/plugin is removed then whatever the overwrite record or plugin changes simply does not happen.
gmahadhika91 Posted May 2, 2021 Posted May 2, 2021 56 minutes ago, gmahadhika91 said: Then what should I put there? Sorry for self quote, after reading things again, should I use the FormID format instead? As in Skyrim.esm;FormID?
sheson Posted May 2, 2021 Author Posted May 2, 2021 59 minutes ago, gmahadhika91 said: What does that mean? I shouldn't use GenericBannerRed03.nif in there? Then what should I put there? I'm talking about the animated banner at the Western Watchtower, the one where we fought Mirmulnir. There already is a rule for that specific banner to show in the NearGrid. This rule targets it specifically via its FormID. FormID rules take precedence over mesh mask rules. Mesh mask rules apply to all reference that use base records for which the mesh mask matches. So all banners that use GenericBannerRed03.nif. If you want that particular banner to also always show together with all other banners of the same type, use the mesh mask rule ad remove the FormID rule (or also edit accordingly) If you only want that particular banner to always show, only edit that FormID rule. The FormID rule that targets that banner is the one that has skyrim;000eb82e for the Mesh Mask/Reference field. Hover above it in the list to see more information, like the name and location of the reference and its base record. Also note the rule for its civil war replacement skyrim;000fcc65.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now