sheson Posted August 22, 2022 Author Posted August 22, 2022 40 minutes ago, jimmywon34 said: That worked. By the way should the esps be the last in load order or does it matter? I watched Gamerpoets tutorial on Youtube and he didn't mention a load order so just wanted to ask. https://dyndolod.info/Generation-Instructions#2-Generate-The-LOD-Mod-with-DynDOLOD Install the contents of the output path or the *.zip archive as a mod. It should overwrite everything. Activate the plugins(s). In case Occlusion.esp was generated, it should be the last plugin to load right after DynDOLOD.esp. Also see https://dyndolod.info/Help/Load-Overwrite-Orders#After-Generation
dizieball Posted August 22, 2022 Posted August 22, 2022 I'm consistently getting an error running TexGen through vortex. "Error: OpenGL: invalid operation while processing textures\ WIth the texture changing each time.: It feels like it times out. I've updated the Adrenalin software and drivers as of 8/22/22 for amd. It lasts about 2 min... then the error continually occurs... about 6 times tried so far. I've attached Logs in a zip I appreciate your hard work. Any thoughts or direction is appreciated. Logs.7z
jimmywon34 Posted August 22, 2022 Posted August 22, 2022 3 hours ago, sheson said: https://dyndolod.info/Generation-Instructions#2-Generate-The-LOD-Mod-with-DynDOLOD Install the contents of the output path or the *.zip archive as a mod. It should overwrite everything. Activate the plugins(s). In case Occlusion.esp was generated, it should be the last plugin to load right after DynDOLOD.esp. Also see https://dyndolod.info/Help/Load-Overwrite-Orders#After-Generation thanks
facebutt92 Posted August 23, 2022 Posted August 23, 2022 (edited) Hey, I've been trying to get dyndolod working and the x64 executables for both texgen and dyndolod don't work through mo2. The thing is, it launches fine when I use the texgen and dyndolod that aren't x64. Can anyone help me with this? I also have the latest version of mo2. Edit: I also put in the -sse argument and it still did not work Edited August 23, 2022 by facebutt92
DoubleYou Posted August 23, 2022 Posted August 23, 2022 I'm testing some new road LODs I made so that I can display the roads on the map. Therefore, I named them with the _3 modifier. Unfortunately, it seems that DynDOLOD for some reason skips them if they are named _3. Logs: https://mega.nz/file/1QhGVTDS#-dIWlZk3TCCdRvYCTSH8PB3OWdvNmLR72oUQBBk55PM In this run, for demonstration, I set my normal roads, saved with _3 (e.g., Road3way01_lod_3.nif), as Level3, and the Blackreach roads (e.g. dweroad3way01_lod_2.nif) to Level2. The Level2 Blackreach roads show, but the normal roads aren't added at all to the BTO. Checking the LODGen export, it doesn't appear to find the _3 nifs. If I rename them to _2 they find them correctly and as expected.
sheson Posted August 23, 2022 Author Posted August 23, 2022 7 hours ago, dizieball said: I'm consistently getting an error running TexGen through vortex. "Error: OpenGL: invalid operation while processing textures\ WIth the texture changing each time.: It feels like it times out. I've updated the Adrenalin software and drivers as of 8/22/22 for amd. It lasts about 2 min... then the error continually occurs... about 6 times tried so far. I've attached Logs in a zip I appreciate your hard work. Any thoughts or direction is appreciated. Logs.7z 68.22 kB · 0 downloads Use the Adrenalin 22.5.1 Recommended (WHQL) and not any of the optional newer drivers that still seem to contain OpenGL bugs as discussed several times in this thread recently 6 hours ago, facebutt92 said: Hey, I've been trying to get dyndolod working and the x64 executables for both texgen and dyndolod don't work through mo2. The thing is, it launches fine when I use the texgen and dyndolod that aren't x64. Can anyone help me with this? I also have the latest version of mo2. Edit: I also put in the -sse argument and it still did not work Read the first post which explains which log and debug log upload when making posts. Delete the log from x86 version and start the x64 version again to write new log. "Not working" is not a useful problem report. Report the actual version instead of "latest".
sheson Posted August 23, 2022 Author Posted August 23, 2022 7 hours ago, DoubleYou said: I'm testing some new road LODs I made so that I can display the roads on the map. Therefore, I named them with the _3 modifier. Unfortunately, it seems that DynDOLOD for some reason skips them if they are named _3. Logs: https://mega.nz/file/1QhGVTDS#-dIWlZk3TCCdRvYCTSH8PB3OWdvNmLR72oUQBBk55PM In this run, for demonstration, I set my normal roads, saved with _3 (e.g., Road3way01_lod_3.nif), as Level3, and the Blackreach roads (e.g. dweroad3way01_lod_2.nif) to Level2. The Level2 Blackreach roads show, but the normal roads aren't added at all to the BTO. Checking the LODGen export, it doesn't appear to find the _3 nifs. If I rename them to _2 they find them correctly and as expected. Since the game only uses 3 LOD Levels by default, the automatic LOD assignment only assigns to Level 0, 1 and 2. Only vanilla uses _3 and it is typically assigned like _2 if no _2 exists. This probably could be different when LODLevel32 is set to true and/or the last / mesh mask rule sets LOD Level 32 not none. The questions would be if there needs to an identifier that makes sure the LOD model is only ever used for LOD Level 32, so it does not end up in the LOD used in the normal world, because there is no _2 and Level2 gets auto filled with _3 because of those vanilla LOD models.
DoubleYou Posted August 23, 2022 Posted August 23, 2022 I considered making higher quality versions for the map itself, as my main reason for using lod32 is to ensure I don't kill my performance in game. My lod_3 models are z height adjusted versions of my lod_0 lods (I created them all from scratch since I might as well have near perfect road lods in game as well). My lod_1 versions are lower poly then either. I planned to include a DynDOLOD rule tweak to set it correctly. I can of course use lod_2, but was worried about people accidentally placing them in lod16 and bogging down performance.
sheson Posted August 23, 2022 Author Posted August 23, 2022 1 hour ago, DoubleYou said: I considered making higher quality versions for the map itself, as my main reason for using lod32 is to ensure I don't kill my performance in game. My lod_3 models are z height adjusted versions of my lod_0 lods (I created them all from scratch since I might as well have near perfect road lods in game as well). My lod_1 versions are lower poly then either. I planned to include a DynDOLOD rule tweak to set it correctly. I can of course use lod_2, but was worried about people accidentally placing them in lod16 and bogging down performance. I will add these changes to the next version: Always assign lod_3.nif to Level3 instead of leaving Level3 empty. _lod_3.nif continues to fill lower levels if there are no _lod_[0|1|2].nif and no _lod.nif In case a lod_4.nif exists, it will always be assigned to Level3 (replacing any _lod_3.nif) but without filling any lower levels. Once the next version is out, double check those changes by checking DynDOLOD_SSE_Object_Report.txt 1
facebutt92 Posted August 23, 2022 Posted August 23, 2022 (edited) 9 hours ago, sheson said: Use the Adrenalin 22.5.1 Recommended (WHQL) and not any of the optional newer drivers that still seem to contain OpenGL bugs as discussed several times in this thread recently Read the first post which explains which log and debug log upload when making posts. Delete the log from x86 version and start the x64 version again to write new log. "Not working" is not a useful problem report. Report the actual version instead of "latest". The thing is the logs don't show any problems, it just won't start through mo2. I'm using mo2 version 2.4.4 Edit: It doesn't give me any logs either. No bug reports or any error showing. I was following a gamerpoets video on how to install dyndolod and installed it exactly the way he did, and it still does not work. Sorry if I sound really stupid right now. Edited August 23, 2022 by facebutt92
sheson Posted August 23, 2022 Author Posted August 23, 2022 44 minutes ago, facebutt92 said: The thing is the logs don't show any problems, it just won't start through mo2. I'm using mo2 version 2.4.4 Starting the programs directly works? In that case, if MO2 does not start a program, then you need to check the entries for it in the settings for the executable dropdown are correct, check the MO2 logs for hints and use the MO2 comments/discord for help. Make sure absolutely nothing is installed in special Windows folders, that UAC, antivir etc. are not preventing access, etc. The MO2 discord has newer dev versions, for example MO2 2.4.5 Alpha 3 or MO2 2.5.0 Alpha 3 (only works on Windows 10 and up).
facebutt92 Posted August 23, 2022 Posted August 23, 2022 33 minutes ago, sheson said: Starting the programs directly works? In that case, if MO2 does not start a program, then you need to check the entries for it in the executable setup are correct, check the MO2 logs for hints and use the MO2 comments/discord for help. Make sure absolutely nothing is installed in special Windows folders, that UAC, antivir etc. are not preventing access, etc. The MO2 discord has newer dev versions, for example MO2 2.4.5 Alpha 3 or MO2 2.5.0 Alpha 3 (only works on Windows 10 and up). Okay I'll try that then. I'll give an update and see if that works.
facebutt92 Posted August 23, 2022 Posted August 23, 2022 1 hour ago, sheson said: Starting the programs directly works? In that case, if MO2 does not start a program, then you need to check the entries for it in the settings for the executable dropdown are correct, check the MO2 logs for hints and use the MO2 comments/discord for help. Make sure absolutely nothing is installed in special Windows folders, that UAC, antivir etc. are not preventing access, etc. The MO2 discord has newer dev versions, for example MO2 2.4.5 Alpha 3 or MO2 2.5.0 Alpha 3 (only works on Windows 10 and up). Okay so I tried the different versions of MO2 and they still didn't work. I don't think there's anything wrong with MO2 because starting the program directly works, but the versions that aren't x64 works when starting through MO2.
sheson Posted August 23, 2022 Author Posted August 23, 2022 37 minutes ago, facebutt92 said: Okay so I tried the different versions of MO2 and they still didn't work. I don't think there's anything wrong with MO2 because starting the program directly works, but the versions that aren't x64 works when starting through MO2. If the programs can be started directly, but MO2 does not start them, then there is something going with MO2 or the setup or it is prevented by the OS, antivir etc.. Its log may contain clues.
facebutt92 Posted August 23, 2022 Posted August 23, 2022 34 minutes ago, sheson said: If the programs can be started directly, but MO2 does not start them, then there is something going with MO2 / its setup. Its log may contain clues. Sadly, the logs don't even show any clue of it not launching. I may have to reinstall MO2 and make the instance again.
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