|
启动命令:
本地SDK充值: 成功会有10001 10002 34567端口
cd /root/ue/net/billing
./q.sh
cd /root/ue/net/hestia
./q.sh
启动游戏:
cd /root/ue/game
./restart
cd /root/ue/net
./beginnet
停止本地SDK充值:
cd /root/ue/net/billing
./t.sh
cd /root/ue/net/hestia
./t.sh
停止游戏:
cd /root/ue/game
./stop.sh
cd /root/ue/net
./killnet
|
|