Jump to content

Recommended Posts

Posted

Something like this can happen when a mod uses the staves for something else and then receive LOD and DynDOLOD updates the base records flags.

 

Look up the base records in xEdit and see if they are changed by a DynDOLOD plugin. For a test just remove the overwrite from the DynDOLOD plugin.

 

Check the Referenced by list and let me know all plugins that use them so I can try to reproduce and maybe handle such cases automatically in the future.

 

If you need help or more detailed instructions with what I wrote above, let me know. I can explain that in more detail if needed.

Thanks a lot for the quick response ! :)

 

Checking up on the form id of the staves and associated references, I noticed that USSEP changed postion (XYZ coordinates) of the staves. However in the "referenced by" tab I found no mention of Dyndolod.

 

Looking into labyrinthworld worldspace of dyndolod.esp I found records like "Thou shalt bow to me...". I am not entirely sure how to find if these records are changed by dyndolod. It would be really helpful if you could elaborate.

Posted (edited)

Thanks a lot for the quick response ! :)

 

Checking up on the form id of the staves and associated references, I noticed that USSEP changed postion (XYZ coordinates) of the staves. However in the "referenced by" tab I found no mention of Dyndolod.

 

Looking into labyrinthworld worldspace of dyndolod.esp I found records like "Thou shalt bow to me...". I am not entirely sure how to find if these records are changed by dyndolod. It would be really helpful if you could elaborate.

Well if non of the DynDOLOD plugins change the base record or the references of the staves then it is a bit more mysterious how DynDOLOD would be changing their behavior.

 

Can you let me know the form id of the base record and the list of any non-vanilla plugins in its referenced by?

 

If you have reference (the record placing the object into the world), CTRL+Click on the entry in the row NAME - Base to switch view to the base record (the record defining the model)

Edited by sheson
Posted

Well if non of the DynDOLOD plugins change the base record or the references of the staves then it is a bit more mysterious how DynDOLOD would be changing their behavior.

 

Can you let me know the form id of the base record and the list of any non-vanilla plugins in its referenced by?

 

If you have reference (the record placing the object into the world), CTRL+Click on the entry in the row NAME - Base to switch view to the base record (the record defining the model)

00F98C8, 00F98C9, 00F98CA, 00F98CB are the form-ids of the placement of staves into labyrinth. They are only referenced by skyrim.esm and ussep.

 

Ctrl+click on the entry shows labyrinthinMazeWorld getting edited by both ussep and dyndolod.

Posted (edited)

00F98C8, 00F98C9, 00F98CA, 00F98CB are the form-ids of the placement of staves into labyrinth. They are only referenced by skyrim.esm and ussep.

 

Ctrl+click on the entry shows labyrinthinMazeWorld getting edited by both ussep and dyndolod.

Are you saying DynDOLOD has an overwrite for CELL F2CAB LabyrinthianMaze?

 

How do you make the connection between those 4 form ids in the internal CELL 000F2CAB and the worldspaceLabyrinthinMazeWorld with form id 00104217?

 

DynDOLOD is not doing anything with such interior cells.

 

DynDOLOD is not changing any of the 4 reference form ids you listed, correct?

 

I am still interested if any DynDOLOD plugin or any other plugin changes the base record these reference use: 0004C6CA, 00029B8C, 00029B9A, 000BE121

And what plugins are listed are listed in the referenced by for these 4 base records.

 

Those are WEAPons and DynDOLOD should not change them. So it is even more mysterious how DynDOLOD is supposed to be changing them.

 

With the xEdit Asset Browser (CTRL+F3) check if anything is overwriting their models

 

Meshes\Weapons\Staff01\Staff01.nif

Meshes\Weapons\Staff02\Staff02.nif

Meshes\Weapons\Staff02\Staff03.nif

Meshes\Weapons\DragonPriest\DragonPriestStaff3rd.nif

 

 

Have you tested if a simple save and loading of the game fixes whatever issue you seem to have with those staves?

