Skip to content

Files

Latest commit

 

History

History
49 lines (28 loc) · 1.59 KB

README.md

File metadata and controls

49 lines (28 loc) · 1.59 KB

warcraft2-map-editor

Note: This project is unfinished. Terrain manipulation is not yet implemented.

A map editor for Warcraft II. Written in JavaScript.

Warcraft II Map Editor

Currently implemented functionality:

  • Viewing maps (unit, terrain, and movement layers).
  • Placing units.
  • Modifying map and player properties.
  • Modifying unit, upgrade, and restriction data.
  • Saving maps as a pud file or an image.

Not implemented but planned:

  • Editing terrain.

Not implemented but would be nice some day:

  • Undo for units and terrain.
  • Copy/paste for units and terrain.
  • Editing the movement map.

Works well in Firefox and Chrome. Also works in Safari, but performance is very poor.

Acknowledgments

Based on the pud specification created by Daniel Lemberg and contributors.

Used Alexander Cech's Wardraft for extracting tilesets and tile information.

Used ShadowFlare's GRP converter for converting sprites.

Uses Feather icons by Cole Bemis and contributors and scroll icon by Freepik.

Authors

License

External links