PwneeStudios / Cloudberry-Kingdom

Original C# version, runs on Xbox and PC.
3 stars 4 forks source link

TCR # 015 BAS Sign-in Changes #9

Open FearTheTJ opened 11 years ago

FearTheTJ commented 11 years ago

Requirement Games must properly detect and handle player profiles signing in or out in all areas of the game.

Remarks Players may sign in or out at any time via the Xbox Guide. The console issues an XN_SYS_SIGNINCHANGED system notification when this occurs. In addition, games may consult the XUserGetSigninState function. It is sufficient to return to the main menu if the game cannot update its game state to match the new sign-in state. Players may also be signed out of Xbox LIVE because of a duplicate sign-in. Single-player modes that do not rely on Xbox LIVE services can generally ignore Xbox LIVE sign-in changes.

FearTheTJ commented 11 years ago

quick join + sign in = DOPPELGANGER!

FearTheTJ commented 11 years ago

small adjustments needed.