SkyTeamTurkey Posted July 16, 2017 Share Posted July 16, 2017 I am creating Wayrest city of High Rock right now. I want to know how to make walls and buildings visible in World Map. I searched on Google for custom object lod but I didn't understand much from what I see. Resources I am using: http://www.nexusmods.com/skyrim/mods/33948/? http://www.nexusmods.com/skyrim/mods/53461/? Link to comment Share on other sites More sharing options...
Di0nysys Posted July 16, 2017 Share Posted July 16, 2017 If the resource comes with it's own lod object, you'll have to link every model to it's lod counterpart inside the static reference window. For reference, open up the Solitude Blue Palace static model and see how they've linked every lod level to it's counterpart nif. If it doesn't come with lods, then u'll have to make them. Decimate the model down to ~20% of original polycount in 3dsmax or Blender, and apply a texture at 10% resolution of the original, counting down for every lod level. I usually just use 2 levels. Thou u can experiment. LOD meshes should have no collision on them, and need to be very low on polycount otherwise you can get severe performance issues. Once u've linked up and setup everything, duplicate the Tamriel.Lodsettings file in the lodsettings folder renaming it to your worldspace, then get TES5LodGen and generate your object lod. The settings in there are rather straightforward. Only disable Vertex coloring. Link to comment Share on other sites More sharing options...
Recommended Posts