Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.81 KB

File metadata and controls

39 lines (28 loc) · 1.81 KB

This version is discontinued. Work on version 3.0 has moved to:

https://github.com/PeterAldur/WurmAssistant3

Wurm Assistant (2.x)

This program expands Wurm Online game experience by providing handy tools for assisting with more tricky game activities.

For more information, please visit:

This project is licensed under GPL. Some 3rd party components/libraries may be licensed under different terms.

Contributions and Credits

http://blog.aldurcraft.com/WurmAssistant/page/Contributors-and-Supporters

About the code

WA2 is written in C# using .NET 4.0 Windows Forms framework. Solution requires Visual Studio 2012+ due to async usage (Express edition is fine). Recommended Visual Studio 2013 Community.

Repository is 100% self-contained, all the dependencies are either projects in the solution or libraries in _lib dir. Build robot is also part of this solution and build events are macroed to work for any location. However, it may be necessary to reaquire Microsoft.Bcl.Async package.

Old version (1.x) of this project is available here:

https://github.com/PeterAldur/WurmAssistant