Network -- add rich status information

Source: Internet
Author: User
Tags network function
Problem

You want to set rich status information for gamers that can be displayed to other Xbox Live players who can see it through the Xbox guide or on the http://www.xbox.com website.

Solution

Most games can add rich status information to players so that other players can see what game players are playing and what they are currently playing. You can set this information in the gamer. signedingamers [0]. Presence attribute.

Working Principle

With the xNa network function, you must first ensure that the player has logged on to Xbox Live before setting the player's rich status information. You can select from 60 presencemodes, which is very easy for logged-on players:

Gamer. signedingamers [0]. presence. presencemode = gamerpresencemode. atmenu;

All presencemodes are shown in Table 8-1.

Table 8-1 60 presencemodes

For certain modes (stage, level, score, coopstage, and versusscore), you can set a value to indicate the player's stage or level or current score. The following example shows that the player is on the 15th mark:

Gamer. signedingamers [0]. presence. presencemode = gamerpresencemode. level; gamer. signedingamers [0]. presence. presencevalue = 15;

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.