Questions tagged [xbox360]

The Xbox 360 is a video game console made by Microsoft and is the successor to the original Xbox. Development languages include C#, C and C++.

The Xbox 360 is the second video game console released by Microsoft, after 2001's . The Xbox 360 competes against the Nintendo and Sony . All three are called "next-generation" or "seventh generation" consoles. The Xbox 360 was officially revealed on MTV on May 12, 2005.

Development

Xbox 360 development is largely split into two distinct sections:

  1. XNA Development
    This involves using the XNA Framework to develop games/applications, and is done through AppHub. You can find the tools for development (XNA Game Studio) here. Anything developed using these tools must be written in C#.NET and can only be released onto the Xbox LIVE Marketplace as an 'Indie Game' (after passing the review process, of course). To debug your XNA app on the console itself, you need a membership. Another thing to note is that Xbox 360 apps can't access the Internet at all - all communication goes through Xbox LIVE or System Link.

  2. Professional Development
    This covers the development of complete Xbox 360 titles, and requires that you be part of the Xbox 360 Registered Developer Program. Once a development license is obtained (and the NDA is signed), Microsoft provides developers with access to the official Xbox 360 SDK and development hardware, which includes full Visual Studio integration and documentation for developing native Xbox 360 applications and libraries using C/C++. The development kit hardware comes in a few flavours and supports debugging from Visual Studio via ethernet, DVD emulation via USB, etc. For more information on the professional development program, see this information.

Referenced from this answer.

Resources:

231 questions
1
vote
1 answer

Change which player the Xbox controller represents?

Does anyone know if there is a way to change which portion of the ring is lit on the Xbox controller? For instance, I want the first controller to be plugged in to represent player 2 (if player 1 opts to use keyboard/mouse input) Thanks.
Ryan Kearney
  • 1,071
  • 11
  • 14
1
vote
1 answer

C++ XInput and XBOX 360 controller never connects

I'm trying to connect an XBOX 360 controller to get input for a program, but my program will never register a connected controller -- I have confirmed the controller is connected. I'm running Windows, programming in C++, and using QT for my IDE. My…
Bdudely
  • 21
  • 2
1
vote
1 answer

C# How to get files from an xbox directory

I am trying to get a list of all files in a specific xbox directory as shown below, however I get a 'System.NotSupportedException' - Additional information: The given path's format is not supported. var path = @"XE:\MyDirectory"; var files =…
virtual
  • 11
  • 1
1
vote
1 answer

Display IR image from XBOX 360 using Open Kinect via Python and OpenCV

I would like to display on the computer screen the infra-red camera using an XBox Kinect 360. This code below will open a new frame but the display is just a back frame and not the IR video feed. How can I get the frame to display the IR…
GBG
  • 233
  • 5
  • 17
1
vote
1 answer

Point Cloud from Kinect using Freenect and Python

I have an XBox 360 Kinect Sensor connected via Linux Mint. I am trying to create a CSV file where the Z values represent the distance from the sensor-in short, I want to use the Kinect as a short-range 3D scanner. I have the code below producing a…
GBG
  • 233
  • 5
  • 17
1
vote
1 answer

Xboxdrv "windows/super" key EV_KEY name

I want to map windows/super keyboard key in my xboxdrv config but KEY_SUPER or KEY_WINDOWS doesn't work. what is the EV_KEY name of the "super" key? (I mean key with windows logo on many keyboards)
yaneq6
  • 151
  • 8
1
vote
0 answers

DependencyProperty not being attached

SetFocusIndex is called when navigating away from a view. This should register/attach a DependencyProperty to the specified control. GetFocusIndex is called upon returning to the view. This should extract the registered/attached DependencyProperty…
Fabii
  • 3,820
  • 14
  • 51
  • 92
1
vote
1 answer

Load URL + JavaScript action

I'm trying to get my users to download "maps" from bungie.net from my website. Example map: http://www.bungie.net/Online/Halo3UserContentDetails.aspx?h3fileid=31604914 Link users need to click to download map:
NeedsHelp
  • 11
  • 2
1
vote
0 answers

xbox 360 IE browser testing

potentially obscure, but we've just had a dev request come through to specifically support Internet Explorer on the Xbox 360 (not One) browser. I've raised a feature request with BrowserStack but they don't currently support it have and neither does…
Rich
  • 970
  • 2
  • 16
  • 42
1
vote
1 answer

(GET HTTP Request) C++ sockets using winsock.h

Okay, before anyone jumps to conclusions (and do to the fact of me keeping this relevant to others), basically, I'm trying to make a Get Request with sockets in C/C++ using Winsock.h. [Main problem existing in running of the SocketRequest…
1
vote
0 answers

emulate xbox 360/one using a HID device

I'm trying to emulate a xbox 360/one controller using a HID device that is already connected to the PC. I can read data from it and I will have to map it to the XInput structure. Is there another way to do this without building a virtual driver to…
Bogdan
  • 349
  • 1
  • 4
  • 15
1
vote
1 answer

XBox 360 Dashboard Plugins

Is it possible to create plug ins for the Xbox 360 dashboard? I was looking to turn the 360 into the hub for the family. So you could for example turn the xbox on, and there on the dashboard see all the families calendars merged, todo lists, grocery…
ChoccyButton
  • 115
  • 9
1
vote
2 answers

C# - Winforms webBrowser

How can i pass the URL property in web browser into an if statement.... private void button2_Click(object sender, EventArgs e) { var GameStats = comboBox1.Text; if (GameStats == "BattleField: Bad Company 2") { …
user377419
  • 4,681
  • 13
  • 42
  • 56
1
vote
2 answers

C# - Xbox Live Stat Grabber

I'm working on an xbl stat grabber. I have a problem I dont understand how to get the "gamer card" Heres an example : http://www.youtube.com/watch?v=6HA-uz_v6A0&feature=related I already have the avatar but I don't get how you can grab the stats and…
user377419
  • 4,681
  • 13
  • 42
  • 56
1
vote
1 answer

60K+ Sprites on the 360?

Just wondering - throwing ideas in my head - about starting a new XNA project for the 360. I would like it to be retro-old school, and emulating scanlines and color palettes and such. As part of this idea, what I would ideally like to do is…
Jeffrey Kern
  • 2,024
  • 20
  • 40