# wrye-bash **Repository Path**: dv_zheng/wrye-bash ## Basic Information - **Project Name**: wrye-bash - **Description**: No description available - **Primary Language**: Python - **License**: GPL-3.0 - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-22 - **Last Updated**: 2022-01-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Wrye Bash ========= [![Wrye Bash CI](https://github.com/wrye-bash/wrye-bash/workflows/Wrye%20Bash%20CI/badge.svg)](https://github.com/wrye-bash/wrye-bash/actions?query=workflow%3A%22Wrye+Bash+CI%22) [![License: GPL v3](https://img.shields.io/badge/license-GPLv3-blue.svg)](LICENSE.md) ### 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][1]. We are in the process of refactoring the code to eventually support more games, offering the same feature set for all of them. Please read the [Contributing](#contributing) section below 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): * Morrowind (very early support, patch 1.6.1820) * Oblivion (patch 1.2.0.416) * Nehrim (patch 2.0.2.4) * Fallout 3 (patch 1.7.0.3) * Fallout New Vegas (patch 1.4.0.525) * Skyrim (patch 1.9.36.0) * Enderal (patch 1.6.4.0) * Fallout 4 (patch 1.10.163.0) * Skyrim Special Edition (patch 1.5.97.0) * Enderal Special Edition (patch 2.0.8) **Note**: The Windows Store versions of Morrowind, Oblivion, Fallout 4 and Skyrim Special Edition are supported as well. ### Download * [Oblivion Nexus][2] * [Nehrim Nexus][23] * [Fallout 3 Nexus][3] * [Fallout New Vegas Nexus][4] * [Skyrim Nexus][5] * [Enderal Nexus][22] * [Fallout 4 Nexus][6] * [Skyrim Special Edition Nexus][7] * [Enderal Special Edition Nexus][25] * [Github][8] (all releases) Docs are included in the download but we are setting them up also online [here][9]. ### Installation * Short version: just use the installer, and install everything to their default locations. * Long version: see the [General Readme][10] for information, and the [Advanced Readme][11] for even more details. To run Wrye Bash from the latest `dev` code (download from [here][12]) you need: * A game to manage from the supported games. * [Python 2.7 64-bit](http://www.python.org/) (latest 2.7 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: ```bash path/to/python.exe -m pip install -r requirements.txt ``` Refer to the readmes linked above for detailed instructions. In short: 1. Install one of the supported games (Oblivion, Skyrim, Fallout). 1. Install Python and plugins above. 1. Extract the downloaded Wrye Bash archive into your game folder. 1. 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][15] for a detailed guide. Relevant issue: [#240][16] ### Questions ? Feedback ? We are currently monitoring [this thread][17] at the AFK Mods forum and [the Wrye Bash Discord][18]. 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][19] wiki page. In particular it is _essential_ you produce a [bashbugdump.log][20]. #### Latest betas In the [second post][21] of the AFK Mods thread, as well as in the `#wip-builds` channel on [Discord][18], 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][24] document for information on how to contribute. #### Main Branches - [`dev`](https://github.com/wrye-bash/wrye-bash/tree/dev): the main development branch - approved commits end up here. _Do not directly push to this branch_ - push to your branches and contact someone from the owners team in the relevant issue. - [`master`](https://github.com/wrye-bash/wrye-bash/tree/master): the production branch, contains stable releases. Use it _only_ as reference. - [`nightly`](https://github.com/wrye-bash/wrye-bash/tree/nightly): bleeding edge branch. Commits land here for testing. [1]: http://sourceforge.net/p/oblivionworks/code/3177/tree/ [2]: https://www.nexusmods.com/oblivion/mods/22368 [3]: https://www.nexusmods.com/fallout3/mods/22934 [4]: https://www.nexusmods.com/newvegas/mods/64580 [5]: https://www.nexusmods.com/skyrim/mods/1840 [6]: https://www.nexusmods.com/fallout4/mods/20032 [7]: https://www.nexusmods.com/skyrimspecialedition/mods/6837 [8]: https://github.com/wrye-bash/wrye-bash/releases [9]: http://wrye-bash.github.io/ [10]: http://wrye-bash.github.io/docs/Wrye%20Bash%20General%20Readme.html#install [11]: http://wrye-bash.github.io/docs/Wrye%20Bash%20Advanced%20Readme.html#install [12]: https://github.com/wrye-bash/wrye-bash/archive/dev.zip [14]: https://github.com/wrye-bash/wrye-bash/blob/0a47238de9e7f46f55fe755f2744e2cea521f514/Mopy/bash/balt.py#L678 [15]: https://github.com/wrye-bash/wrye-bash/wiki/%5Bguide%5D-Running-Wrye-Bash-on-WINE-%28Arch-Linux%29 [16]: https://github.com/wrye-bash/wrye-bash/issues/240 [17]: https://afkmods.com/index.php?/topic/4966-wrye-bash-all-games [18]: https://discord.gg/NwWvAFR [19]: https://github.com/wrye-bash/wrye-bash/wiki/[github]-Reporting-a-bug [20]: https://github.com/wrye-bash/wrye-bash/wiki/[github]-Reporting-a-bug#the-bashbugdumplog [21]: https://afkmods.com/index.php?/topic/4966-wrye-bash-all-games/&do=findComment&comment=166863 [22]: https://www.nexusmods.com/enderal/mods/97 [23]: https://www.nexusmods.com/nehrim/mods/2 [24]: https://github.com/wrye-bash/wrye-bash/blob/dev/Contributing.md [25]: https://www.nexusmods.com/enderalspecialedition/mods/7