Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/actboy168/ydwe
A Tool to Help the Creation of Warcraft III Map
https://github.com/actboy168/ydwe
jass lua map-editor warcraft
Last synced: 5 days ago
JSON representation
A Tool to Help the Creation of Warcraft III Map
- Host: GitHub
- URL: https://github.com/actboy168/ydwe
- Owner: actboy168
- License: gpl-3.0
- Created: 2013-07-29T07:13:01.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-06-16T07:15:56.000Z (7 months ago)
- Last Synced: 2025-01-12T04:34:08.622Z (12 days ago)
- Topics: jass, lua, map-editor, warcraft
- Language: C
- Homepage:
- Size: 89.6 MB
- Stars: 482
- Watchers: 31
- Forks: 143
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# YDWE
[![Build status](https://ci.appveyor.com/api/projects/status/ybeps6jwp0nupxu6?svg=true)](https://ci.appveyor.com/project/actboy168/YDWE)
YDWE是一个用于制作《魔兽争霸III》(英文名 Warcraft3,下面简称War3) 地图的工具,它是基于War3自带的WorldEdit进行二次开发。
## 编译
1. Visual Studio 2017 with Update 7
2. Windows 10 SDK 10.0.15063
3. 执行 `/Build/Build_Release.bat`
4. 编译好的文件可以在`/Build/publish/Release/`找到## 其他引用的项目
* [ydhost](https://github.com/actboy168/ydhost)
* [vscode-lua-debug](https://github.com/actboy168/vscode-lua-debug)
* [lni](https://github.com/actboy168/lni)
* [lml](https://github.com/actboy168/lml)
* [w3xparser](https://github.com/actboy168/w3xparser)
* [pjass-chs](https://github.com/actboy168/pjass-chs)
* [Direct3D8to9](https://github.com/actboy168/Direct3D8to9)
* [w3x2lni](https://github.com/syj2010syj/w3x2lni)
* [yue](https://github.com/yue/yue)
* [wave](https://github.com/boostorg/wave)
* [cjass](https://code.google.com/archive/p/cjass/)
* [pjass](http://jass.sourceforge.net/)
* [jasshelper](http://www.wc3c.net/showthread.php?t=88142)
* [tesh](https://www.hiveworkshop.com/threads/tesh-source.211434/)