“BallanceMMOClient”的版本间的差异
小 |
(move some content to BMMO) |
||
第1行: | 第1行: | ||
{{Languages|zh|BallanceMMOClient/zh}} | {{Languages|zh|BallanceMMOClient/zh}} | ||
− | {{ | + | {{Seealso|Main Page: [[Ballance Massive Multiplayer Online]]}} |
− | | | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Download == | == Download == | ||
第74行: | 第56行: | ||
If you want to play with Chinese Ballance players, you should join Multi-play QQ Group and get server URL within it.<br /> | If you want to play with Chinese Ballance players, you should join Multi-play QQ Group and get server URL within it.<br /> | ||
Or, there is a big latency when you are connecting to Chinese BMMO server, or you want to play Ballance with over world Ballance players, you can join Ballance [[Discord]] server and get server URL from {{code|#multiplay}} channel. | Or, there is a big latency when you are connecting to Chinese BMMO server, or you want to play Ballance with over world Ballance players, you can join Ballance [[Discord]] server and get server URL from {{code|#multiplay}} channel. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Deploy a Personal Server == | == Deploy a Personal Server == |
2023年2月5日 (日) 21:12的版本
Chinese version / 中文版: | BallanceMMOClient/zh |
---|
Main Page: Ballance Massive Multiplayer Online |
目录
Download
- Join Multi-play QQ Group, and download from QQ Group Files.
- Join Ballance Discord Server.
- Download from the Release page of GitHub repository.(Not suggested because publish is not in time.)
- Download project and build by yourself.(Not suggested because building this plugin is harder than imagine.)
Please read the requirement of server which you want to join and download correct version. In most instances, downloading the latest version is the best decision. Server will reject the connection of obsolete client after some updates.
Client Usage
Encoding Warning | ||
---|---|---|
Install Client
Please ensure that you have installed the latest BML2. Then you need to put your downloaded zip file in ModLoader/Mods
directly without decompression. If you have installed obsolete BMMO previously, please remove it instantly. Your installation is finished if you can see BallanceMMOClient entry in BML Mods menu.
Configurate Server and Username
After installation, there are 2 way to configure your server URL and username. If you are looking for some available servers, please check out the next chapter to get an available server.
First, you can enter BallanceMMOClient entry in BML Mods menu, then use Remote and Player submenu to set server URL and username. If your server URL or username contain complex words, you can use the next method.
Method 2, Close game, navigate to ModLoader/Config/BallanceMMOClient.cfg
and open it. Now, you can change server URL and username directly.
Basic Operations
The following operations are frequently to be used. Please ensure that you have known them well before starting multi-play.
/mmo c
or/mmo connect
: Connect to server./mmo d
or/mmo disconnect
: Disconnect from server/mmo l
or/mmo list
: List all online player clients./mmo s <message>
or/mmo say <message>
: Send message(since 3.1.5-beta5)[1].
After anti-cheat update(v3.1), BMMO supports more anti-cheat features.
/mmo cheat [on or off]
: Switch cheat mode for all online players. This command will force change each player's cheat mode without any notification. Please do not abuse this command.- A global message will be showed in chat dialog if any player change its cheat mode. The name of cheating player will automatically be attached with
[C]
.
Advanced Operations
- F3 for switching the display of debug information. Debug information mainly show network transfer status.
- You can use keyboard to send contest preparation message quickly. It's mechanism is running
/mmo say <message>
with preset string.Left Ctrl + 3
: Send3
Left Ctrl + 2
: Send3
Left Ctrl + 1
: Send1
Left Ctrl + 0
: SendGO!
Available Servers
Considering the security of server, you should join corresponding Ballance community according to your multi-play requirements. Then, you can get an available server. Also, you can create a personal BMMO server and play with it. Its method will be introduced in the following chapter.
If you want to play with Chinese Ballance players, you should join Multi-play QQ Group and get server URL within it.
Or, there is a big latency when you are connecting to Chinese BMMO server, or you want to play Ballance with over world Ballance players, you can join Ballance Discord server and get server URL from #multiplay
channel.
Deploy a Personal Server
In general, creating an BMMO server on a Linux server is easier than a Windows server. You can check out the GitHub repository's README file of this plugin to know how to deploy a BMMO server.
References
- ↑ Before 3.1.5-beta5, due to the implementation of BMMO,
Space
is not supported in message content. You need to use other symbol to split words if you need. For example, you can typewait/a/minute
orwait-a-minute
instead ofwait a minute
.