RaidAndFade / Banshee

A C# Warcraft 3 LAN Game Server (useless now because of changes to wc3)
9 stars 0 forks source link

I would love to be informed otherwise, but I believe this project is unusable becaus eof warcraft 3 reforged's changes to LAN games.

Banshee

A Warcraft 3 Game emulator, inspired by GHost++, Made in C#. Pretty Simple

Current State

Missing essential features / Solvable Issues:

Unsolvable Issues:

Installation

dotnet publish in the main directory should work. If you are compiling with VSCODE then use the build2 task to do the same thing.

Libraries & Credit

Using DotNetZip, MpqTool and Nito.KitchenSink.CRC

Special thanks to the makers of ghostpp++ for the work they have already done, and for posting it all as Open Source. I would have a much harder time figuring this stuff out without them.