Skip to content

warmfrost85/wrye-bash

 
 

Repository files navigation

Wrye Bash

Wrye Bash CI License: GPL v3 Translation status

About

Wrye Bash is a mod management utility for games based on Bethesda's Creation Engine, with a rich set of features. This is a fork of the Wrye Bash related code from the SVN 3177 trunk revision. We are in the process of refactoring the code to eventually support more games, offering the same feature set for all of them. Please see our Contributing.md if interested in contributing.

Supported Games

Here is a list of supported games with the minimal patch version that Bash was tested on (previous versions or latest versions may or may not work):

  • Enderal (patch 1.6.4.0)
  • Enderal: Special Edition (patch 2.0.12.4)
  • Fallout 3 (patch 1.7.0.3)
  • Fallout 4 (patch 1.10.163.0)
  • Fallout 4 VR (patch 1.2.72.0)
  • Fallout New Vegas (patch 1.4.0.525)
  • Morrowind (very early support, patch 1.6.1820.0)
  • Nehrim (patch 2.0.2.4)
  • Oblivion (patch 1.2.0.416)
  • Skyrim (patch 1.9.36.0)
  • Skyrim Special Edition (patch 1.6.1130.0)
  • Skyrim VR (patch 1.4.15.0)
  • Starfield (patch 1.7.23.0)

Download

Windows

Linux

Docs are included in the download, but we are also setting them up online here.

Installation

  • Short version: just use the installer, and install everything to their default locations.
  • Long version: see the General Readme for information, and the Advanced Readme for even more details.

To run Wrye Bash from the latest dev code (download from here) you need:

  • A game to manage from the supported games.
  • Python 3.12 64-bit (latest 3.12 is recommended)

NB: the 64-bit version is required. 32-bit operating systems are no longer supported.

Once you have those, install the required packages by running:

py -3 -m pip install -r requirements.txt

Note: you will have to use a more specific version for py -3 if you have multiple versions of Python 3 installed.

Refer to the readmes linked above for detailed instructions. In short:

  1. Install one of the supported games (Oblivion, Skyrim, Fallout).
  2. Install Python and plugins above.
  3. Extract the downloaded Wrye Bash archive into your game folder.
  4. Run Wrye Bash by double-clicking "Wrye Bash Launcher.pyw" in the new Mopy folder.

WINE

Since 306, Wrye Bash runs on WINE - with some hiccups. Please see our wiki article for a detailed guide.

Relevant issue: #240

Questions ? Feedback ?

We are currently monitoring this thread at the AFK Mods forum and the Wrye Bash Discord. Please be sure to ask there first before reporting an issue here. If asking for help please provide the info detailed in our Reporting a bug wiki page. In particular, it is essential you produce a bashbugdump.log.

Latest betas

In the second post of the AFK Mods thread, as well as in the #wip-builds channel on Discord, there are links to the latest python and standalone (exe) builds. Be sure to check those out for bleeding edge bugfixes and enhancements. Feedback appreciated!

Contributing

Please see our dedicated Contributing.md document for information on how to contribute.

Translations for Wrye Bash are done through Weblate. Please ask on our Discord if you have questions regarding weblate and translations.

Main Branches

  • dev: The main development branch - approved commits end up here. Do not directly push to this branch - push to your branches and contact a maintainer in the relevant issue.
  • master: The production branch, contains stable releases. Use it only as reference.
  • nightly: Bleeding edge branch. Commits land here for testing.

About

The main Wrye Bash repository.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 82.3%
  • HTML 15.4%
  • NSIS 1.9%
  • Other 0.4%