1 Star 0 Fork 3

MrMriacle/SkynetMMO

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config 798 Bytes
一键复制 编辑 原始数据 按行查看 历史
liuhaopeng 提交于 2019-06-28 17:57 +08:00 . task and dialog
root = "$ROOT/"
thread = 8
logpath = root
harbor = 1
address = "127.0.0.1:2526"
master = "127.0.0.1:2013"
standalone = "0.0.0.0:2013"
start = "main"
luaservice = root.."service/?.lua;"..root.."skynet/service/?.lua;"..root.."game/service/?.lua;"
lualoader = root .. "skynet/lualib/loader.lua"
lua_path = root .. "lualib/?.lua;"..root.."lualib/?/?.lua;" .. root .. "skynet/lualib/?.lua;" .. root .. "skynet/lualib/?/init.lua;" .. root.."?.lua;"..root.."game/?.lua;"..root .. "../Lua/?.lua;"..root.."game/scene/system/?.lua;"..root.."../Lua/Common/?.lua;"..root.."lualib/ECS/?.lua;"
lua_cpath = root .. "skynet/luaclib/?.so;" .. root.."lualib/ECS/?.so"
cpath = root .. "/cservice/?.so;"..root.."/skynet/cservice/?.so"
if $DAEMON then
logger = root .. "skynet.log"
daemon = root .. "skynet.pid"
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mrmriacle/SkynetMMO.git
git@gitee.com:mrmriacle/SkynetMMO.git
mrmriacle
SkynetMMO
SkynetMMO
master

搜索帮助