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

Detect IE10 on XBOX

How do I detect IE10 on XBOX 360? Everything formats well--UNICORN passed completely--but HTML5 video does not display properly on IE for XBOX 360 with the styling I used (and no, the styling must remain the same). All other desktop browsers (IE9,…
Modular
  • 6,440
  • 2
  • 35
  • 38
1
vote
1 answer

Create shortcut to file on XBox Neighborhood

I'm trying to create a shortcut to a specific folder on my XBox360 devkit. I can navigate to the folder, and alt-drag a shortcut into Windows, just like any other folder. But this shortcut doesn't work. Double-clicking it does nothing. The only…
Darrel Hoffman
  • 4,436
  • 6
  • 29
  • 41
1
vote
2 answers

Make an app wirelessly connect to an Xbox 360 (ala Connect360, Rivet, Vuze)

Programs like Connect360, Rivet, and Vuze can wirelessly connect to an Xbox 360 and share videos and pictures on your Mac with it. How do they do this? The simplest answer would be that Microsoft offers some sort of API, but I haven't been able to…
jakeboxer
  • 3,300
  • 4
  • 26
  • 27
1
vote
1 answer

C++ Wait and sleep problems

Okay, I am working on a menu and how it works is every 3 seconds a new option comes up, but I am trying to make it so that within that 3 second period I can press a button to activate something now look here: dvar(-1, 0, "e \"Prestige and rank…
Mike Smith
  • 39
  • 4
1
vote
2 answers

Silverlight on Xbox

I have an application which works fin in Wp7 and Win8. It was be developed using Silverlight. In this time I need to develop the same application for Xbox 360. So, I found a little information that Microsoft promised SL on Xbox (for example in…
Roman Golenok
  • 1,427
  • 9
  • 26
1
vote
1 answer

Error when adding microsoft.kinect to XBOX Project

iam trying to develop a new Xbox game using microsoft kinect SDK 1.5 for windows. when i create a new XBOX360 project and add Microsoft.Kinect as a reference->type using Microsoft.Kinect and Build, it gives me an error telling: Warning 1 The…
1
vote
2 answers

Using C# to write an Xbox 360 Indie game with Python Scripting

I am not familiar with what C# can do, especially in the context of a Xbox 360 game, but is it possible to execute Python scripts from within an Xbox 360 Indie game? I've read several times that you'd want to write the game graphics and logic in a…
TankorSmash
  • 12,186
  • 6
  • 68
  • 106
1
vote
1 answer

Agent Based Simulations utilizing the XBOX 360 in C#

What is the best way to design an ABS using the XBOX 360 hardware? Can I follow my standard developing framework methodologies such as domain driven design? Are there frameworks out there that handle world creation and updates in C# for XBOX? Any…
Andrew Siemer
  • 10,166
  • 3
  • 41
  • 61
1
vote
1 answer

Why isn't the Xbox Controller Responding?

I am following the tutorial at CodeProject with input, and thought I would do some myself. So I have tried to generate the following code, but when I press the D-pad, or other buttons nothing happens. But when I press the Start and Back buttons, it…
Liam McInroy
  • 4,339
  • 5
  • 32
  • 53
1
vote
1 answer

Using gaming concepts to build user agents for market research purposes

I work for a market research company in the online space. We have been spending all of our cycles for over a year and a half building the next big thing in this space with regards to profiling our respondents (over time) to better place them in…
0
votes
2 answers

Xbox XNA Navigational logic for UI

I'm developing an application for the XBox using XNA, with a custom made UI framework. For this I developed a navigation system, the navigation system works as followed: The system exists of pages, each page contains child UI elements, which all…
Mortana
  • 1,332
  • 3
  • 15
  • 29
0
votes
1 answer

Compiling Ninject for Xbox360

I have read in a few places that you can compile Ninject to work with the Xbox360, however I have downloaded the source and cannot seem to get it to compile. So can anyone divulge how to do so (if it is indeed possible)? == Edit == I have added the…
Grofit
  • 17,693
  • 24
  • 96
  • 176
0
votes
1 answer

App hub & Xbox development membership

I accidentally signed up on app hub as an individual but meant to as a student. Is there anyway of switching this? The same live ID is signed up on dreamspark and verified already. I tried asking in the app hub forums, but I'm not getting any…
Chris
  • 7,270
  • 19
  • 66
  • 110
0
votes
3 answers

XNA error - file not found

I am working on XNA with XML reading. While I'm debugging the code its shows file not found error, but I added my XML file in Content reference folder. While I'm using this code I got the error. System.IO.Stream stream =…
0
votes
1 answer

I changed "hdd1\Content" folder with JTAG console, how to restore and update this folder

I changed "hdd1\Content" folder with JTAG console, how to restore and update this folder, because xbox hangs up. Thank you!
Sergey
  • 7,933
  • 16
  • 49
  • 77