/War3Map.Example

Template repository using CSharp.lua and War3Net to build Warcraft III custom maps in C#.

Primary LanguageC#MIT LicenseMIT

War3Map.Example

Simple launcher to build a C# warcraft III map project from within visual studio.

Requirements

Setup

  • Clone this repository.
  • Create a new warcraft III map, or use an existing map, and save it either as folder (recommended), or as file.
  • Edit the strings in War3Map.Example.Launcher.ExampleStringProvider accordingly.
  • Run the code in visual studio, with War3Map.Example.Launcher as startup project, and verify that the map loads correctly.
  • Now that everything seems to be working, you can start editing the code in War3Map.Example.Source.
    • You can also update the player and force settings in War3Map.Example.Launcher.PlayerAndForceProperties.