|
12 | 12 | </div>
|
13 | 13 | <!-- <p class="introducing">Introducing...</p> -->
|
14 | 14 | <h1>KBEngine</h1>
|
15 |
| - <p class="byline">An open source MMOG server engine, the clients and server communications can through a simple protocol. |
16 |
| - To use the KBEngine-plugins quick combine with (Unity3D, UE4, OGRE, HTML5, etc.) to form a complete client. |
17 |
| - Engine framework written using C++, game logic layer using Python(Support the hotfix), developers do not need to re-implement some common server technology, |
18 |
| - allows developers to concentrate on the game logic development, quickly create a variety of games.</p> |
| 15 | + <p class="byline">KBEngine is an open-source MMOG server engine. |
| 16 | + Clients can communicate with the server through a simple protocol. |
| 17 | + KBEngine plugins can be quickly combined with (Unity3D, OGRE, Cocos2d-x, HTML5, |
| 18 | + etc.) technology to form a complete game client. The server-side low-level |
| 19 | + framework is written in C++, and the game logic layer uses Python (supports hot-fixing). |
| 20 | + Developers do not need to repeatedly implement the underlying |
| 21 | + technologies common to some game servers, and instead can focus their efforts |
| 22 | + on the game development level, to quickly build various multiplayer games.</p> |
19 | 23 |
|
20 | 24 | <div class="buttons">
|
21 | 25 | <a id="download-button" href="https://github.com/kbengine/kbengine/releases/latest" class="btn btn-primary btn-large" onclick="_gaq.push(['_trackEvent', 'Masthead Actions', 'download']);">Download</a>
|
@@ -50,61 +54,61 @@ <h1>KBEngine</h1>
|
50 | 54 | </div>
|
51 | 55 |
|
52 | 56 | <div class="section features">
|
53 |
| - <h1>What are the characteristics?</h1> |
| 57 | + <h1>What are the features?</h1> |
54 | 58 | <p class="byline">You'll love it</p>
|
55 | 59 |
|
56 | 60 | <div class="row">
|
57 | 61 | <div class="span4">
|
58 | 62 | <img class="feature-icon" src="assets/img/glyphicons/glyphicons_043_group.png">
|
59 | 63 | <h2>Many people online</h2>
|
60 |
| - <p>Support large numbers of users at the same time real-time interaction.</p> |
| 64 | + <p>Supports large numbers of users interacting in real-time.</p> |
61 | 65 | </div>
|
62 | 66 |
|
63 | 67 | <div class="span4">
|
64 | 68 | <img class="feature-icon" src="assets/img/glyphicons/glyphicons_342_hdd.png">
|
65 | 69 | <h2>Server backups</h2>
|
66 |
| - <p>Support the regular automatic backup and manual backup.</p> |
| 70 | + <p>Supports regular automatic backups and manual backups.</p> |
67 | 71 | </div>
|
68 | 72 |
|
69 | 73 | <div class="span4">
|
70 | 74 | <img class="feature-icon" src="assets/img/glyphicons/glyphicons_319_sort.png">
|
71 |
| - <h2>Works with linux/windows systems</h2> |
72 |
| - <p>Linux supports (x86/x64): Ubuntu, Debain, Centos, Redhat. Others not tested. |
73 |
| - supports all versions of Windows, but Windows version only for debugging.</p> |
| 75 | + <h2>Supports Linux/Windows systems</h2> |
| 76 | + <p>Linux support (x86/x64): Ubuntu, Debian, CentOS, Redhat. Others not tested. |
| 77 | + Supports all versions of Windows, but Windows is only recommended for debugging.</p> |
74 | 78 | </div>
|
75 | 79 | </div>
|
76 | 80 |
|
77 | 81 | <div class="row">
|
78 | 82 | <div class="span4">
|
79 | 83 | <img class="feature-icon" src="assets/img/glyphicons/glyphicons_208_cart_out.png">
|
80 |
| - <h2>Improve client sdk</h2> |
81 |
| - <p>Clients have to do is receive event data is then rendered. Support Ogre, Unity3d, Cocos2d, Html5 etc.</p> |
| 84 | + <h2>Simple client SDK</h2> |
| 85 | + <p>All clients have to do is receive event data and render it. Supports Ogre, Unity3d, Cocos2d, Html5, and more.</p> |
82 | 86 | </div>
|
83 | 87 |
|
84 | 88 | <div class="span4">
|
85 | 89 | <img class="feature-icon" src="assets/img/glyphicons/glyphicons_119_adjust.png">
|
86 | 90 | <h2>Easily configurable</h2>
|
87 |
| - <p>Configure how KBE operates in the <code>(assets)/res/server/kbengine.xml</code> and <code>kbe/res/server/kbengine_defaults.xml</code> file. Sensible defaults mean you won't need to alter much, but allow changing anything you can think of. </p> |
| 91 | + <p>Configure how KBE operates in the <code>(assets)/res/server/kbengine.xml</code> and <code>kbe/res/server/kbengine_defaults.xml</code> files. Sensible defaults mean you won't need to alter much, but you are able to change anything you can think of. </p> |
88 | 92 | </div>
|
89 | 93 |
|
90 | 94 | <div class="span4">
|
91 | 95 | <img class="feature-icon" src="assets/img/glyphicons/glyphicons_040_stats.png">
|
92 |
| - <h2>Load Balancing</h2> |
93 |
| - <p>To more efficient use of limited hardware, Dynamic load balancing technology in the high-load engine will still be able to work better.</p> |
| 96 | + <h2>Load balancing</h2> |
| 97 | + <p>In order to utilize limited hardware more effectively, dynamic load balancing technology keeps the engine running smoothly under high loads.</p> |
94 | 98 | </div>
|
95 | 99 | </div>
|
96 | 100 |
|
97 | 101 | <div class="row">
|
98 | 102 | <div class="span4">
|
99 | 103 | <img class="feature-icon" src="assets/img/glyphicons/glyphicons_374_claw_hammer.png">
|
100 |
| - <h2>Strong supporting tool</h2> |
101 |
| - <p>Online debug, view status, startup and shutdown.</p> |
| 104 | + <h2>Powerful support tools</h2> |
| 105 | + <p>Online debugging, status viewing, startup, and shutdown.</p> |
102 | 106 | </div>
|
103 | 107 |
|
104 | 108 | <div class="span4">
|
105 | 109 | <img class="feature-icon" src="assets/img/glyphicons/glyphicons_044_keys.png">
|
106 | 110 | <h2>Simple game design</h2>
|
107 |
| - <p>Only need to use Python script can efficiently complete the game design.</p> |
| 111 | + <p>Just use Python to quickly design your game. The low-level framework is safe and reliable, ensuring efficiency.</p> |
108 | 112 | </div>
|
109 | 113 |
|
110 | 114 | <div class="span4">
|
@@ -132,7 +136,7 @@ <h2>Open Source</h2>
|
132 | 136 |
|
133 | 137 | <div class="span3">
|
134 | 138 | <h2>Screenshots</h2>
|
135 |
| - <p>you might like. <a class="ga-track" href="{{ site.baseurl }}/screenshots/">preview</a></p> |
| 139 | + <p>You might like it. <a class="ga-track" href="{{ site.baseurl }}/screenshots/">Preview</a></p> |
136 | 140 | </div>
|
137 | 141 | </div>
|
138 | 142 | </div>
|
|
0 commit comments