https://github.com/jcfieldsdev/warcraft2-map-editor
A map editor for Warcraft II
https://github.com/jcfieldsdev/warcraft2-map-editor
canvas javascript warcraft2
Last synced: 4 months ago
JSON representation
A map editor for Warcraft II
- Host: GitHub
- URL: https://github.com/jcfieldsdev/warcraft2-map-editor
- Owner: jcfieldsdev
- License: mit
- Created: 2025-02-27T21:39:35.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2025-02-27T21:39:58.000Z (4 months ago)
- Last Synced: 2025-02-28T05:36:44.853Z (4 months ago)
- Topics: canvas, javascript, warcraft2
- Language: JavaScript
- Homepage: https://jcfieldsdev.github.io/warcraft2-map-editor/
- Size: 6.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# warcraft2-map-editor
**Note**: This project is unfinished. Terrain manipulation is not yet implemented.
A [map editor for *Warcraft II*](https://jcfieldsdev.github.io/warcraft2-map-editor/). Written in JavaScript.

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](https://github.com/jcfieldsdev/warcraft2-map-editor/blob/master/pudspec.txt) created by Daniel Lemberg and contributors.
Used Alexander Cech's [Wardraft](https://gamebanana.com/tools/6199) for extracting tilesets and tile information.
Used [ShadowFlare's GRP converter](https://sfsrealm.hopto.org/downloads/SFGrpConv.html) for converting sprites.
Uses [Feather icons](https://github.com/feathericons/feather) by [Cole Bemis](https://colebemis.com/) and contributors and [scroll icon](https://www.flaticon.com/free-icon/scroll_1009994) by [Freepik](https://www.freepik.com/).
## Authors
- J.C. Fields
## License
- [MIT license](https://opensource.org/licenses/mit-license.php)
## External links
- [War2.ru Downloads](http://en.war2.ru/downloads/)—Maps and utilities.