Jump to content

Recommended Posts

Posted (edited)

Do we need to generate map LOD if we have the mod A Quality World Map (classic with all roads)? Will they affect each other?

Also, can it be generated anytime or before using DynDOLOD? And if I understood correctly, it's generated separately from terrain in xLODGen.

I apologize in advance if the question is n00b-class.

Edited by Katarsi
Posted
  On 4/16/2021 at 4:40 PM, Katarsi said:

Do we need to generate map LOD if we have the mod A Quality World Map (classic with all roads)? Will they affect each other?

Also, can it be generated anytime or before using DynDOLOD? And if I understood correctly, it's generated separately from terrain in xLODGen.

I apologize in advance if the question is n00b-class.

Expand  

The map just uses the highest object LOD level 16 and highest terrain LOD level 32

If you want to keep the map texture with the roads, delete the terrain LOD level 32 textures (..\textures\terrain\tamriel\tamriel.32.*.*.dds) after generation so they are not part of the installed output or overwrite them with the terrain LOD level 32 textures files from map mod.

The map mod does not make changes regarding object LOD or any of other things DynDOLOD does.

Posted

Thank you :)

And...I've stumbled upon another bump. After generating terrain with xLODGen, DynDOLOD's option for generating trees is greyed out. I made sure to only select Terrain with xLODGen. Does this mean I can't generate trees with DynDOLOD anymore?

Posted
  On 4/16/2021 at 5:11 PM, Katarsi said:

Thank you :)

And...I've stumbled upon another bump. After generating terrain with xLODGen, DynDOLOD's option for generating trees is greyed out. I made sure to only select Terrain with xLODGen. Does this mean I can't generate trees with DynDOLOD anymore?

Expand  

The option for generating tree LOD in DynDOLOD 2.x is grayed out when editing the DynDOLOD INI and setting TreeLOD=0 in order to generate ultra tree LOD.

Posted

Oops... I must've edited this value at some point while messing with options. Fortunately I have a backup (original) DynDOLOD.ini. Thank you for figuring that out! If I had a firstborn... You know :) 

Posted

Hey Sheson,

I had a couple errors when running xLODGen. Please see attached logs.

The first is: [00:05] Background Loader: <Note: [REFR:0190001B] (places [050B1985] < Error: Could not be resolved > in GRUP Cell Temporary Children of WhiterunTempleofKynareth "Temple of Kynareth" [CELL:000165A7]) was injected into Update.esm>

The second is: [58:59] Error creating textures for level 8 quad [-8,3] Access violation at address 000000000040EAF0 in module 'xLODGenx64.exe'. Read of address FFFFFFFFFFFFFFFF

 

I was able to solve the second error by deleting the output textures for that world, and re-running that world without meshes. No error that time.

The first error I'm not sure how to deal with. This is the USSEP Unwanted Effects book that they moved to be inside the Temple of Kynareth in the last update. Please see attached xEdit screenshot.

Do you have any advice with regard to the first error?

Thanks in advance. Of course my firstborn is yours.

0190001B.jpg

xLODGen Logs.7zFetching info...

Posted

Hey, so not too long ago I got a little carried away with changing the look of Skyrim SE, and I decided to use this for 3D tree LODs. I followed the instructions to the best of my ability, ran the program, which seemed to work fine, and launched SSE. Shortly afterwards I noticed an unfavorable impact on my framerate (in both Skyrim LE and SSE), and so I've since gotten rid of it and reinstalled my games, but the fps impact still lingers. The LODs are back to normal and using tll doesn't make a difference, so that doesn't seem to be the problem. What else can I do to fix it? Also, please forgive me if the fix is obvious, I'm not that skilled when it comes to modding tools like these.

Posted
  On 4/21/2021 at 10:00 PM, Nebulous112 said:

Hey Sheson,

I had a couple errors when running xLODGen. Please see attached logs.

