Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 481 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 481 Bytes

BrowserQuestLua

BrowserQuest write by Lua

运行步骤

  1. 修改 config.lua 中的 websocketsMaxPayloadLen 项的值为 64 * 1024

  2. 修改 config.lua 中的 appRootPath 项的值为 BrowserQuestLua 中 server 文件夹所在的真实路径

  3. 修改 client/BrowserQuestLua/src/config.lua 中的 SERVER_ADDR 项为 GBC 服务器的 ip 地址

  4. 运行

ps. 因 ios模拟器 原因, ios模拟器 可能会出现收不到数据情况, 此时建议用mac版尝试