Jump to content

Necrolesian

Premium Member
  • Posts

    53
  • Joined

  • Last visited

Posts posted by Necrolesian

  1. I occasionally experience this too. I'm pretty sure it's not caused by the image size. I upload images one at a time, and if one doesn't upload properly, I make some minor change to it then try again. In my experience it only happens maybe 5-10% of the time. I have no idea why though.

  2. If the armor rating is the same, then the protection is the same. Light armor is less durable than heavy armor though, so it will get to poor condition more quickly, and the worse condition your armor's in the more damage you'll take.

  3. You might be able to use something like joy2key with a joystick or controller for that. If you want it to be completely unattended though I'm pretty sure you'd just have to be jumping in place, which isn't the fastest way to do it. The fastest way would be rapid-fire jumping up an incline like in the Vivec cantons, but you can't keep that up unattended (and if you jump up against the wall so you're not actually moving it won't count).

  4. Actually I was trying to change the color of an MCM element earlier. Talked with Merlord about it on discord. MCM elements are contained in

    self.elements

    for each component. So for me it was

    self.elements.info.color = tes3ui.getPalette("fatigue_color")

    but that's for an info component.

     

    And you may have to put it in a postCreate() function.

    postCreate = function(self)
    self.elements.whatever...
    end
  5. Does this happen on a new game or only with your current save? (Wondering if it might be a problem with your savegame, in which case cleaning it with Wrye Mash might fix it.)

     

    You can try disabling half of the mods in your load order and seeing if it persists. If so, re-enable those mods and disable the other half and try again. You should be able to narrow it down and figure out the cause of the problem that way.

  6. I have a problem. I 'injected' these things to my game: Supreme Follower System, MWSE, MGE XE, Accurate Attack 1.2, Morrowind Code Patch and Skyrim UI Overhaul.

     

    It all worked well, but it turns out that MWSE can only be loaded by MGE XE *BUT* MGE XE 'is not a valid Win32 application'. It looks like it's x64 or for Win7 and over.

     

    Any ideas?? I just broke my game. :sad: :sad:

     

    I was afraid MGE XE might not work, but I thought MWSE could be loaded on its own?

  7. I don't have many recommendations to make Morrowind more like Skyrim (I think Morrowind > Oblivion > Skyrim myself). But if you haven't already install Morrowind Code Patch to fix bugs and a few broken game mechanics, and Patch for Purists to fix many more bugs. Also Morrowind Optimization Patch to improve performance with optimized meshes (definitely use the Lake Fjalding esp to improve performance in that area), and Project Atlas to definitely improve performance in certain areas. With this setup and vanilla textures at least performance should be okay. I don't think MGE XE distant land is a good idea on your machine.

     

    There is a mod called Skyrim UI Overhaul. It doesn't actually change the functionality of the UI, just its appearance. And Skyrim Style Splash Screens.

     

    UI Expansion enhances the UI in useful ways, and should be pretty performance friendly because it's an MWSE-Lua mod. Install MGE XE and update MWSE, but you don't need to use MGE XE's performance demanding features like distant land. (Actually I'm not sure if MGE XE will work at all on your system, but you should be able to just install the latest MWSE directly.)

  8. Actually I don't see crates in Seyda Neen but Dunmer paper lantern around docking area. Anyway, these are my distant land specs:

     

    Draw distance: 20

    Close obj. (128 units): 2

    Far obj. (256 units): 4

    Very far obj. (512 units): 6

    Fog over water: 6

    Fog multiplier: 2,5

     

    Object drawning ends on 6 cells but thanks to lowest possible fog multiplier (which is 2,5) and high Draw distance, I can see many cells past that border. I can see Red Mountain from Balmora's silt strider dock.

     

     

    With 128 min static size, you wouldn't see the crates anyway, but you would see the scaffolding at Khartag Point. I also see the reflection of the crates in the water (and I see that even if I'm very close, because MGE XE distant land is responsible for the reflections).

     

    I like to set the draw distance/fog end distance closer (12 for me, any farther and I have bad performance), but the static draw distances farther (3/6/9 for me, with static sizes 50/300/600). I set the fog start distance at 3/4 the fog end distance (9 for me).

  9. A couple of those things are related to quirks with MGE/XE distant land. The rock north of Gnaar Mok for example. The scaffolding is disabled by default until you make progress in a certain quest, but MGE XE sees it as being there so it's displayed in distant land. You can see something similar in Seyda Neen, where the crates that were on the Imperial Prison Ship will appear in distant land (if you have min size for distant statics small enough) and then disappear when you get close enough because they're disabled.

     

    I think the first issue you mention is also related to distant land. It seems to happen more often in foggy weather (if you're talking about what I think you are).

     

    These issues could be solved by not using distant land, but that would suck, and these are pretty minor issues anyway. It's a good idea though to make sure the in-game view distance is set to as far away as possible. You can see past that distance of course thanks to distant land, but this setting will control when Morrowind engine rendering stops and distant land takes over, and it's best for that distance to be as far as possible.

  10. Most recent version of mlox is here. Also you might need to manually download the most recent (2019) version of the rules file from here. The version it automatically downloads is an older version from 2017. (And the place to put the rules file is somewhere in your Windows user directory, which is different from the 0.6x versions.)

     

    I'm not really familiar with MO2, I like Wrye Mash Polemos version.

×
×
  • Create New...