Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/actboy168/jass2lua
Convert jass to lua
https://github.com/actboy168/jass2lua
Last synced: 6 days ago
JSON representation
Convert jass to lua
- Host: GitHub
- URL: https://github.com/actboy168/jass2lua
- Owner: actboy168
- License: mit
- Created: 2014-01-10T15:52:31.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-11-29T09:08:09.000Z (about 1 year ago)
- Last Synced: 2024-11-18T00:07:44.047Z (2 months ago)
- Language: Objective-J
- Homepage:
- Size: 4.87 MB
- Stars: 94
- Watchers: 8
- Forks: 69
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
jass2lua
========
可以将一张魔兽地图的核心脚本由jass转化为lua.转化后的地图可以在JAPI环境下游玩.使用
----
将地图拖动到"make.bat"上,等待转换完成即可。JAPI环境
----
目前支持的环境有两个,两个环境的基本一致。1. [YDWE](https://github.com/actboy168/YDWE)
2. [11对战平台](http://www.5211game.com/)编译
----
一般情况下不需要编译,如果你需要重新编译[build目录](build)下二进制文件,可以在[YDWE](https://github.com/actboy168/YDWE)找到相关的工程。