I am making a mod which takes place during the first era, at the same geographical location as Skyrim in a new worldspace called "TamrielPast". I have used the default "Tamriel" worldspace to generate the LOD -the static objects/trees's LOD being generated using DynDOLOD and the land's LOD being generated using xLODgen -, but I've encountered a problem:
As I generated the objects' LOD from the default Tamriel worldspace, a file called "DynDOLOD_Tamriel.dds" was naturally created, but I want to change the name to "DynDOLOD_TamrielPast.dds" (to reference my new worldspace) as a means to avoid a potential conflict that may happen if the player has already generated a "Tamriel" LOD using DynDOLOD. However, when I do that, I believe the references/paths are lost and some textures become purple.
How can I rename this file without causing this issue? Can I change the output's name during generation? Do you have any other ideas of what might be causing the issue?
Question
AVGVS
I am making a mod which takes place during the first era, at the same geographical location as Skyrim in a new worldspace called "TamrielPast". I have used the default "Tamriel" worldspace to generate the LOD -the static objects/trees's LOD being generated using DynDOLOD and the land's LOD being generated using xLODgen -, but I've encountered a problem:
As I generated the objects' LOD from the default Tamriel worldspace, a file called "DynDOLOD_Tamriel.dds" was naturally created, but I want to change the name to "DynDOLOD_TamrielPast.dds" (to reference my new worldspace) as a means to avoid a potential conflict that may happen if the player has already generated a "Tamriel" LOD using DynDOLOD. However, when I do that, I believe the references/paths are lost and some textures become purple.
How can I rename this file without causing this issue? Can I change the output's name during generation? Do you have any other ideas of what might be causing the issue?
Thanks in advance!
4 answers to this question
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