Running a MOBA Game on Virtual Machines
Last updated
Last updated
MOBA (Multiplayer Online Battle Arena) is based on the game scene of the arena, which is a multiplayer online real-time strategy game with the characteristics of real-time combat and high requirements for latency. Therefore, the deployment of most battle environments needs to be close to players and require mutual communication among different regions worldwide.
In the process of global coverage for real-time battle games like MOBA, an architecture is adopted that consists of edge battle nodes for edge coverage and core nodes for central deployment. The edge battle nodes are responsible for real-time interaction during user battles, while the core nodes handle functions such as game user authentication, login, and recharge.
By using Zenlayer's virtual machines, edge battle nodes can be quickly deployed near the user side within a global scope, and they can scale and expand elastically according to user volume and business scale.
For this demo, we will be using Zenlayer virtual machine. Assume you deploy your central node on the public cloud - AWS, and deploy your battle nodes on Zenlayer cloud in Hong Kong (HKG), San Paulo (SAO) and Frankfurt (FRA).
See Virtual Machine Creation for the basic steps for deployment. The specific configurations are as follows.
First, create your virtual machines on zenConsole.
For the long-term used nodes, here is battle node HKG, choose the cost-effective subscription pricing model; for the elastic battle node FRA, choose the flexible pay-as-you-go pricing model.
To achieve a better gaming experience, you're recommended to choose the general-purpose model or the high-performance model of 8 cores vCPU and 32 GB RAM.
Choose a stable and game-friendly image. Typically, Windows operating systems are the most commonly used choice due to their wide compatibility and support. Make sure to install the latest operating system updates and drivers on the virtual machine to ensure optimal performance and compatibility. You can also create your own image.
You're recommended to configure a 200 GB system disk. If you need more storage space, add additional data disks.
Here we get three virtual machines.
Ensure a stable connection between the virtual machine and the network, and configure appropriate network settings.
See AWS documentation for how to deploy your game on public cloud.
Connect your central node and battle nodes via public network. You can configure the security group to control inbound and outbound traffic for the instance. This can help protect the virtual machine from potential security threats.
Please note that the best practices for setting up a MOBA virtual machine gaming environment may vary depending on the specific game and virtualization environment. Understanding the requirements of the game and the specific settings of the virtualization software will help you build an environment that suits your needs.