Oblivion
0 of 0

File information

Last updated

Original upload

Created by

shadeMe

Uploaded by

shademe

Virus scan

Safe to use

172 comments

  1. SalamatiQus
    SalamatiQus
    • premium
    • 3 kudos
    Locked
    Sticky
    For fellow MO2 users. Just dropping version.dll into the root folder is not enough, dll is not getting loaded by .exe, you can check that with some specialized tools like ProcessHacker2 (and simply noticing that MoreHeap.ini is not being generated).

    To make MoreHeap work with MO2 just do the following:
    1) drop version.dll into the root folder where Oblivion.exe
    2) rename version.dll into whatever you want, let's rename it to MoreHeap.dll (this is important, if you do not rename it a system version.dll will be loaded instead)
    3) Open MO2 and and click on "Oblivion" in top right corner and select <Edit...>
    4) Now in the left pane select Oblivion and then in the right pane you will see "Force load libraries (*)". First of all this should be checked. Then click on "Configure Libraries"
    5) Click "Add Row" on the bottom of the window. In the new row for the first field click on triple dot button and select Oblivion.exe. Click then on second triple dot button and select "MoreHeap.dll" (or whatever you renamed it to)
    6) Click "Apply", click "Ok", click "Ok".

    Now you can start Oblivion from MO2 and you will see MoreHeap.ini being created in the root folder. With tool like ProcessHacker2 you can see that Oblivion has loaded MoreHeap.dll, meaning it now works as it should.
    1. Inkira
      Inkira
      • premium
      • 0 kudos
      Thank you so much for this info!
  2. Kaaasplat
    Kaaasplat
    • premium
    • 33 kudos
    For MacOS and Linux Users

    You need to add version.dll to your library override list, or else wine/crossover will load its builtin version and this mod will not be loaded.
  3. kdimi11
    kdimi11
    • supporter
    • 1 kudos
    RANDOM BLACK TEXTURES AND CRASHES? HERE'S HOW TO SOLVE IT ONCE AND FOR ALL!

    Started having after some cell changes random black texture issues, after enhancing my mods more and more. It was easy to reproduce, by going
    in/out of the different shops in the imperial city. After passing some doors, black textures would randomly start to appear. After a bit more, a crash would occur.

    After some experimenting and figuring out/understanding deeper, what some INI settings and tools/mods truely do, it turns out, that some suggestions are contra-productive.

    The key to a very stable Oblivion setup, is to understand, how Oblivion is using the memory or rather, how or when it won't be able to use more
    than it can access. Reserving more memory for things, which may not need it, or for the purpose of supposedly hoping to improve performance,
    where it may not be needed these days, make less memory available for things where it's essential to be available or required.

    Here's how to get this issue all stable. Really important: Always change ONLY ONE THING at a time, or you may never figure out what the most stable setup is.

    More Heap is not always more stable (no pun intended lol) - less heap is better. Experiment with values between 512 and 1024, like 640, 768 and
    832 (or add/subtract values like 64 and 32). 1024 is almost always too much! The reason for this is simple. With Oblivions memory limitations, less memory may be available for other things. My setup seems to do fine with 640, much less than I had before.

    Another thing I realized is, it matters, how your cell buffers are used. The issue with the black textures, comes from the cell buffers. If Oblivion runs out of memory for the cell buffers or is out of cell buffers (having too much heap available, may not trigger old cells cleaned up when needed maybe?), textures simply won't be able to be loaded, similar as if they were missing on disc.

    Some may have increased in the Oblivion.ini file, the values for the variables uExterior Cell Buffer and uInterior Cell Buffer. Well, what many seem to miss is the fact, that this suggestion initially came from people running Oblivion un-modded, where it may very well improve things. Simply, because the vanilla data require less memory, and so may cache more cells in RAM. However, a modded Oblivion, will require more resources for each cell, so raising the cell buffers, may hit several limits or make memory mechanisms not work as intended. Here again, lower values for a modded or heavily modded Oblivion are better. I left exteriors to the default 36, and increased Interiors just up to 6. This seemed to be the perfect value, where 3 would work worse in other ways, and higher values would start causing these issues.

    One other setting seemed also to help here a lot. After I tested with the console, purging cell buffers every time on cell changes, seemed also to not trigger the issue. Though, that is a BAD idea, as it eliminates anything cached in memory. However, setting bPreemptivelyUnloadCells to 1 in combination with a good, not too high number of cell buffers, will trigger it not too often, yet often enough when needed. Even though in the past, this setting was often not suggested to change, ignore that suggestion, because it won't matter performance-wise with today's powerful hardware, but it will matter for stability! I do NOT suggest though mods which purge after every loading, because these eliminate unintelligently all buffers instantly and causes constant reloading between interiors/exteriors changes. Not something you want.

    What else should you pay attention to?

    Adjust also the variable iPreloadSizeLimit. I have set it to just 52428800 (and even though I've 32GB RAM) and works great. I tried with higher values, once again here too, set it too high, and issues will start appearing. WIth today's discs being so much faster than before 10-14 years, smaller preloading isn't an issue. The issue is rather with Oblivion, if it requests more memory to use, which may be not available anymore, because it can't use memory beyond the 4GB memory space (oh yes, you patched your version for 4GB, correct?).

    You should get rid of OSR. Seriously, get rid of it. I kept it alongside MoreHeap, because of people saying, that it still helps. That's not true. Actually, after some research OSR causes now with Windows 10 and 11 more crashes than it fixes. I myself eliminated some crashes, after getting rid of it, when roaming the lands. Use OblivionDisplayTweaks instead with all it's features - no matter if some claim, that OSR or another mod may do one or two things better. Mixing them up, and deactivating some settings in the one or other is generally a bad idea. I tried it, and tested it thoroughly.

    And generally, get the "EngineBugFixes" and "Blue's Engine Fixes" too.

    Again, with other places, or dungeons or locations, you may need different values - I haven't tested it throughout the whole game yet, after this point forward. But it may be likely, that the same values, may not work the same well everywhere. Keep this in mind.

    Conclusion or  tl;dr

    Don't overdo it with trying to ask Oblivion to use a lot of this or that. Don't overreserve memory for heap and more cell buffers or preload caches. These suggestions came initially from vanilla players, a modded version behaves very different! It's gonna cause  Oblivion have less memory available for other things to load, like for bigger and more textures and other data. This leads then to missing black textures, which couldn't be loaded, or even crashes. A stable setup is created mostly around the following variables:

    iPreloadSizeLimit, uExterior Cell Buffer and uInterior Cell Buffer in Oblivion.ini
    DefaultHeapSize in MoreHeap.ini

    General rule: Stay close to the defaults, increase values only one at a time and try, with only one or two of each value increased. Don't go multiply
    them several times, but only raise by very little at a time.
    1. livipup
      livipup
      • premium
      • 41 kudos
      Great comment :) Installing two of those mods you mentioned that I hadn't heard of before.

      I found that if I set the heap value to 1024 in my ini that the game would crash immediately, but going down to 512 fixed it. I didn't try any values in between. I figured it would be best to stick to powers of 2.
  4. Demo38
    Demo38
    • member
    • 4 kudos
    Thank You for this. This simple plugin fixed all of my missing black texture glitches, freezing and crashing every 10 minutes. You got my Kudos. Bless ya.
  5. JaundiceJones
    JaundiceJones
    • member
    • 1 kudos
    Uninstalled this and Oblivion Display Tweaks, now my game crashes at the main menu. What do I need to remove?
    EDIT: Verified, still didn't launch. Turns out my plugin order got messed up during the process, somehow. Fortunately, I had a backup.
  6. ZablaAttila
    ZablaAttila
    • member
    • 0 kudos
    Still experimental in 2023? Whats the status?
  7. Freyr95
    Freyr95
    • premium
    • 73 kudos
    deleted
  8. Emer78
    Emer78
    • premium
    • 41 kudos
    When I set the allocs to 512, UI textures don't render and NPCs have black skin.
    When I set the allocs to 768, the game crashes at load.

    Any ideas what might be going on?
    1. Emer78
      Emer78
      • premium
      • 41 kudos
      Replacing OneTweak with OblivionDisplayTweaks seems to have solved the problem.
  9. DissidentRage
    DissidentRage
    • premium
    • 8 kudos
    I see the stickied comment about "Force load libraries" for MO2. What exactly does this do under the hood, so I can replicate this without using MO2? I can't find anything about this functionality anywhere.
    1. Prairiehop
      Prairiehop
      • member
      • 1 kudos
      If you launch the game directly instead of through MO2 you shouldn't need that, just place the file in the same folder where both oblivion and OBSE exe's are and you're done.
  10. mfg42
    mfg42
    • member
    • 0 kudos
    Thanke You ALOT!!!
    Does this set the framerate just to 30 (thirty)?
  11. Xentariel
    Xentariel
    • premium
    • 0 kudos
    I don't know one of them or all of them worked but reading the comments and being compatible I'm using all of them: Oblivion Stutter Remover Optimized?, More Heap and Oblivion Display Tweaks.

    THANK YOU ALL OF YOU GUYS FOR MAKING MY HEAVILY MODDED OBLIVION EXTERIORS' A CRASH FREE JOY FROM A CTD HELL.

    I don't know how I could thank you since I've been trying to make a perfectly modded oblivion for around 2 years fixing bugs etc from tes4edit. But couldn't solve the exterior and loading crashed for the life of me.

    Outdoors was a crashfest for me but now I've been running around cyrodill with 400 speed and on a horse etc for like 2 hours. NOT A SINGLE CRASH.

    Love you guys. I wish I could do more than just an endorsement <3
    1. hunlucansu
      hunlucansu
      • supporter
      • 5 kudos
      can u write what settings you changed in order to use them all together? thank u^^
    2. Hardmethod
      Hardmethod
      • member
      • 0 kudos
      Little bit strange behavior. Just come here and tell everyone about your success.. Why not help to who still need it?
    3. DeathWrench
      DeathWrench
      • premium
      • 91 kudos
      you need to put version.dll from moreheap into oblivion directory, not obse folder and not the DATA folder. Disable the tick fix in oblivion stutter remover by editing the .ini and use the one in display tweaks instead.
    4. Threefour3468
      Threefour3468
      • member
      • 1 kudos
      Tick fix? All I found was "bFix64Hertz = 1"
    5. Xeredek
      Xeredek
      • member
      • 3 kudos
      lol dude he's just thanking the mod authors for their work, it's not like every post has to be a modding tip or a warning of some pitfall or whatever