readme-lua.txt
来自「仙镜游戏源码,仅供学习!请勿用于非法应用!」· 文本 代码 · 共 16 行
TXT
16 行
Changes from v07 to get lua:
script.c -> Totally new
map2.c -> Added script_init() in do_init() function, and script_close() at mmo_map_allclose()
GNUmakefile -> Modified so it compile all new files.
Added files:
script2.h
ragnarok.pkg
To compile it, it's needed lua library (www.lua.org) and tolua tools and library (http://www.tecgraf.puc-rio.br/~celes/tolua/)
Lua:
Download it, and do "make" and "make install"
Tolua:
Download it, and do "make" then copy executable to /usr/bin, library to /usr/lib and include to /usr/include.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?