多人游戏
/File/en/Translation.png
该文档正从 英语 翻译为 汉语
源文档标题: en/Manual/Multiplayer
完成度: 1%
  
  • 请帮助改进本文。
  • 参考风格指南编写正确的版本。
  • 在完成翻译后移除该模板。
OpenTTD 游戏手册
安装 · 教程
常见问题(en) · 游戏界面(en)
README.md
基础建设

铁路 :

信号灯 · 车站 · 交叉 · 设计技巧
公路建设 · 有轨电车 · 水路建设 · 机场 · 更改地形
载具
列车 · 汽车 · 船只 · 飞机 · 调度指令
选项
游戏选项 · 高级选项(en) · AI选项(en) · NewGRF · 作弊指令
图形与声音(en)
OpenGFX · OpenMSX · OpenSFX
更多主题
气候 · 城镇 · 工业 · 经济 · 灾难 · 游戏技巧 · 快捷键 · 控制台 · 游戏机制 · 多人游戏 · 场景编辑器 · 在线内容
故障排除 · 链接(en)

OpenTTD拥有比原版Transport Tycoon Deluxe (运输大亨)好得多的多人游戏系统。

服务器现在可以容纳最多15家公司,最多255个客户端同时连接。你既可以运营你自己的公司,也可以与其他玩家合作游玩(en)

Multiplayer gameplay

Contents

连接到一个服务器

Choose a game server

左侧的服务器列表展示以下信息:

补全缺失的NewGRF

如果要加入一个显示橘点的服务器(NewGRF不匹配),你可以点击 NewGRF设置 按钮搜索在线内容来确认缺失的NewGRF能否在在线内容服务器下载。

/File/en/Manual/Server join bananas.png

如果你仍然无法补全一些缺失的NewGRF,可以用 GRF Crawler 搜索。

进入游戏

In the next screen you will see a detailed list of who is already in the game, and several options on how to join the game.

Join multiplayer game

The company list on the left shows the following information:

游玩

Once you are in the game, gameplay is the same with a few extra features.

Note that the game may pause sometimes. This can happen while new players join the game, when there are less than the minimum active clients, or when the server administrator or Game Script manually pauses the game. If the game is paused that is displayed as usually in the status bar. The reason appears in the message area at the bottom left of the screen. You can't change the pause state as a client. Nobody can use the fast forward mode.

聊天

3. The Chat Display Area

在线玩家列表

The client list

  • Private Message: Send a chat message to only the selected client.
  • Speak to company: Send a chat message to everyone in the selected client's company.
  • Speak to all: Send a chat message to everyone.
  • Give money: Give up to £20,000,000 to the selected client's company.

The client list also tells who the server is. If the server has a name next to it, that person is running a Listen server (en). If the server has no name to it, then it is a dedicated server.

公司密码

Enter your password here

在不同公司间切换

As of OpenTTD 0.7.0 (or more precise since r15242) it is possible to move between companies/spectator and create new companies without having to rejoin the game

新建公司

You can find the 'New Company' option in the company list, it is only available if you are a spectator. If the servers 'max_companies' limit has been reached, this option is grayed out

company list as spectator

加入公司

Every company window has a join button (only displayed if you are not in that company).

company join button

A padlock displayed next to the join button indicates the company is password protected. Trying to join this company will prompt you for the password.

password protected company + pw prompt

加入旁观者

If you are in a company and want to spectate for a little, or plan to start a new company and must join spectators first, the company list now shows the item 'Spectate' where the 'New Company' item was listed before. If the servers 'max_spectators' limit has been reached, this option is grayed out.

join spectators

Desync error

A desync error occurs when one or more players move out of sync with the server. After a short while, the player will be ejected from the game with the following message:

/File/en/Manual/Desync.png

Desyncs are always bugs in OpenTTD, which can be put into three classes: calling (Interactive)Random() in the wrong place, not rebuilding caches correctly, or coding errors like overflows. They are NOT caused by a too slow computer, too slow internet connection etc.

See Desync Debugging on how you can help to track and identify the bug.

参见