Oblivion

File information

Last updated

Original upload

Created by

RyanT95

Uploaded by

RyanT95

Virus scan

Safe to use

Tags for this mod

About this mod

Upscaled 1440P Ultrawide loading screens including Shivering Isles.

Requirements
Permissions and credits
Upscaled 1440P Ultrawide loading screens including Shivering Isles.

REQUIREMENTS
Vanilla downloads (Main Files) - Shivering Isles DLC
DarnUI downloads (Optional Files) - Shivering Isles DLC & DarNified UI


Description

Includes large (3440*1440), medium (2408*1008) and small (1548*648) versions.

Oblivion stretches the loading screen images to fit the screen, so all 3
versions will fit perfectly, the only difference is quality.

I recommend using either the medium or small versions.

The large version has a delay of a good few seconds before getting to the loading screen. But the loading screens look very nice.
The medium version has a very small delay, similar to other 4K loading screen mods. The quality of the loading screens still look far better than vanilla.
The small version has no delay and loads exactly the same as the original loading screens. The quality of the loading screens is comparable to vanilla.

Installation Instructions
NOTE:
If you're using the DarNified UI version, this MUST be installed BEFORE this mod.

Manual Install: Copy the 'textures' and 'menus' folders into the Oblivion 'Data' folder.

Auto Install: Install via Vortex

Custom Install
If you have another UI mod installed, you can copy the 'textures' folder and manually edit the 'loading_menu.xml' file which you should already have.

1. Open "Oblivion/Data/Menus/loading_menu.xml".
2. Search for "load_main".
3. You should see the following code:
    <image name="load_main">
        <visible>
            <copy src="LoadingMenu" trait="user0"/>
            <gt> 0 </gt>
        </visible>
        <filename> <copy src="LoadingMenu" trait="user1"/> </filename>
        <depth> 1000 </depth>
        <x>
            <copy src="screen()" trait="width"/>
            <sub src="me()" trait="width"/>
            <div> 2 </div>
        </x>
        <y>
            <copy src="screen()" trait="height"/>
            <sub src="me()" trait="height"/>
            <div> 2 </div>
        </y>
        <width>
            <copy src="screen()" trait="height"/>
            <mul>
                <copy> 17 </copy>  <-- Horizontal aspect ratio +1. CHANGE THIS TO 22
                <div> 9 </div>     <-- Vertical aspect ratio. LEAVE THIS AS 9
            </mul>
4. Change the <copy> 17 </copy> and <div> 9 </div> lines as shown above.

Incompatibilities
Compatible with anything that doesn't also modify the "loading_menu.xml" file.

Credits
DarN for making DarNified UI.

Licensing
The loading_menu.xml file is part of the DarNified UI mod.