update readme.md
This commit is contained in:
24
README.md
24
README.md
@@ -1,17 +1,21 @@
|
||||
# mod-LuaEngine
|
||||
中文|[english](README_EN.md)
|
||||
english | [chinese](README_CN.md)
|
||||
|
||||
一个用于AzerothCore的ELUNA模块.
|
||||
a Eluna module for AzerothCore
|
||||
|
||||
为了兼容AzerothCore.更改了一个eluna的api
|
||||
To make Eluna compatible with Azerothcore.one lua Api has been changed.
|
||||
```
|
||||
OnConfigLoad(bool reload) => OnConfigLoad(bool reload, bool isBefore)
|
||||
```
|
||||
|
||||
如何安装:
|
||||
* 下载这个模块:[download](https://github.com/AyaseCore/mod-LuaEngine/archive/master.zip)
|
||||
* 解压并放到Azerothcore源码的modules文件夹中.
|
||||
* 下载ELUNA的核心文件:[download](https://github.com/AyaseCore/Eluna/archive/ElunaAzerothWotlk.zip)
|
||||
* 解压并放置到模块的LuaEngine文件夹中:mod-LuaEngine/LuaEngine
|
||||
* 重新cmake.
|
||||
* 重新生成.
|
||||
How to install:
|
||||
* download or clone this module:
|
||||
> [download zip file.](https://github.com/azerothcore/mod-eluna-lua-engine/archive/master.zip)
|
||||
> clone `git clone https://github.com/azerothcore/mod-eluna-lua-engine.git`
|
||||
* Put it in the modules folder of the Azerothcore.
|
||||
* download or clone the ELUNA core file:
|
||||
> [download zip file.](https://github.com/ElunaLuaEngine/Eluna/archive/master.zip)
|
||||
> clone `git clone https://github.com/ElunaLuaEngine/Eluna.git`
|
||||
* Put it in the lua module folder:mod-LuaEngine/LuaEngine
|
||||
* cmake again
|
||||
* rebuild.
|
||||
Reference in New Issue
Block a user