Edited by sheson
Posted (edited)

Are you saying DynDOLOD has an overwrite for CELL F2CAB LabyrinthianMaze?

 

How do you make the connection between those 4 form ids in the internal CELL 000F2CAB and the worldspaceLabyrinthinMazeWorld with form id 00104217?

 

DynDOLOD is not doing anything with such interior cells.

 

DynDOLOD is not changing any of the 4 reference form ids you listed, correct?

 

I am still interested if any DynDOLOD plugin or any other plugin changes the base record these reference use: 0004C6CA, 00029B8C, 00029B9A, 000BE121

And what plugins are listed are listed in the referenced by for these 4 base records.

 

Those are WEAPons and DynDOLOD should not change them. So it is even more mysterious how DynDOLOD is supposed to be changing them.

 

With the xEdit Asset Browser (CTRL+F3) check if anything is overwriting their models

 

Meshes\Weapons\Staff01\Staff01.nif

Meshes\Weapons\Staff02\Staff02.nif

Meshes\Weapons\Staff02\Staff03.nif

Meshes\Weapons\DragonPriest\DragonPriestStaff3rd.nif

 

 

Have you tested if a simple save and loading of the game fixes whatever issue you seem to have with those staves?

No, Dyndolod is not overwriting 000F2CAB. And since those staves are present in 000F2CAB, hence it can be deduced that dyndolod has nothing to do with those staves.

 

