Skip to content

Tomotz/BetterTriggers

 
 

Repository files navigation

BetterTriggers

A custom Warcraft III trigger editor.

Required to run:

User documentation

https://thelazzoro.github.io/BetterTriggersGuide/

Developer setup installation

Install Visual Studio

From the setup window select .NET desktop development:

alt text

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'.

alt text

You should now be set.

About

A custom Warcraft III trigger editor.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 44.4%
  • PLSQL 42.0%
  • Objective-J 13.6%