The first is: [00:05] Background Loader: <Note: [REFR:0190001B] (places [050B1985] < Error: Could not be resolved > in GRUP Cell Temporary Children of WhiterunTempleofKynareth "Temple of Kynareth" [CELL:000165A7]) was injected into Update.esm>

 

Expand  

This is an error in a plugin linking to a record which does not exist.
xLODGen is a renamed xEdit. As such it reports all the same errors in plugins. These errors should all be fixed.

Posted
  On 4/22/2021 at 6:15 AM, Miniminq said:

Hey, so not too long ago I got a little carried away with changing the look of Skyrim SE, and I decided to use this for 3D tree LODs. I followed the instructions to the best of my ability, ran the program, which seemed to work fine, and launched SSE. Shortly afterwards I noticed an unfavorable impact on my framerate (in both Skyrim LE and SSE), and so I've since gotten rid of it and reinstalled my games, but the fps impact still lingers. The LODs are back to normal and using tll doesn't make a difference, so that doesn't seem to be the problem. What else can I do to fix it? Also, please forgive me if the fix is obvious, I'm not that skilled when it comes to modding tools like these.

Expand  

LOD is meshes and textures.  If the output generated by xLODGen is removed from the load order, then it can not affect anything anymore, obviously.
As you already found out, the problem is caused by something else.

There is no need to reinstalling the game. I suggest to learn proper modding practice using MO2 by following a modern modding guide.

Posted (edited)
  On 4/22/2021 at 7:54 AM, sheson said:

This is an error in a plugin linking to a record which does not exist.
xLODGen is a renamed xEdit. As such it reports all the same errors in plugins. These errors should all be fixed.

Expand  

Thanks, Sheson. I spoke with Arthmoor and he confirmed the error in the background loader is a quirk in how xEdit reports things while it is loading. "Wait for it to complete and you'll see that the reference is valid and the error is actually bogus." I checked USSEP in xEdit, and indeed right-clicking the plugin and checking for errors doesn't show anything.

Thanks, and sorry for the wild goose chase!

Edited by Nebulous112
Posted
  On 4/23/2021 at 4:53 AM, Nebulous112 said:

Thanks, Sheson. I spoke with Arthmoor and he confirmed the error in the background loader is a quirk in how xEdit reports things while it is loading. "Wait for it to complete and you'll see that the reference is valid and the error is actually bogus." I checked USSEP in xEdit, and indeed right-clicking the plugin and checking for errors doesn't show anything.

Thanks, and sorry for the wild goose chase!

Expand  

Correct if the message only appears while loading. Once loading is completed and the error check does not report it anymore, it is indeed fine.

Posted (edited)
  On 4/16/2021 at 5:01 PM, sheson said:

The map just uses the highest object LOD level 16 and highest terrain LOD level 32

If you want to keep the map texture with the roads, delete the terrain LOD level 32 textures (..\textures\terrain\tamriel\tamriel.32.*.*.dds) after generation so they are not part of the installed output or overwrite them with the terrain LOD level 32 textures files from map mod.

The map mod does not make changes regarding object LOD or any of other things DynDOLOD does.

Expand  

I would like to add more to A Quality World Map compatibility with generated xLODGen Terrain. Not applicable to Paper Map (I wouldn't know because I don't use it).

If this compatibility guide isn't followed, the map will look utterly distorted. I learned this the hard way.

First off, QWM textures are packed into a BSA, so loose files will always overwrite it. Generated Terrain contains loose files that will overwrite QWM, no matter where it is in the load order. Also, generated Terrain contains meshes for the map, which will mess it up because QWM is tailored for default map meshes.

