Original: Radu PrivantuTranslator Preface: This is an introductory article on how to develop a MMORPG, the author himself is a game developer, the text of the content from the practice, there is a high reference value. A lot of people want to have their own games, this article for those who want to develop their own game may be a paper gospel, may be a bowl of cold water. In any case, developing a game is not a simple thing. Here is the text of the tr
notes, reference the soul of the battle-C + + BlogOpen Source Server network library, https://github.com/davyxu/cellnet Welcome starGithub-davyxu/tabtoy for multiple commercial projects: high-performance, easy-to-use spreadsheet exporter across platforms Xu BoLinks: https://www.zhihu.com/question/21098952/answer/47703631Source: KnowCopyright belongs to the author. Commercial reprint please contact the author for authorization, non-commercial reprint please specify the source.Large
it is not well designed, it will be "arrhythmia ", "myocardial infarction", and then cannot support enough online users, operate "card", and finally die. Well-designed engines, such as wow and Eve Online, leave a lot of space for operation and planning, so that there is no "technical problem" in the game's success.In general, of course, it is to think that the more users a game is installed, the better. Of course, there are many practical constraints here. The first is in operation, the old pla
the site. (Translator Note: In fact, the site can be given to others to develop, if necessary);
Security management. Of course you don't want to waste your time on someone attacking your server!
Team organization ability. You need a team that you can lead and manage successfully;
Step Two: Preliminary planning
I've noticed that a lot of people are posting posts in different forums looking for team development MMORPG. Most of them are like this: "
Original article: http://blog.sina.com.cn/s/blog_574bf3ac0100e2v5.html
This article is the second chapter of MMORPG combat system details. You are welcome to participate in the discussion.
Chapter 1 injury
Since most combat systems use attributes as their core elements, why should we start with damage design? This is because the Combat System-related attributes will eventually be applied to the process where attackers launch attacks and are
that the action list here is the data in the logical setting object.Get status (Get state)Finds the corresponding state data pointer in the object's state table, based on the state.Get initialization status (GET init state)Gets the state of the initialization setting.Get the script ID (get scripts ID)Gets the current script ID.Invoke action (call action)Depending on the role of the object pointer, as well as the action handler, invoke the appropriate method of the script and return to the next
MMORPG games involve a large amount of configuration data during development. The configuration data has the following features:
1) configuration data is initialized and loaded at server startup;
2) configuration data will change frequently. configuration data of some important modules may be changed in almost every small version, such as skill system and task system;
3) Incorrect configuration data may lead to many unexpected bugs in the program;
4)
Here are two problems related to location synchronization in the development of the skill combat system.
(1)
In MMORPG games, for games with a variety of occupations, such as both near-attack and remote systems, planning usually involves close-to-attack occupations, coupled with charge-based skills, in order to balance the advantages of remote occupations in attack distance. The effect seen on the client is that the player plays the charge action whi
Tags: blog HTTP Io OS Ar data on LogHttp://www.oschina.net/question/12_22983Here is an article on macro understanding of the MMORPG server design. It is suitable for beginners. After reading this article, I will have a rough understanding of the server design, so that I can gain a deeper understanding of the interesting part.1. The first is a common server structure, including: Login server, Gateway server, Database Server (account database, role data
MMORPG
Game server design
MMORPG Unlike other online games on the LAN, it is an online game with over people connected to the entire internet.
End-to-end design is extremely important
Basic server settings
In large online games, it is usually designed as a C/S structure. The client no longer performs logic processing on data, but is just a sending and receiving device that receives operation infor
Book connection back
Last time, we divided the responsibilities of server groups into front-end servers, scenario servers, login servers, data servers... etc.
Logic-Service Logic-service DB-Service
|
-----------------------------------
|
Scene Manager
|
-------------------------------------
|
Front server front Server login server
|
Client client
However, after thinking, I found that this structure is a bit problematic.
What's the problem? After analyzing the gam
Here is an article on macro understanding of the MMORPG server design. It is suitable for beginners. After reading this article, I will have a rough understanding of the server design, so that I can gain a deeper understanding of the interesting part. 1. The first is a common server structure, including: Login server, Gateway server, Database Server (account database, role database, map database, etc.
Here is an article on macro-control
The "Burning expedition" is coming soon, and I am interested in WoW. From the current update content, I think Blizzard has mainly done two things: one is to launch some five-person copies; the other is to strengthen the PvP System, including modifying the honor system and launching the arena.
When you play the battlefield, you will find that even a good game like wow is so dull and boring. It can be said that PVP is the essence of most games. If a game like Starcraft and Warcraft 3 is not conne
unnecessary, large, and empty Scaling (reference standard: expansion is not used within one year after system design ). accurately predict the possible complexity of each function and isolate the complex functions.
2. How to design a Complex System
The process of designing a complex system is basically a process of gradually decomposing the problem into a relatively simple problem. Here we use developing a wow-like MMORPG as the proposition to descri
P {margin-bottom: 0.08in ;}
A brief summary of commonServer architecture of MMORPG games.
In the big aspect, Mainly includingMain Components of lanucherserver, gateserver/proxyserver, gameserver, and dbserver.
Launcherserver is the only game Operating ProcessIt is responsible for providing the list of available server groups and server-related information, such as the number of online users and the degree of busyness.Launcherserver is gen
I have a blog post about the game server.
Http://blog.csdn.net/liuxialong/archive/2011/06/12/6539762.aspx
However, the length is too long and too much attention is paid to details, which is suitable for deep reading.
Here we provide a kind of macro-control MMORPG Server DesignArticleIt is suitable for beginners. After reading this article, you can have a rough understanding of the design of the server, so that you can gain a deeper understanding of
Chop Fairy Record Full set of source (service side + client), "Chop Xian record" is a strong Chinese wind immortal MMORPG Web game, the background of the game from the Chinese magnificent variety of fairy tales and folk good biography, players can travel through time and different times of the famous characters meet, common deduction adapted from "Shan Hai Jing", "White Snake Biography" , "Qian female Ghost", "Painted Skin", "Jingwei", "Journey to the
Excerpt from: Multiplayer Online game server architecture
Http://wenku.baidu.com/view/aac987eae009581b6bd9eb8a.html
MMORPG load Balancing mechanism
1. Static distribution of players to the server
The average player is assigned to each server so that each server has the same number of players. The advantage of this approach is that the algorithm is simple, but the player moves on the map, so over time, at worst, there may be a lot of network tr
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.