Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.93 KB

README.md

File metadata and controls

44 lines (27 loc) · 1.93 KB

MHWModManager

A simple to use (hopefully) robust generic mod management tool for managing the files installed by mod archives.

Binaries and Releases

Releases can be found on the nexus mods website.

Development Setup

  1. Clone repository
  2. Ensure Visual Studio IDE and .NET Framework 4.6.1 is installed
  3. Open solution in Visual Studio

(it's that simple)

Contributing

Before starting any work, please please please consult with the maintainers by creating, or replying to, an appropriate issue thread for the feature/bug you're going to be working on. This is to prevent stepping on other's toes, and so you don't waste any time on a bug thats already been fixed! :)

  1. Fork this repository so you have a local copy to work off of
  2. Create a working branch from master
  3. Develop your feature/bugfix/whatever
  4. Commit your changes
  5. Rebase to upstream master if neccessary
  6. Create a PR on the main repository

Don't know what any of this means? New to open source? Digital Ocean has you covered!