A custom Warcraft III trigger editor.
- Windows 7 or greater
- .NET 6.0 Desktop Runtime x64
- Warcraft III 1.28.5 or greater
https://thelazzoro.github.io/BetterTriggersGuide/
Install Visual Studio
From the setup window select .NET desktop development:
Install .NET 6.0 SDK x64
BetterTriggers uses git submodules. To initialize these open a console from the root directory and type the following:
git submodule update --init --recursive
Now an additional repository named 'War3Net' has been downloaded.
In Visual Studio, select all submodules, right-click and select 'Reload Project'.
You should now be set.


