All Projects → wrye-bash → Wrye Bash

wrye-bash / Wrye Bash

Licence: gpl-3.0
A swiss army knife for modding Bethesda games. This is the main repository.

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Wrye Bash

Unity-Lua
A wrapper around MoonSharp that allows easy development of moddable Unity games
Stars: ✭ 105 (-62.9%)
Mutual labels:  modding
Thunderstore
Thunderstore is a mod database and API for downloading mods. Thunderstore Discord: https://discord.gg/UWpWhjZken
Stars: ✭ 45 (-84.1%)
Mutual labels:  modding
MPPatch
Patch for Civilization V to allow modded multiplayer. Currently under development.
Stars: ✭ 31 (-89.05%)
Mutual labels:  modding
Sims4ScriptingBPProj
Sims 4 Scripting Boilerplate Project
Stars: ✭ 32 (-88.69%)
Mutual labels:  modding
XLShredLoader
A collection of mods for Skater XL that use the Unity Mod Manager (reworked from the XLShredMenu mod)
Stars: ✭ 33 (-88.34%)
Mutual labels:  modding
Rampancy
A new level editor for the Halo games based on a CSG/Brush workflow, similar to Source/Quake level editing.
Stars: ✭ 23 (-91.87%)
Mutual labels:  modding
SMLHelper
A complete Subnautica and Subnautica: Below Zero modding library for the popular QModManager framework.
Stars: ✭ 36 (-87.28%)
Mutual labels:  modding
Oxide.Patcher
IL patcher for use with adding Oxide support to .NET games
Stars: ✭ 27 (-90.46%)
Mutual labels:  modding
SHC AIV
Evrey's modded AI castles for the game Stronghold Crusader HD
Stars: ✭ 42 (-85.16%)
Mutual labels:  modding
Fallout76-QuickConfiguration
Change *.ini settings and install mods.
Stars: ✭ 22 (-92.23%)
Mutual labels:  modding
openvr foveated
Fixed Foveated Rendering for SteamVR games
Stars: ✭ 74 (-73.85%)
Mutual labels:  modding
MetaHookSv
MetaHook (https://github.com/nagist/metahook) porting for SvEngine (GoldSrc engine modified by Sven-Coop)
Stars: ✭ 28 (-90.11%)
Mutual labels:  modding
m2o-reborn
Original Mafia2 Multiplayer modification
Stars: ✭ 31 (-89.05%)
Mutual labels:  modding
skyrimse
The TES V: Skyrim Special Edition masterlist.
Stars: ✭ 99 (-65.02%)
Mutual labels:  modding
pax
📦 The MC modpack manager for professionals.
Stars: ✭ 83 (-70.67%)
Mutual labels:  modding
openvr fsr
Add Image Upscaling via AMD FidelityFX SuperResolution or NVIDIA Image Scaling to SteamVR games
Stars: ✭ 1,182 (+317.67%)
Mutual labels:  modding
gtav-audio-occlusion
🔧 Audio occlusion generation tool for GTA V custom interiors
Stars: ✭ 35 (-87.63%)
Mutual labels:  modding
jotunnlib
A modding library for Valheim, with the goal of making the lives of mod developers easier.
Stars: ✭ 24 (-91.52%)
Mutual labels:  modding
SporeModder-FX
The most advanced and modern Spore modding tool.
Stars: ✭ 24 (-91.52%)
Mutual labels:  modding
skyrim
The Skyrim masterlist.
Stars: ✭ 68 (-75.97%)
Mutual labels:  modding

Wrye Bash

Wrye Bash CI License: GPL v3

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 read the 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):

  • 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)

Download

Docs are included in the download but we are setting them up also 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 2.7 64-bit (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:

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).
  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.

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 someone from the owners team 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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].