This repository contains a set of tools for use with Lionhead's Black and White 2.
Two quick start options are available:
- For modders: Download the latest binary release.
- For developers: Clone the repo:
git clone https://github.com/HandsomeMatt/bw2-tools.git
.
Have a bug or a feature request? Please open a new issue. Make sure you follow our contributing guidelines.
See the wiki pages. And a little here: http://handsomematt.co.uk/bwdocs/
Please read through our contributing guidelines. Included are directions for opening issues, coding standards, and notes on development.
For transparency and insight into our release cycle, and for striving to maintain backward compatibility, these tools will be maintained under the Semantic Versioning guidelines as much as possible.
Releases will be numbered with the following format:
<major>.<minor>.<patch>
And constructed with the following guidelines:
- Breaking backward compatibility bumps the major (and resets the minor and patch)
- New additions without breaking backward compatibility bumps the minor (and resets the patch)
- Bug fixes and misc changes bumps the patch
For more information on SemVer, please visit http://semver.org/.
'Handsome' Matt Stevens
Copyright 2014 Matt stevens under the MIT license.