Instructions:

  • After generating Terrain and activating it, open up its folder (for me it's SSELODGenOutput).
  • Go to textures/terrain/dlc2solstheimworld and remove every file that starts with dlc2solstheimworld.32. They are normally the last files in that folder if they are sorted by name.
  • Go to textures/terrain/tamriel and remove every file that starts with tamriel.32. The same application as above.

I could mention that xLODGen is efficient to the point that it creates even normal maps of textures (_n.dds), while QWM doesn't have them. It's no biggie though, the map of this mod still looks awesome. I'm not sure about keeping these normal maps in generated Terrain, given they can differ in size from QWM textures, depending on the chosen quality when generating Terrain. The size of QWM textures is 1024x1024. If someone has an input on this, you're welcome to pitch in.

  • Go to meshes/terrain/DLC2SolstheimWorld and remove every file that starts with DLC2SolstheimWorld.32. No exceptions.
  • Go to meshes/terrain/Tamriel and remove every file that starts with Tamriel.32. No exceptions, as above.

These two steps are very important, because THIS is what primarily distorts the map! xLODGen generates meshes (.btr) that don't fit with QWM map textures.

Also, this whole removal shebang can be done even after all the LOD was generated (xLODGen, DynDOLOD, Occlusion), so don't worry about messing something up.

That's it, enjoy your beautiful terrain and A Quality World Map combo.

Edited by Katarsi
Posted
  On 4/23/2021 at 1:39 PM, Katarsi said:

I would like to add more to A Quality World Map compatibility with generated xLODGen Terrain. Not applicable to Paper Map (I wouldn't know because I don't use it).

If this compatibility guide isn't followed, the map will look utterly distorted. I learned this the hard way.

First off, QWM textures are packed into a BSA, so loose files will always overwrite it. Generated Terrain contains loose files that will overwrite QWM, no matter where it is in the load order. Also, generated Terrain contains meshes for the map, which will mess it up because QWM is tailored for default map meshes.

Instructions:

  • After generating Terrain and activating it, open up its folder (for me it's SSELODGenOutput).
  • Go to textures/terrain/dlc2solstheimworld and remove every file that starts with dlc2solstheimworld.32. They are normally the last files in that folder if they are sorted by name.
  • Go to textures/terrain/tamriel and remove every file that starts with tamriel.32. The same application as above.

I could mention that xLODGen is efficient to the point that it creates even normal maps of textures (_n.dds), while QWM doesn't have them. It's no biggie though, the map of this mod still looks awesome. I'm not sure about keeping these normal maps in generated Terrain, given they can differ in size from QWM textures, depending on the chosen quality when generating Terrain. The size of QWM textures is 1024x1024. If someone has an input on this, you're welcome to pitch in.

  • Go to meshes/terrain/DLC2SolstheimWorld and remove every file that starts with DLC2SolstheimWorld.32. No exceptions.
  • Go to meshes/terrain/Tamriel and remove every file that starts with Tamriel.32. No exceptions, as above.

These two steps are very important, because THIS is what primarily distorts the map! xLODGen generates meshes (.btr) that don't fit with QWM map textures.

Also, this whole removal shebang can be done even after all the LOD was generated (xLODGen, DynDOLOD, Occlusion), so don't worry about messing something up.

That's it, enjoy your beautiful terrain and A Quality World Map combo.

Expand  

That the map uses terrain LOD level 32 has already been explained several times and the advice to simply not generate these files or delete them afterwards has also been already explained before. These instructions apply to a specific mod and are not specific to whatever tool that was used to generate terrain LOD.

Textures are not being distorted by terrain LOD meshes. The xy spacing of vertices/UV coordinates are always the same regardless of mesh quality or texture resolution. What that means is that looking at a terrain LOD mesh straight from above in Nifskope in orthographic view shows the texture 1:1 like looking at the terrain LOD texture in an image viewer. That means terrain LOD meshes and terrain LOD textures always work with each other regardless their source and quality.

Posted
  On 4/23/2021 at 2:42 PM, sheson said:

That the map uses terrain LOD level 32 has already been explained several times and the advice to simply not generate these files or delete them afterwards has also been already explained before.

Expand  

It would be nice if there was a checkbox to enable/disable generation for LOD32/map terrain textures and meshes specifically.  It seems a common issue that lots of people might find useful.

Posted

Maybe this is dumb question but is it possible to somehow generate terrain lod that will use full model of water mesh? Would it be too performance heavy? I want to get rid off this ugly water seam in the distance.

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.