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
0
votes
2 answers

Read achievements from Xbox Live

I'm looking for the best way to find out which achievements an Xbox Live username has for a certain game. I'd also like to be able to see secret achievements. Is there a way to do this?
James Monger
  • 10,181
  • 7
  • 62
  • 98
0
votes
1 answer

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
Apurva Saxena
  • 448
  • 1
  • 5
  • 13
0
votes
1 answer

Parse decimal from textblock (string) and convert to hexidecimal

Okay so lets say I input this in to a rich textbox: private void noRecoilOn() { this.Jtag.WriteUInt32(2200480928u, 1024u); } private void noRecoilOff() { this.Jtag.WriteUInt32(2200480928u, 0u); } I want to be able to parse out the decimals…
user2692560
  • 71
  • 2
  • 9
0
votes
1 answer

Mediaserver for XBOX360

as i want to do some programming in my freetime (yeah i need another project), i thought of a mediaServer for my xbox360 (like tversity or ps3 mediaServer). what do i want to stream? normal movie content (which could be streamed via…
user57508
0
votes
1 answer

Searching Memory For Specific Values C# (Xbox 360)

EDIT: I think I have an idea of a possible solution for the actual searching of values. By making sure the user input ends in 0 the issue should be resolved. This would involve subtracting the last digit from the uint (which I do not know how to…
Matt
  • 621
  • 1
  • 6
  • 24
0
votes
1 answer

how to change joystick controlls in xna

exactly the title. i need it for my game. i know how to change controlls on some games trough some programms that do exactly that, but i want to go into options screen, go change controlls, choose whether i will play on joystic or keyboard and then…
Monset
  • 648
  • 5
  • 25
0
votes
1 answer

How to know if the player is signed in?

I was wondering if there's any way to know if the "player" is signed in or not? Something like this: if (GamePad.GetState(PlayerIndex.Two).IsConnected && !Gamer.PlayerTwo.IsSignedIn) Edit: This way the controller is connected (the player can use…
Rotary Heart
  • 1,899
  • 3
  • 29
  • 44
0
votes
2 answers

Retrieve xbox live gamertag after login

I want to login in my website with a verified gamertag by XBOX Live. So I think I have two chances: use the openId ( and web auth API ) offered by Microsoft, but I can only retrieve user's real name, and I don't know how to retrieve the real…
M4rk
  • 2,172
  • 5
  • 36
  • 70
0
votes
3 answers

Using Xbox Kinect with lastest Kinect SDK

I am wondering if anyone has had success with using an Xbox Kinect instead of Kinect for Windows with the most recent version of the Kinect SDK (i.e. not the beta). I installed the SDK, and Windows definitely recognizes the device - I can see the…
wakers01
  • 443
  • 3
  • 18
0
votes
1 answer

Stop timer running a certain script?

Didn't really know how to word this correctly so forgive the bad title name. I'm using a timer to detect when a button is pressed on my Xbox. It's works so far but I use it to print text on the screen. I need it to print it once then stop, at the…
user2231227
  • 53
  • 1
  • 3
0
votes
2 answers

convert video formats

Because the xbox 360 only supports specific video/audio codecs, I'd like to write a utility that would look in a directory and convert files to specific formats as they are dropped in the directory. In some cases, it would only need to convert the…
Jeremy
  • 44,950
  • 68
  • 206
  • 332
0
votes
1 answer

How to develop XNA projects without registering the Xbox360 kinect on my PC

I want to develop an XNA project to create augmented reality. I have the xbox360 Kinect sensor with me but when I try to debug it, it gives me the error saying :- Error 1 No devices are available to deploy project 'Xbox360Game1'. Register a device…
Juliyanage Silva
  • 2,529
  • 1
  • 21
  • 33
0
votes
1 answer

how to code a program that uses xbox controller under linux

Currently I am an IT student, and I want to make a game as my semestral work. I want to make a Geometry Wars clone purely in C (cause we are bound to C, ergo no C++/C#, only C and OpenGL), and when it will be done, I want to publish that as…
Citrus
  • 1,162
  • 1
  • 16
  • 38
0
votes
1 answer

Aiming towards thumbstick XNA

currently having some fun in XNA programming a topdown shooter towards the XBox-controller but I'm having some issues right now. So I move my character with the left thumbstick and aim with my right, so essentially I can move in any direction and…
0
votes
1 answer

Testing XNA 4.0 games On the XBOX 360 without paying $100

Possible Duplicate: How Can I Make Xbox Live Indie Games At No Cost? I have created an Xbox 360 game with XNA 4.0, and i want to test it on the XBOX 360. I do not want to pay the $100 and you no longer get the first year free when signing up for…
HTML_guy
  • 1
  • 3