CnCNet / xna-cncnet-client

XNA / MonoGame based client for playing classic Command & Conquer games both online and offline with a CnCNet game spawner.
Other
223 stars 86 forks source link

How to log in with a Chinese name? #472

Closed 285984303 closed 1 year ago

285984303 commented 1 year ago

How to log in with a Chinese name?

MahBoiDeveloper commented 1 year ago

Same as login on Russian - no way. You can play skirmish and singleplayer missions with localized nickname, but online you must have ascii-like nickname due to game engine limitations.

285984303 commented 1 year ago

Can you separate the login name from the display name?

285984303 commented 1 year ago

Same as login on Russian - no way. You can play skirmish and singleplayer missions with localized nickname, but online you must have ascii-like nickname due to game engine limitations.就像在俄罗斯登陆一样-不可能。你可以用本地化的昵称来玩小冲突和单人任务,但是由于游戏引擎的限制,在线游戏你必须有类似ascii的昵称。

Can you separate the login name from the display name?

285984303 commented 1 year ago

Same as login on Russian - no way. You can play skirmish and singleplayer missions with localized nickname, but online you must have ascii-like nickname due to game engine limitations.就像在俄罗斯登陆一样-不可能。你可以用本地化的昵称来玩小冲突和单人任务,但是由于游戏引擎的限制,在线游戏你必须有类似ascii的昵称。

Add a nickname that can be used for display

285984303 commented 1 year ago

图片

Metadorius commented 1 year ago

I don't think the IRC protocol which the client uses for online communication supports Unicode in names either, so it's impossible to do in a feasible manner. If you can prove otherwise please reopen the issue.

285984303 commented 1 year ago

I don't think the IRC protocol which the client uses for online communication supports Unicode in names either, so it's impossible to do in a feasible manner. If you can prove otherwise please reopen the issue.我认为客户端用于在线通信的IRC协议也不支持名称中的Unicode,因此不可能以可行的方式这样做。如果你能证明不是这样,请重新讨论这个问题。

How can I support the display of Chinese names? How to build an IRC server? 那怎么才能支持中文名显示呢? IRC服务器怎么搭建?

Metadorius commented 1 year ago
  1. We are not planning to switch to a custom IRC server.
  2. I don't know.
  3. This is not related to the client development.