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

How to start kinect v2 calibration and programming on Ubuntu 14.4 using C++?

I am looking for some library which could help me to start working on kinect v2 on Ubuntu 14.4 using C++. I have tried using libfreenect and openNI but there are dependency issues in openCV. I have used following link. Link for kinect on ubuntu…
Zahir
  • 1
0
votes
0 answers

Xbox 360, PPC function Hook crashes when i call a function in the hook. PowerPC

i am facing a problem that I could not resolve so i have to turn to the community to help me out. The problem is related to PPC function hooking. The area where i am hooking is this. .text:8220D810 mflr r12 .text:8220D814 …
0
votes
1 answer

Controlling PC cursor with joystick in java

I have a program that is supposed to allow the use of my computer with a xbox 360 remote. The direction of the joystick is in degrees, where directly up is 0 degrees, right is 90 degrees, down is 180 degrees, and left is 270 degrees. And of course…
Hobbs2000
  • 311
  • 1
  • 6
  • 19
0
votes
1 answer

How to connect an xbox360 controller to a desktop app (C#, Windows 10)

I am looking to write a simple app which accepts input from an Xbox 360 controller. I am developing in C# and my current dev environment is a windows 10 machine. I've attempted to install XNA studio 4.0, and got a system notification saying that it…
Itamaram
  • 719
  • 7
  • 17
0
votes
1 answer

How to manage multi device (XBox 360 controller) LWJGL

I make a 2D game in Java with LWjgl, and I use a XBox 360 controller for the input. I want to add a second player, so I need to distinguish the two Xbox controllers. But naturally, the two controller are like one only. If I press a bouton on…
pikameuh
  • 149
  • 1
  • 1
  • 12
0
votes
1 answer

C# kinect sensor chooser not in toolbox

In my toolbox I am not able to add a "KinectSensorChooser" to my MainWindow. I have references to: Microsoft.Kinect.Toolkit.dll I'm currently using a Kinect for xbox 360 and the kinect SDK 1.8 Other kinect tools are displayed in my toolbox, but this…
Michiel
  • 1
  • 1
0
votes
3 answers

C# compress a byte array

I do not know much about compression algorithms. I am looking for a simple compression algorithm (or code snippet) which can reduce the size of a byte[,,] or byte[]. I cannot make use of System.IO.Compression. Also, the data has lots of…
zfedoran
  • 2,986
  • 4
  • 22
  • 25
0
votes
1 answer

error MSB3073: The command ""C:\Program Files (x86)\Microsoft Xbox 360 SDK\bin\win32\xbreboot.exe"" exited with code 1

I am developing a Xbox 360 app in Visual Studio 2010. When I try to run the starter code even without modifying the program in any way, I get the following error: error MSB3073: The command ""C:\Program Files (x86)\Microsoft Xbox 360 …
khateeb
  • 5,265
  • 15
  • 58
  • 114
0
votes
1 answer

@font-face on Internet Explorer 9 on Xbox 360?

I'm trying to load fonts on IE9 on Xbox 360. It works perfectly fine on a regular Windows 7/Internet Explorer 9 box, but not on Xbox. Anyone knows what's the trick to get a font loading? @font-face { font-family: "Gotham"; src:…
Patrick
  • 7,903
  • 11
  • 52
  • 87
0
votes
1 answer

how to get Java on xbox

I was just wondering if there was any way to run a .jar file on xbox. I have the RGH mod and i can transfer files to the xbox via FTP. I have an xbox 360 slim. I've tried some things which I don't completly understand.
David
  • 1,636
  • 19
  • 27
0
votes
0 answers

Connecting to a server and receiving data

Okay so I am working on a piece of software that connects to a server I made that sits on my home computer. I had my cousin that works in silicon valley take a look at it and he can't figure out why it isn't working. I am using the winsockx.h header…
Joshe343
  • 65
  • 1
  • 10
0
votes
1 answer

Error 1 An object reference is required for the non-static field, method, or property

Hey Guys I've Been Looking For An Answer To "Error 1 A field initializer cannot reference the non-static field, method, or property" For Awhile Now Wondering if someone can help me solve this IXboxConsole Jtag; private static uint…
0
votes
1 answer

Xbox 360 Controller API Not Cooperating

I'm trying to go through the XInput tutorial at http://msdn.microsoft.com/en-us/library/windows/desktop/ee417001%28v=vs.85%29.aspx. However, the code from the example won't even execute because it keeps saying that, among other errors, "No Target…
0
votes
0 answers

xbox smf player change template

I need to change the default UI of SMF player on xbox 360. I have this SMF player from the reference application that comes with xbox ADK from Novermber 2012. But I don't know template parts names, required for the player, and I had no success to do…
Ostap
  • 353
  • 1
  • 4
  • 8
0
votes
3 answers

NameError: name 'freenect' is not defined

I am trying to execute a python code using a kinect this is awesome.py: from SimpleCV import * import freenect cam = Kinect() depth = cam.getDepth() depth.show() and I'm getting this error: Traceback (most recent call last): File "awesome.py",…
bustrama
  • 61
  • 1
  • 9