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
3
votes
1 answer

Confused with PowerPC's Registers's Value(s)?

So, I've been going along learning PowerPC for simple reversing projects for Xbox, but I always get tangled up on things like this. lwz r11, 0(r29) # Loads 0x34 from 0x10710 and stores in r11 lwz r10, 4(r29) # Loads 0x64 from…
3
votes
1 answer

How to convert mkv movies to mp4 for streaming to XBox 360

I recently purchased a Synology Diskstation DS412+, and I have a number of .mkv movies which I would like to convert/transcode to mp4 files, so that I can stream them directly to my XBox 360. I use Handbrake on my laptop, but I would rather have…
Rob Gwynn-Jones
  • 677
  • 1
  • 4
  • 14
3
votes
1 answer

Mp2t video internet explorer

I cannot get xbox-360 Internet Explorer to play a mpeg-2 ts (h264/AAC) file from an html5 video tag within a browser page. Do I need to install a plugin or something to get IE to play it? I can get an h264 mp4 video to play from a web page in IE…
hockey_dave
  • 524
  • 1
  • 7
  • 18
3
votes
2 answers

Does anyone know if there a .NET API for Project Natal?

I have just discovered Project Natal from Microsoft, it looks pretty cool and was wondering if there was any starting points for developers to get into it?
Robin Vessey
  • 4,329
  • 1
  • 23
  • 21
2
votes
1 answer

Resetting XNA attribute changes caused by functions like SetRenderTarget()

I'm new to XNA and am wondering if there is some builtin workflow for restoring the graphics stack to a given state. For example, I noticed after a sprite render to my 3D scene, the 3D portion stopped working after calling SpriteBatch.begin() and…
voodoogiant
  • 2,118
  • 6
  • 29
  • 49
2
votes
2 answers

Poor performance on 360 and WP7

I've just got my 2D sprite game running on the 360 and WP7 and it's far slower on these than the Windows counterpart. The FPS is about a frame a second, but on windows its smooth. I'm using Farseer the latest version in this. Is there anything on…
Simon Jefferies
  • 415
  • 4
  • 16
2
votes
1 answer

Can I query my / my friends games on Xbox Live?

Is there any way for me to query via C# on a web or desktop application all my games on Xbox Live ?
Machado
  • 741
  • 2
  • 6
  • 19
2
votes
1 answer

how do you debug Microsoft Media Platform on xbox?

I am trying to run the sample Microsoft Media Platform plugins on the xbox (MMPPF.Addons). I am able to compile the project in visual studion 2010 and deploy it to the xbox (I have a xbox debug box that supports lakeview platform.). I am able to run…
Vicky
  • 1,379
  • 6
  • 18
  • 29
2
votes
1 answer

Xbox 360 XNA HLS Streaming

I am interested in creating a simple HLS Viewer for the Xbox 360 that works kind of like SilverLive. I have read about as much documentation oh HLS that I can find and am not sure where to continue. I feel like I could probably write the code to…
CuddleBunny
  • 1,941
  • 2
  • 23
  • 45
2
votes
3 answers

Getting game stats from XBox Live and PSN

Is it possible to get game stats (who's playing, who wins, etc) from games that are played on XBox Live and PSN? Are there any additional constraints, such as: Does the game need to support some additional API? Do I need to have direct access to…
Abdullah Jibaly
  • 53,220
  • 42
  • 124
  • 197
2
votes
1 answer

What is the "advised" way to load external data into an XNA4.0 Game?

I am currently working on a game destined to be submitted to the XBLIG. My question is quite simple, I was wondering which is the "advised" way to load data via an external XML file. I need this at least for develpment (on PC) so that the Game…
3nixios
  • 357
  • 2
  • 12
2
votes
5 answers

Connect my 360 to an application

Is there a way (using .net) to connect an application i write to the 360? What I want to do is write a custom media sharing application, and have the contents stream to an xbox. I see that there is an application for the mac called Connect360 that…
user60456
2
votes
1 answer

Writing Windows Media Center Extender

I recently purchased an XBox 360 and was first introduced to the term "Media Extender". I didn't realize that windows had the ability to stream content to an XBox and was very surprised and excited. I also noticed that people wrote their own…
hackerhasid
  • 11,699
  • 10
  • 42
  • 60
2
votes
1 answer

What ports are open on xbox? Will it respond to pings/TCP connection?

I'm trying to write an application to shut down my pc when I shutdown my xbox. The issue I'm having is my xbox dosent seem to respond to pings. I downloaded a port scanning tool and that didn't find any open ports on it. So I put up wireshark and…
Tom Squires
  • 8,848
  • 12
  • 46
  • 72
2
votes
1 answer

I need some help to understand USB Game Controllers (HID devices)

I apologize for the weird title but it is the best that I can come up with right now. So I have a project where I am building a HID device that will act as a game controller. I am thinking to emulate the controller so that it appears as an Xbox 360…
philm
  • 797
  • 1
  • 8
  • 29