Tagged Questions

Xbox is a video game console made by Microsoft.

learn more… | top users | synonyms

11
votes
2answers
547 views

The XBox 360 TCP stack does not respond to TCP Zero Window Probes with a 0-byte payload

I'm experimenting with an Android app that streams Music via UPnP to an XBox. The streaming works for the most part, but quite frequently, after a minute or two, the streaming stalls, especially when ...
4
votes
3answers
5k views

Where to save high scores in an XNA game?

I'm making a simple 2 player game in XNA and started looking into saving the player's high scores. I want the game to work on the XBox 360 as well as Windows, so I have to use the framework to save ...
3
votes
1answer
68 views

Is “indie” app development for Xbox 360 possible?

Microsoft has introduced App Hub as a publishing portal for WP7 and Xbox 360. However, for the Xbox 360, there only seems to be support for adding and Xbox Live Indie Game project. Given the recent ...
3
votes
2answers
1k views

C# - Can't resolve XInput namespace in DirectX SDK (November 2008)

i'm just starting to play around with directx and i've read a few articles on the internet that use xinput to interface with the xbox controller. but when i try to use it in my c# app, i can't seem ...
2
votes
2answers
113 views

Collection with very fast iterating and good addition and remove speeds

I'm after a collection that I can iterate through very fast. I'll also be adding items and removing (specific) items fairly regularly and so ideally would like those operations to be fast too. I'm ...
2
votes
2answers
38 views

Xbox development not on Vista or 7

I've been looking into developing for Xbox and kinect, but I keep reading you need Windows vista or 7. Is there a workaround or anyway to use either a Mac, Linux, or Windows XP? I've tried to install ...
2
votes
2answers
141 views

Can (and how can) XNA studio be used to generate stereoscopic 3D on an Xbox 360 plugged into a 3D TV?

I guess the title says it all... can XNA Game Studio be used to generate stereoscopic 3D on an Xbox 360 plugged into a 3D TV? If so, what are the key API calls that I should look at, or where can I ...
2
votes
3answers
445 views

scraping Xbox Live member current activity

I'm looking into how to get a Xbox Live member's presence (i.e. Not Online, Online playing _). The only way is to be signed into Xbox.com, visit the player's page, and scrape some text from a div. ...
2
votes
2answers
1k views

Get a users Xbox Achievements list?

Is there a way to get a user's achievements list from Xbox without dealing with screen scraping etc.? How do sites like http://www.trueachievements.com do it? (they're definitely not screen scraping ...
2
votes
3answers
249 views

Can XNA Game Studio be used to distribute games in multiple regions such as Australia and US?

I imagined that publishing a game to xbox live would make it available all around the world. It seems that this is not the case because there are far more titles available on xbox live in the USA ...
1
vote
1answer
117 views

Is it possible to develop for the Kinect sensor without having an Xbox 360?

Is it possible to develop for the Kinect sensor without having an Xbox 360? We would like to use the Kinect to develop an augmented reality application, but we're not sure if we need to get an Xbox ...
1
vote
2answers
157 views

xbox performance gotchas

Background: I have a game that i've been primarily testing on a (lowish spec) laptop. It runs fine. When testing on the xbox there is one method that appears to be seriously effecting performance/fps ...
1
vote
1answer
267 views

how do this: internet - android - ubuntu - xbox360 [closed]

I want to connect a xbox 360 to internet via an ubuntu 10.4 laptop that has internet connection through an usb-connected android 2.2 phone. I have no problem getting internet to the laptop from the ...
1
vote
1answer
208 views

What's PPC and how can I use it to make an xbox rebooter?

So I've always been interested in a type of modified xbox 360 called a jtag. Apparently do to some system checks implemented by microsoft they can no longer connect to xbox live and I want to give ...
1
vote
0answers
358 views

ActionScript support for straw man skeleton in Open-NI NITE (Windows platform)

I am interested in using XBox Kinect device on Windows (eventually with Mac) machine together with Open NI/NITE. I need to use advanced skeleton/straw man features of NITE. I saw this exciting ...
1
vote
3answers
297 views

Grab Xbox live friends list from bungie

Hey all, I'm trying to grab and display a friends list from bungies friends list.aspx file: https://www.bungie.net/Stats/LiveFriends.aspx and display them in a desktop application.. VB or something ...
1
vote
0answers
218 views

Programming Xbox: creating non-game applications for Xbox 360

Our latest product is a gaming-center management software, currently taking good care of client PCs used by gaming center users. Since the number of gaming centers employing gaming consoles is rising ...
1
vote
2answers
407 views

XNA: How to convert a game to be compatible with the Xbox 360?

I have a C# XNA game that I'd like to test on the 360. How do I do this, in terms of what I need to do to the Visual Studio project? For instance, how can I define certain actions will only take ...
1
vote
2answers
193 views

Does Box2d work on Xbox?

I'm developing a game in XNA. It would be nice for it to be compatible with Xbox. Does Box2d work on Xbox? Is there some way to include any third party libraries I use?
1
vote
2answers
595 views

Interested in Grabbing XBOX Friend's List

