Questions tagged [xbox]

Xbox is a video game console made by Microsoft.

342 questions
2
votes
1 answer

Converted UWP applications do not work on Xbox One

I have a UWP developers licence for Xbox One, and i'm trying to figure out how to convert existing Windows programs to UWP, and run them on my Xbox One in dev mode. I converted a program to UWP with Desktop App Converter, but I needed to manually…
2
votes
3 answers

Official XBOX Live API?

I have been searching for a while now on how to access user data from XBOX live. Unfortunately, all I found was this which only allows 2 API calls per minute. Is there an offcial XBOX API that I can access for user information ?
HittmanA
  • 169
  • 5
  • 17
2
votes
3 answers

Trouble deploying Unity game to Xbox One dev mode

It is a MacBook Pro running El Capitan v10.11.4. I am running Windows 10 on a Parallels VM. I have Visual Studio 2015 update 2 installed. The Visual Studio environment is set to Master x64 Remote Machine. It seems to building fine, but it is having…
Matt
  • 33,328
  • 25
  • 83
  • 97
2
votes
1 answer

Play animation with Xbox controller

I am making a 2d game that can use either the keyboard or an Xbox One controller as movement. So far, I can move the players and play a running animation, jump animation etc using the keyboard, and I can move using the Xbox controller. However, I…
Tom
  • 2,372
  • 4
  • 25
  • 45
2
votes
3 answers

Can XNA Game Studio be used to distribute games in multiple regions such as Australia and US?

I imagined that publishing a game to xbox live would make it available all around the world. It seems that this is not the case because there are far more titles available on xbox live in the USA (around 2000) than in xbox live Australia (around…
Jeremy Larter
  • 548
  • 2
  • 10
  • 21
2
votes
2 answers

Does Box2d work on Xbox?

I'm developing a game in XNA. It would be nice for it to be compatible with Xbox. Does Box2d work on Xbox? Is there some way to include any third party libraries I use?
Nick Heiner
  • 119,074
  • 188
  • 476
  • 699
2
votes
1 answer

Xbox One Internet Explorer JavaScript Key Press

Very silly question here, just wondering if anyone knows how to detect Xbox One Controller Key Presses? I know detecting the d-pad and the right stick is just left/up/right/down keycodes. But what about triggers (Zoom in/out)?
Eccentrikit
  • 123
  • 6
2
votes
1 answer

Is there a way to connect a Kinect One sensor (came with Xbox One) to my PC or Mac?

I have ordered my Kinect one (which comes with Xbox one) online. I understand this uses different connectors but has anyone connected it to the PC/Mac? Have anyone tried re soldering the wires to a usb connector and trying it on PC?
ravish.hacker
  • 1,189
  • 14
  • 21
2
votes
1 answer

XNA game on Xbox screen dimming

I have a made a game for the Xbox 360 using XNA and whilst testing the game the screen seems to dim every 30 seconds. The way it dims is as if I have been away from the Xbox for a while. If I press the Xbox guide it goes back to normal. I've tried…
LionSword
  • 89
  • 7
2
votes
2 answers

bash spaces in whiptail/dialog menu items

I want to create a simple dialog with bash-dialog. I work with (X)DSL and bash-3.2. The latest (X)DSL is based on Linux 2.4.31 and comes with bash-2.05, however, bash-3.2 is downloadable from MyDSL/Testing. So, my script runs under…
linuph
  • 83
  • 3
  • 6
2
votes
1 answer

API to use XBox 360 as extender / enable UPnP AV Transport on XBox

What I want to achieve is to be able to tell the XBox 360 to play a HTTP / MP3 stream from some server and I want to control this remotely (i.e. not use the XBox controller / TV screen). I know there is UPnP media servers that are detected by the…
Daniel
  • 2,087
  • 3
  • 23
  • 37
2
votes
3 answers

Access xbox music api

Is there any API access to the new XBOX music store? I heard there was a small and simple one for the zune store I would like to access a database of song: titles, artists, genres, and previews for windows 8 phone development dealing with music and…
Dean Galvin
  • 169
  • 1
  • 11
2
votes
4 answers

How Can I Make Xbox Live Indie Games At No Cost?

Is there a way I can make free Xbox Live Indie Games? Now I don't mean to publish it to the world on the marketplace but I just mean to test it on my Xbox for free. I know you have to download the XNA app on your Xbox and PC but do I need the XNA…
user1404017
  • 41
  • 1
  • 4
2
votes
0 answers

Issues in Decrypting xbox saml token using opensaml in java

I am trying to decrypt a xbox saml2 token in java using opensaml. Here are the steps i am trying to follow 1. convert the saml2 token xml to a saml2 object 2. validate the signature 3. decrypt the object I am running into exceptions during…
Viiveek Sankar
  • 63
  • 1
  • 2
  • 6
2
votes
4 answers

C# HashSet2 to work exactly like the standard C# HashSet, not compiling

I'm creating my own HashSet that works as the standard HashSet, using a Dictionary. I'm doing this because C# for XNA XBox doesn't support HashSets. This code is based on code from an example I found. I've edited the example to fix some of the…
alan2here
  • 3,223
  • 6
  • 37
  • 62