Differences between revisions 3 and 4
Revision 3 as of 2021-02-24 11:26:28
Size: 433
Editor: zbjxb
Comment:
Revision 4 as of 2021-02-24 11:28:43
Size: 539
Editor: zbjxb
Comment:
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:

基本命令行(这些命令use the editor,因而不依赖cooked data):
|| Type || Command ||

UE4的多人在线游戏采用的是client-server模型。意味着有一个单独的server负责游戏状态的裁判,同时所有其他remote终端都维持一份本地相对server的近似。

Server是多人里重要的一部分,它做出所有重要的决定:

  • 所有状态控制任务
  • 处理remote client连接
  • 切换新关卡
  • 负责游戏流程:开局、结束等
  • etc...

Starting a Server

基本命令行(这些命令use the editor,因而不依赖cooked data):

Type

Command

UE4-Networking-And-Multiplayer/Client-Server Model (last edited 2021-11-02 03:48:14 by zbjxb)