I have attached the referenced_by tab for one of the staves. (it's the same for all others)

 

Only Meshes\Weapons\Staff01\Staff01.nif is changed by ussep.

 

Saving and loading makes no difference.

 

Honestly, I'm myself baffled as to how disabling dyndolod.esp could cure this issue, but strangely, it does. I believe this issue is not worth the headache. Stupid skyrim ! I'll use tcl to get those staves anyway.

 

And THANKS A LOT sheson, for going out of your way to help me. Thanks again !

post-13887-0-26802400-1550335675_thumb.jpg

Edited by zakee94
Posted

No, Dyndolod is not overwriting 000F2CAB. And since those staves are present in 000F2CAB, hence it can be deduced that dyndolod has nothing to do with those staves.

 

I have attached the referenced_by tab for one of the staves. (it's the same for all others)

 

Only Meshes\Weapons\Staff01\Staff01.nif is changed by ussep.

 

Saving and loading makes no difference.

 

Honestly, I'm myself baffled as to how disabling dyndolod.esp could cure this issue, but strangely, it does. I believe this issue is not worth the headache. Stupid skyrim ! I'll use tcl to get those staves anyway.

 

And THANKS A LOT sheson, for going out of your way to help me. Thanks again !

It could be resource issue. Test if hiding the only meshes/textures folders from output makes a difference. Then test if only disabling the DynDOLOD.esp makes a difference. Then both DynDOLOD plugins.

 

If it seems to be the plugins, test if removing the (maybe somehow related) entire LabyrinthianMazeWorld 00104217 from the DynDOLOD plugins makes a difference.

 

Those tests are simple enough to do, to see if we can narrow it down. I will install those listed plugins/mods the next few days and see if I can replicate any of this.

Posted (edited)

It could be resource issue. Test if hiding the only meshes/textures folders from output makes a difference. Then test if only disabling the DynDOLOD.esp makes a difference. Then both DynDOLOD plugins.

 

If it seems to be the plugins, test if removing the (maybe somehow related) entire LabyrinthianMazeWorld 00104217 from the DynDOLOD plugins makes a difference.

 

Those tests are simple enough to do, to see if we can narrow it down. I will install those listed plugins/mods the next few days and see if I can replicate any of this.

No, hiding meshes & textures don't fix it. Only disabling ".esp" fixes it, ".esm" has no effect. Removing labyrinthian world from esp fixes it though. 

Edited by zakee94
Posted (edited)

No, hiding meshes & textures don't fix it. Only disabling ".esp" fixes it, ".esm" has no effect. Removing labyrinthian world from esp fixes it though. 

Any plugin other than DynDOLOD or Unofficial Patch overwriting the worldspace 00104217 or the persistent CELL 0010421B

 

Can you post a screenshot of the unfolded persistent CELL in DynDOLOD.esp, so I can see all the records in addition to LabyrinthianMazeWorld_ShesonObject, LabyrinthianMazeWorld_Firstborn* and LabyrinthianMazeWorld_Minion*

 

I am interested in the ones ending with *_DynDOLOD_LOD

 

 

For the play through just continue with the data removed. It will be fine, the worldspace is small enough anyhow and only gets LOD because the Unofficial patch adds the lodsettings file. Should probably skip it anyways. I still like to understand what is happening though.

Edited by sheson
Posted

Any plugin other than DynDOLOD or Unofficial Patch overwriting the worldspace 00104217 or the persistent CELL 0010421B

 

Can you post a screenshot of the unfolded persistent CELL in DynDOLOD.esp, so I can see all the records in addition to LabyrinthianMazeWorld_ShesonObject, LabyrinthianMazeWorld_Firstborn* and LabyrinthianMazeWorld_Minion*

 

I am interested in the ones ending with *_DynDOLOD_LOD

 

 

For the play through just continue with the data removed. It will be fine, the worldspace is small enough anyhow and only gets LOD because the Unofficial patch adds the lodsettings file. Should probably skip it anyways. I still like to understand what is happening though.

Mods affecting 00104217 : ELFX, Skyrim Immersive creatures, Inigo

Mods affecting 0010421B : Inigo

 

Screenshot attached.

 

For playthrough, I deleted the data and I cleared Shalidor's Maze without any hiccups.  Thanks !

post-13887-0-76537700-1550414621_thumb.jpg

Posted (edited)

been using this with SkyrimVR since first release did a full reinstall cleared out all my mods now no matter what I get the Dyndolod Requires Plugins generated with message which in VR prevents you from going forward as it locks you in the home screen.

 

I 100% made sure to download both 2.54 resources and standalone.. i tried both from this site and the one on nexus same issue.. i use PapyrusUtil wasn't sure if that was issue so removed that same thing using the dyndolod dll. One thing I did notice was in the last release of resources some of the scripts are newer than the ones linked in the standalone scripts download but tried both ways and still same thing

Edited by AerowynX
Posted

been using this with SkyrimVR since first release did a full reinstall cleared out all my mods now no matter what I get the Dyndolod Requires Plugins generated with message which in VR prevents you from going forward as it locks you in the home screen.

 

I 100% made sure to download both 2.54 resources and standalone.. i tried both from this site and the one on nexus same issue.. i use PapyrusUtil wasn't sure if that was issue so removed that same thing using the dyndolod dll. One thing I did notice was in the last release of resources some of the scripts are newer than the ones linked in the standalone scripts download but tried both ways and still same thing

wouldn't let me edit this twice but anyway seems to only happen when you set IgnoreLargeReferences= to 1 so it doesn't make the ESM.. when it makes the ESM i don't get the error.. tried two more times to confirm and same result without ESM error shows up.. was never an issue before

Posted

wouldn't let me edit this twice but anyway seems to only happen when you set IgnoreLargeReferences= to 1 so it doesn't make the ESM.. when it makes the ESM i don't get the error.. tried two more times to confirm and same result without ESM error shows up.. was never an issue before

What version(s) for the plugin(s) does it show on the SkyUI MCM Information Page?

Posted (edited)

it says ESM version 2.45 and ESP just has a blank space next to it

When you check the DynDOLOD.esp description it ends with ... Version 2.45? For example in MO hover over the plugin in the right window. LOOT should just show DynDOLOD.esp 2.45

 

If that is the case, see what happens when you sort DynDOLOD.esp load as early as possible.

Edited by sheson

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.