-
Notifications
You must be signed in to change notification settings - Fork 29
Tutorial: StartRobot
yigao edited this page Jun 24, 2022
·
2 revisions
- 在windows上使用vs2017,按下F5,或执行Install/Bin/Debug/rund_allserver.bat,以allserver模式打开服务器,开启整分布式服务器。
- 在linux上在Install/Bin/Debug目录下,运行命令:./NFPluginLoader --Server=AllServer --ID=1.1.1.1 --Config=../../Config --Plugin=../../TcpPlugin --start开启服务器
- 在Windows执行Install/Bin/Debug/rund_robot.bat,内容:start "Robot" "NFPluginLoader.exe" "--Server=RobotServer" "--ID=1.1.1.1" "--Config=../../Config" "--Plugin=../../TcpPlugin" "--Param=33,1,127.0.0.1,7051", 来开启机器人
- 在linux上./NFPluginLoader --Server=RobotServer --ID=1.1.1.1 --Config=../../Config --Plugin=../../TcpPlugin --start --Param=33,1,127.0.0.1,7051启动机器人程序
- 你可以修改机器人的参数来选择使用更多人机器人登录服务器,参数如下:
- --Server=RobotServer意味着启动Plugin.lua里的机器人模块,将加载NFKernelPlugin和NFRobotPlugin
- --Param=33,1,127.0.0.1,7051 是机器人参数,第一个参数33表示机器人讯号,第二个参数1表示机器人数量,第三个参数127.0.0.1和第四个参数是服务器网关的IP和端口