Morrowind
0 of 0

File information

Last updated

Original upload

Created by

SilentNightxxx

Uploaded by

SilentNightxxx

Virus scan

Safe to use

Mod articles

  • Explanations for some changes

    Explanations for some changes

    Speed boost mods are incredibly popular so I decided to implement a proper one that applies to everyone in the game.
    Additionally Health/Magicka/Fatigue regeneration mods are are incredibly popular so I've implemented regens based on what I felt was best. This means a small Magicka regen and a small boost to Fatigue regen which also applies to everyone in the game. I've decided to not implement a Health regen so resting still has a purpose and so that the game still has somewhat of an old school difficulty.
    Many people don't realize that the weapon skills in Morrowind don't boost damage, they only boost hit chance which is rendered useless by this mod. To give the weapon skills some meaning again I wrote a script that gives a Strength...

  • Manual install help

    Better Balanced Combat can be manually installed with a bit of effort.

    I recommend you avoid reading the following and simply install it with Vortex or NMM (depreciated) but if you must then please continue.

    Please read this whole article before continuing with manual install.

    Here's what you need to know:

    Folders
    Main - Contains plugins for the main game
    Morrowind Rebirth - Contains plugins for the Morrowind Rebirth Version (Don't use with Main Version)
    Tamriel Rebuilt - Contains plugins for the Tamriel Rebuilt Patch (Requires Main Version)
    Small Patches - Contains smaller single .esp patches
    Optionals - Contains optional plugins that do various other effects
    Auto Patcher - Contains the auto patcher files...

  • Creating hand crafted patches

    Better Balanced Combat allows you to easily create your own patches for your favorite mods.

    The way to apply NPC and creature effects is easy, you just add the bbc effects ability from either Better Balanced Combat.esp or Better Balanced Combat Base Module.esp to any NPCs or creatures in a mod. Even though this is easy it can be incredibly tedious. This is where the auto patcher included in the installer comes in. Not only is it great for allowing users to quickly make all their mods compatible quickly, but it's also great for creating hand crafted patches. Just unload all of your mod plugins except for the ones you want to create a patch for, then run the BBCAutoPatcher program in your Data Files folder. It will take care of this step for you.

    After applying the N...

  • Auto patching on Linux

    After install do this once

    1. Open a Terminal

    2. Use cd command to navigate to Data Files directory

    3. chmod 755 BBCAutoPatcher


    To run

    1. Open a Terminal

    2. Use cd command to navigate to Data Files directory

    3. ./BBCAutoPatcher

    or

    1. Open a Terminal

    2. ./{PATH TO DATA FILES DIRECTORY}/BBCAutoPatcher...