組隊
DDNet 允許玩家與好友組隊進行遊戲,隊伍中的玩家和非同隊玩家不會發生物理交互。所有隊伍從 1 到 63 進行編號,總共有 63 個獨立隊伍。實際上加入伺服器時玩家會處於 0 號隊伍,也叫默認隊伍 t0。默認隊伍中的玩家可以進行物理交互。而一些伺服器,例如分身伺服器會要求玩家和分身加入一個非默認隊伍,才能開始遊玩。
加入隊伍
加入並和隊伍中的玩家互動需要使用聊天欄指令。默認情況下可以按下T 或 ↵ Enter按鍵打開聊天欄。下面是一些常用指令和介紹:
/team <编号>
: 加入 0-63 範圍編號的隊伍,加入過程中玩家會處於特殊的 0 號隊伍。/team
: 編號留空時,指令功能是讓伺服器返回信息說明您當前所在隊伍的編號。
/lock
: 切換隊伍鎖定狀態。/lock 1
: 鎖定隊伍/lock 0
或者/unlock
: 解鎖隊伍。
/invite 玩家名
: 在隊伍鎖定的情況下邀請其他玩家加入隊伍。
綁定
- 待辦事項:快速加入分身地圖。
隊伍大小
一個隊伍最多容納 64
名成員,這與伺服器人數上限相同。這個限制與底層代碼有關,可以使用MAX_CLIENTS
調整。
2019-08-22 09:59:58 UTC 時刻一個 64 人的隊伍完成了地圖Gold Mine[1]。
需要多於兩個人遊玩的地圖
三人圖
- 中階 ★✰✰✰✰ Weapons
- 中階 ★★★✰✰ LazeAround2
- 中階 ★★★★✰ 3Play
- 中階 ★★★★✰ Cleopatra
- 中階 ★★★★✰ Tetris
- 中階 ★★★★★ LazeAround
- 古典 ★★✰✰✰ NUT_race8
- 高階 ★★✰✰✰ P2Z_Eclipse
- 高階 ★★★✰✰ w3na
- 高階 ★★★★✰ Best of Three
- 高階 ★★★★✰ Reason
四人圖
- 高階 ★★★★★ 4s
五人圖
- 中階 ★★✰✰✰ High Five
十人圖
- 古典 ★✰✰✰✰ NUT_short_race4
新的組隊排名系統
https://ddnet.org/news/new-rank-team-rank-calculation/
Locking and restarting
Locking a team prevents its current players from leaving it when dying. It also makes it so that all players in the team are killed if 1 member dies.
A team can be locked and unlocked using the chat command /lock
Team 0
It's the default team a player gets upon joining a server. Finishing in this team will grant a rank but not a team rank, as such requires you to be in a proper team.
Team 0 cannot be locked.