Questions tagged [xbox]

Xbox is a video game console made by Microsoft.

342 questions
1
vote
1 answer

Linker error with a xbox 360 controller function

I'm getting an undefined reference for XInputGetState and I have no idea why. The headers I'm using are : XInput.h and Windows.h. FIRSTPLAYER is just the constant 0. XINPUT_STATE state; ZeroMemory( &state, sizeof(XINPUT_STATE) ); // Simply get the…
1
vote
1 answer

Trouble deploying Unity build to Xbox One dev mode

This is the error I'm getting. The following unexpected error occurred during bootstrapping stage 'Connecting to the device '192.168.1.3'.': MissingMethodException - Method not found: 'Boolean Microsoft.Tools.Connectivity.RemoteDevice.Ping()'.
Matt
  • 33,328
  • 25
  • 83
  • 97
1
vote
2 answers

Issue displaying IDirect3DTexture8 after backporting from IDirect3DTexture9

I'm trying to backport someones Direct3d9 port of Quake 1 by ID software to Direct3d8 so I can port it to the original Xbox (only uses the D3D8 API). After making the changes to use Direct3d8 it displays some mashed up pixels on the screen that…
1
vote
0 answers

Xbox One Controller in Java without externel libary

Me and my mates have to programm a game at university. The Problem is that we are not allowed to use external libaries such as JInput. Is there any possibilty to do this just with Swing or other integrated Java libaries?
René
  • 21
  • 1
  • 4
1
vote
1 answer

Kinect XBOX 360 in vitual machine

Good afternoon, I have an Xbox 360 Kinect and want to connect and be recognized on a virtual machine, computer with native Windows I have been able, since I first installed the SDK 1.8 and later connect via USB to the computer and it is recognized,…
David
  • 63
  • 1
  • 2
  • 5
1
vote
1 answer

Xbox One controller Virtual Keys

For my uni programming exam, we have to recreate an existing game in c++ with a given small game engine. I almost finished it, and now I want to make it possible to play it with an xBox One controller for pc. However, for that I need the Virtual Key…
Julian Declercq
  • 1,536
  • 3
  • 17
  • 32
1
vote
1 answer

Use Kinect XBOX one with NIVIEWER

I am really new to the whole Kinect world. I have the XBox One Kinect with the Windows Adapter, have installed the last version of the Kinect SDK sucessfully and recorded some videos with the Kinect Studio v2.0 and got some .xef files, which I…
xava
  • 293
  • 1
  • 2
  • 16
1
vote
1 answer

WriteFile writing filename to file

I'm getting quite a strange problem. I'm hooking to the Winsock function on the Xbox 360, send. This function is called a-lot in the application I'm trying to dump the Http Request information from. First I will show the code and explain my…
Corona
  • 375
  • 5
  • 21
1
vote
2 answers

XNA: How to convert a game to be compatible with the Xbox 360?

I have a C# XNA game that I'd like to test on the 360. How do I do this, in terms of what I need to do to the Visual Studio project? For instance, how can I define certain actions will only take place on an Xbox? Something like: # if XBOX // do…
Nick Heiner
  • 119,074
  • 188
  • 476
  • 699
1
vote
1 answer

What does the PowerPC instruction cmplw mean

What does the PowerPC instruction cmplw mean and how do i reverse it here is the line. cmplw cr6, r31, r10 ----------- r31 = 80 and r10 = 0 Please give me a quick tut on how to reverse this instruction :)
user3885393
  • 41
  • 2
  • 9
1
vote
1 answer

What does the clrrwi instruction do on PowerPC?

I need to Reverse these PowerPC instructions here they are: clrrwi r10, r10, 7 clrrwi r31, r11, 7 R10 = 64 R11 = b3 I dont know the instruction clrrwi and i cant find it on the internet.
user3885393
  • 41
  • 2
  • 9
1
vote
1 answer

Can i mount an iso to the Xbox 360 Optical Disk Drive In C#

I wanted to know would that be possible to do, sorry i have no sample code I try to look for examples in C# because the xbox uses XNA and if I can run code to alow me to do that with a small GUI
user3869810
  • 15
  • 1
  • 7
1
vote
3 answers

Xbox Controller Thumb Input

I am working on moving a small rectangle around a screen using the thumbstick on the xbox controller. I have it perfect for the mouse Input but I seem to have run into a problem with the controller. The square appears on the screen at (0,0) the…
user2175076
  • 57
  • 3
  • 10
1
vote
0 answers

DirectX C++ Xbox Controller Input Issue

So I've started using DirectX C++ and have a base game with is a bunch of asteroids which you can shoot using the mouse. It also has a drawn crosshair sprite which follows the mouses location. I have decided that I would like to change input to…
1
vote
1 answer

Read USB input Raspberry pi

Im attempting to read a USB Xbox controller input via Raspberry pi, and at a later date i will do the same with arduio. I have been researching for information to do this myself but i can not find exactly what i am looking for, so im asking…
Matt
  • 37
  • 1
  • 9