• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>

            天行健 君子當自強而不息

            Getting Online with Multiplayer Gaming(6)

             

            Looking at the Server

            The game server is a specialized piece of software. It doesn’t need fancy graphics, kicking tunes, or even dedicated input functions. The server merely needs to process the actions received from connected
            players and, every so often, send updates to the clients.

            Once the server begins executing, it enters into a tight loop, continuously processing
            incoming network messages, updating all connected players based on their last
            known movement actions, and sending updates.

            Few network messages are received from the server—connection requests, disconnect
            notifications, and player actions. Those player actions are solely up to the
            game design, and with the demo game for this chapter, those actions include
            only players walking, standing still, or attacking with a weapon.

            As network messages are received from clients, the messages are stuffed into a
            message queue. Using a message queue
            speeds up network operations and leaves the majority of the work up to the main
            application (rather than the network code thread). The server maintains a message
            queue (a stack of messages) that holds all incoming messages. As a message comes
            in, it is added to the queue. The server continuously pulls out the oldest message
            and sends it off to various functions for processing. This process of message handling
            is illustrated in Figure 19.7.

            NOTE
            To keep things processing quickly, the server updates players only
            every 33ms, whereas client updates are sent approximately every
            100ms. Incoming messages (contained in the message queue) are
            processed every frame, however.

            The server deals with player connection requests by first checking whether there are
            any open slots for players. If so, the player data is requested from the client and saved
            in a local structure. All players in the game are notified that another player has
            joined the fray, and play goes on. A slot is freed up whenever a player disconnects.

            Player actions are quickly dealt with; all player actions simply change the state of
            the player. At this point, the only states used are those for walking, standing still,
            attacking, and being hurt. At every frame, those states are used to update the
            player. As player actions are received, the server sends them out to all other connected
            players so that the players can update their game states (between server
            updates, of course).

            Aside from dealing with network messages, the server updates the state of the
            players. If a player character’s last known state was walking in a certain direction,
            that player’s character continues to walk in that direction. The server, in all its
            authority, will perform collision detection to make sure those moving characters
            can’t walk through walls!

            NOTE
            By allowing only the server to update the game world, you eliminate
            cheaters (players who try to alter the game-play to their advantage).
            Cheaters typically work by sending bogus data to the server in
            the hope that they can move their player in impossible ways.

            For every action and state you add to your game, you add the logic to the server to
            process the characters. For example, the attack state requires the server to refuse
            further state changes from a player until the attack state has cleared (after one second).
            At the same time the attack is initiated by a client, the server will calculate
            which other clients were hit and the level of damage.

            Implementing the server is easy. After you create a sound base from which to
            work, you can easily begin adding more features to the server. Besides adding
            new actions that players can perform, you can also add features such as player
            account management. However, now it's time to take a quick peek at the client
            side of things.

            posted on 2007-12-18 17:48 lovedday 閱讀(145) 評論(0)  編輯 收藏 引用

            公告

            導航

            統計

            常用鏈接

            隨筆分類(178)

            3D游戲編程相關鏈接

            搜索

            最新評論

            久久天天躁狠狠躁夜夜av浪潮 | 久久婷婷五月综合国产尤物app| 性欧美丰满熟妇XXXX性久久久 | 久久综合亚洲色HEZYO国产| 国产成人久久精品一区二区三区| 久久久久久av无码免费看大片| 国产免费久久精品99久久| 久久伊人精品青青草原高清| 久久国产色AV免费观看| 国内精品久久久久影院日本| 久久亚洲国产成人精品性色| 99久久精品午夜一区二区| 色婷婷综合久久久中文字幕| 亚洲AV无码久久| 狠狠色丁香婷婷综合久久来来去| 亚洲成色999久久网站| 久久伊人五月天论坛| 日韩精品久久久久久久电影蜜臀| 看久久久久久a级毛片| 精品人妻伦九区久久AAA片69 | 综合网日日天干夜夜久久| 久久99国产精品99久久| 久久久这里有精品中文字幕| 亚洲愉拍99热成人精品热久久| 久久久久久久国产免费看| 久久婷婷五月综合成人D啪| 国产一级持黄大片99久久| 青青青青久久精品国产h久久精品五福影院1421| 久久经典免费视频| 伊人色综合久久天天| 久久久久久无码Av成人影院| 精品久久久久久久国产潘金莲| 久久久婷婷五月亚洲97号色| 久久综合亚洲鲁鲁五月天| 理论片午午伦夜理片久久| 久久久精品人妻无码专区不卡| 久久久久AV综合网成人| 久久综合噜噜激激的五月天| 久久久久亚洲AV无码网站| 日韩精品久久无码中文字幕 | 久久久久久久久无码精品亚洲日韩|