Jump to content

TechAngel85

Administrator
  • Posts

    14,559
  • Joined

  • Last visited

Everything posted by TechAngel85

  1. I third for this mod's inclusion and for changing the recommendation on the other mod. Change that should take two seconds, but don't forget to update the changelog for 2.2.9.1.
  2. Yeah, if the files are small you can attach them and I'll get them added to the installer. If they're to large to attach, upload them to Google Drive or Copy and PM me the links to download them. If anyone has the original Lush Trees files, PM them to me as well.
  3. No, the GTX 750 will not run an ENB...smoothly. Will it be an improvement from the 550? Yes: https://gpuboss.com/gpus/GeForce-GTX-750-Ti-vs-GeForce-GTX-550-Ti
  4. Right. The mesh fixes have to be compatible with the vanilla armors as well which has been the main issue in finding a vanilla replacement for females. Males are currently covered by Better Males. Nope, we've already tried this a while back when trying to come up with options for the STEP Female Overhaul. UNP didn't work and had issues though I don't remember what they where....most likely something to do with armors. So what I've done is create a custom texture using different texture mods (with permission) on top of the vanilla mesh, but those meshes need some love. Most noticeable is the obvious gap between the body and underwear. I mean, it looks like Bethesda just didn't even try and completely rushed it. I don't have the time to learn 3DS Max (the program I have) nor Blender or I'd try to fix them myself.
  5. New/fixed version is up. Round 21561543213 complete...
  6. Quick question. Do you have the edt2 files inside the textures folder as well as inside the Dragonborn folder? Should be textures\dlcXX\... Just want to know if EDT2-Dragonborn still installed correctly despite the error.
  7. Ah, you would be correct. I can have the fixed version up in the morning when I have access to my computer again. Good find!
  8. Yeah, I know exactly the code that would cause the error. I'm just not getting it and have that folder's content installed as it should be. I'm on my phone so I can't double check anything right now. The error sounds like either the files aren't there or it's a bad file path. Both are untrue from what I can tell and remember.
  9. Anyone else getting this error? I'm not getting it and those textures install fine for me. Edit: I haven't been able to try the downloaded version yet so Nexus could be messing something up, but the version on my computer works just fine. It'll be tomorrow evening before I can do anything so hopefully a few more users or staff can test before then and report back.
  10. We could just pick the textures we like and call it a day. Skip the meshes until something actually improved comes along. Okay, I'm hijacking this thread for a moment. If anyone good at fixing meshes will fix the vanilla female body meshes and upload them to nexus as a modders resource, I'll be eternally gratefully! FemFeet compatibility is a must and compatibility with at least one hand mesh replacer would be icing on the cake! I need this for the STEP Female Overhaul.
  11. There's a force steam loader command that can be used; however, I can't be more specific than that since I'm currently at work.
  12. Turning sync off is not a good idea for more of the same reasons you've already experienced. Mouse acceleration can be controlled in the INI and in the drivers.
  13. New version is up. I don't know how long it'll take to sync to all the servers.
  14. Nope, the new file I uploaded it this: \textures" destination="textures" priority="1"/> \textures" destination="textures" priority="1"/> If you don't have the ending "\texture" on the source, the FOMOD will attempt to create and place the files into a "STEP" and "Dragonborn" folder inside the Data folder rather than placing them in textures. The file on my computer works as intended for STEP. I uploaded that file last night. For some reason, Nexus still has the old version...which makes me think they restored a cached version. This is about to drive me bonkers...! Why would they do that??? I'll reupload it again.
  15. Okay, silent update complete so the STEP option should be working as expected now.. I'm going to bed before another issue appears. @Neo, I'll look into your issue if you respond with more details.
  16. I don't get this error but that did point out a mistake...yet again, in the STEP install option. I'll correct it. Did you use the STEP install or Custom? Also are you using the external of internal installer? The internal installed the files correctly for the Custom option. I'm also using MO v1.2.18. I'm reuploading the file for the STEP fix without a version change. As for Neo's error...I'll need more to go on since I'm not getting that error.
  17. Working Code: <group name="04. WATER + Realistic Needs and Diseases Patches" type="SelectAny"> <plugins order="Explicit"> <plugin name="Skyrim"> <description> *WATER Main is REQUIRED* Select this option only if you have no official DLCs. </description> <image path="Fomod\water_RND.jpg"/> <files> <folder source="00 WATER-RND Patches\Skyrim" destination=""/> </files> <typeDescriptor> <type name="Optional"/> </typeDescriptor> </plugin> <plugin name="Dawnguard"> <description> *WATER Main is REQUIRED* Select this option if you only have the Dawnguard DLC. </description> <image path="Fomod\water_RND.jpg"/> <files> <folder source="00 WATER-RND Patches\Dawnguard" destination=""/> </files> <typeDescriptor> <type name="Optional"/> </typeDescriptor> </plugin> <plugin name="Dragonborn"> <description> *WATER Main is REQUIRED* Select this option if you only have the Dragonborn DLC. </description> <image path="Fomod\water_RND.jpg"/> <files> <folder source="00 WATER-RND Patches\Dragonborn" destination=""/> </files> <typeDescriptor> <type name="Optional"/> </typeDescriptor> </plugin> <plugin name="Legendary DG + DB"> <description> *WATER Main is REQUIRED* Select this option only if you have both Dragonborn AND Dawnguard official DLC. </description> <image path="Fomod\water_RND.jpg"/> <files> <folder source="00 WATER-RND Patches\Legendary" destination=""/> </files> <typeDescriptor> <type name="Optional"/> </typeDescriptor> </plugin> </plugins> </group>Non-working code: <group name="04. WATER + Realistic Needs and Diseases Patches" type="SelectAny"> <plugins order="Explicit"> <plugin name="Skyrim"> <description> *WATER Main is REQUIRED* Select this option only if you have no official DLCs. </description> <image path="Fomod\water_RND.jpg"/> <files> <file source="00 WATER-RND Patches\WATER-RND Patch.esp" destination=""/> </files> <typeDescriptor> <type name="Optional"/> </typeDescriptor> </plugin> <plugin name="Dawnguard"> <description> *WATER Main is REQUIRED* Select this option if you only have the Dawnguard DLC. </description> <image path="Fomod\water_RND.jpg"/> <files> <file source="00 WATER-RND Patches\WATER-RND DG Patch.esp" destination=""/> </files> <typeDescriptor> <type name="Optional"/> </typeDescriptor> </plugin> <plugin name="Dragonborn"> <description> *WATER Main is REQUIRED* Select this option if you only have the Dragonborn DLC. </description> <image path="Fomod\water_RND.jpg"/> <files> <file source="00 WATER-RND Patches\WATER-RND DB Patch.esp" destination=""/> </files> <typeDescriptor> <type name="Optional"/> </typeDescriptor> </plugin> <plugin name="Legendary DG + DB"> <description> *WATER Main is REQUIRED* Select this option only if you have both Dragonborn AND Dawnguard official DLC. </description> <image path="Fomod\water_RND.jpg"/> <files> <file source="00 WATER-RND Patches\WATER-RND Legendary Patch.esp" destination=""/> </files> <typeDescriptor> <type name="Optional"/> </typeDescriptor> </plugin> </plugins> </group>Edit:It's not the first time I've ran into this issue and if I recall correctly is really is the spaces in the file names that it doesn't like. But I'm not up for testing that out right now.
  18. That seemed to be it. The switch to individual folders solved the problem. Round two complete!
  19. That's an option, but we'd like the mesh fixes as well...minus the breast love.
  20. Even more funny, I have "A guide to FOMOD scripts" out and the section is set up perfectly. I can only assume it's an issue with the files over folder option.
  21. The only difference is that the RND section is installing specific files rather than folders. I'll put each patch into its own folder and see if that fixes it...my luck NMM is complaining about the stupid spaces in the ESP names. The testing is the part that sucks because NMM takes 2-3 minutes to extract the file while MO only takes 30 seconds.
  22. It's flaking out on the RND patches section and I have no idea what NMM is complaining about. The section is set up like all the others from what I can tell.
  23. Update OP and the Dev Guide to include The Ruffled Feather and all the changes that come with it (removed mods). Will update changelog momentarily.
  24. More issues with NMM...trying to figure it out. I LOATH Nexux Mod Manager. When MO hits an error it runs heuristics and keeps on ticking. NMM just flat out fails and the errors aren't helpful.
  25. "Normal" vanilla replacements. No addition of enlarged breasts is what we're looking for.
×
×
  • Create New...

Important Information

By using this site, you agree to our Guidelines, Privacy Policy, and Terms of Use.