I would like to get the list of XBOX friends for a certain gamercard (http://live.xbox.com/en-US/profile/Friends.aspx) and display it in a widget for my site. I know that there are alot of iPhone ...
0
votes
2answers
36 views

How do I render a full body with skin using Kinect skeleton data?

Using the Kinect API I can get "skeleton" information, how do I use this to render a full body with volume, skin a face, etc?
0
votes
0answers
21 views

Xbox, PS3, Wii Parental lock API/SDK

Sorry if this is a general question but I cannot locate this information (their SDK's are mostly locked) Do the SDKs for Xbox, PS3, Wii have an API/access to parental lock facility? Can I make an app ...
0
votes
1answer
9 views

GamePad.SetState()?

I was trying to emulate a xbox controller in pc. I searched and found out that you have to do it with WDK ( Windows Device Kit ). Too hard for me to create a virtual driver. So instead i fall back to ...
0
votes
0answers
37 views

Is there hardware and/or software to spoof a controller for Xbox 360

I want to create a controller for my xbox 360. Ideally I would like to create a racing wheel to play forza with, because, unfortunately, as any avid racing gamer with a 360 knows, the wheel market for ...
0
votes
0answers
63 views

Error creating service xinputgamepad when using XBOX Controller to connect Lego NXT to MRDS

I'm trying to implement the simple Robotics example connecting my Lego NXT to MRDS using an xbox controller (Microsoft Robotics Studio and Lego Mindstorms NXT) Everything compiles fine but when I go ...
0
votes
1answer
89 views

XNA XBOX highscore port

I'm trying to port my pc XNA game to the xbox and have tried to implement xna easystorage alongside my existing pc file management for highscores. Basically trying to combine ...
0
votes
1answer
47 views

XNA - Using System.Net in a Windows Proxy

I want to take a separate Stackoverflow post a step further. In that post, it mentions that Windows versions of an XNA application can use the System.Net namespace and all its awesomeness for creating ...
0
votes
1answer
160 views

Show Xbox Live Online Status? [closed]

Possible Duplicate: .NET XBox Live Account API I'm looking into how to get a Xbox Live member's presence (i.e. Not Online, Online playing _). The only way is to be signed into Xbox.com, ...
0
votes
1answer
38 views

Where can I find some podcasts or something similar about the Kinect SDK [closed]

I want to find out more about programming with the Kinect SDK for windows, so I would like to watch some podcasts or something similar. Where can I find some?
0
votes
1answer
154 views

Developing for Kinect on the Xbox

I am working on building a prototype for an game that will eventually be commercial but is not at present. Since I am not a licensed Xbox developer, I don't have access to the official Microsoft XDK. ...
0
votes
0answers
40 views

Xbox Windows Media Center recording status

Is there a plugin, or a way to develop a plugin, that will show the recording status on the Xbox (Media Center Extender)? I have multiple tuners. It would be nice on the Xbox MC title screen to see ...
0
votes
0answers
212 views

Login users on xbox.com using ASP.NET WebClient?

I was wondering how I could allow users to login to xbox.com using the WebClient class. I've got the following code so far, but I get an incorrect password/user combination error. NameValueCollection ...
0
votes
1answer
123 views

How can i call an existing javascript function in greasemonkey?

i'm trying to write a script that will select all friends in the xbox.com message center in order to send a M2AF (message to all friends) without having to manually select all of them. ...
0
votes
1answer
295 views

Thumbstick control of GUI cycles through menu options too fast!

I am working on developing menu systems for a very simple pong test I made, and have run into some trouble with the thumbsticks. Several examples I have seen show the code to move up and down options ...
0
votes
1answer
124 views

Writing a program that will use an xbox controller and a pic to control motors

I am looking for advice on where to start with regards to writing a c code program that will use an xbox controller and a pic to activate motors. Would anyone have advice on where to start? Thank ...
0
votes
0answers
383 views

Consuming XBOX Live Web Services with Java SOAP client

If it is SOAP, in theory it should be very possible, but have anyone tried this in practice. Basically I need to write some Java code to get the gamertag for an authenticated windows live id. ...
0
votes
3answers
2k views

How do I obtain the Natal SDK?

How do I obtain the Natal SDK? Where to take it from (google had not given me lot of help)
0
votes
1answer
140 views

Is there any way to send noraml keyboard commands to xbox via a usb cable from pc throught programming

Is there any way to send normal keyboard commands to xbox via a usb cable from pc throught programming Needed answer asap. Regards, Apurva
0
votes
1answer
275 views

Need to use D3DFMT_LIN_A8R8G8B8 instead of D3DFMT_A8R8G8B8 for textures to show correctly on Xbox 360 while this is undefined on the PC. LIN stands for Linear

In the Xbox 360 I found out that I have to use D3DFMT_LIN_[xxxxxxx] instead of just D3DFMT_[xxxxxxx] since the textures wouldn't work with D3DFMT_LIN on the 360. As the tite says the LIN part stands ...
0
votes
1answer
789 views

Fastforward and rewind music in XBMC

As I was listening to the Stack Overflow Podcast #54 in XBMC on my XBOX I wanted to skip back a bit and hear something again. To my chagrin the controls for seeking like in the video app weren't ...
0
votes
1answer
80 views

Anyone have more details on a XBox 360 Console History Export Project?

Recently, at the Charlotte 2009 Code Camp someone was telling me about a project/product that would export the history of a XBox 360 Console and then create some kind of diary or journal for the XBox. ...
-1
votes
0answers
21 views

Issue with sending a mail to XBOX from Kienct Application [closed]

Possible Duplicate: is it possible to send a mail from XNA? I'm Developing a application in XNA for XBOX 360 with Kinect.Now my requirement is sent a sample to XBOX live account through my ...
-2
votes
1answer
97 views

Can you DD an Xbox 360 Hard Drive? [closed]

I've had a first gen Xbox since the first month it came out, and it is still in great condition, but the new bleeding edge games (i.e. L.A. Noire) are starting not to play. I have a bunch of XBLA ...