Pasqui industry · Stack Overflow

Score of 0

0 answers

241 views

WebView2 control in an UWP app crashes the entire console on Xbox One

Long story short: an app with a WebView2 crashes the entire system if run on a retail Xbox One I'm having this strange issue. The crash is not just the app closing, is the entire console that restarts ...

  • reputation score 1

Score of 0

0 answers

142 views

Emulating and Reading Xbox One Controller in Python

I am looking to emulate and read (button presses) on the Xbox One Controller. Unlike the Xbox 360 Controller, it seems that there are not many packages that can do this, and the closest I have come to ...

  • reputation score 15

Score of 0

1 answer

461 views

How to get Xbox Live session from XUID using the Xbox REST API?

I'm attempting to get Xbox Live sessions by an XUID like this: curl -is -X GET "https://sessiondirectory.xboxlive.com/serviceconfigs/4fc10100-5f7a-4470-899b-280835760c07/sessiontemplates/...

  • reputation score 25

Score of 1

0 answers

43 views

Using Kinect xbox one Vertically

I'm using this github repo: BodyScanner-Kinect i connect the kinect and it works perfectly with this github code, but i need to use the kinect vertically, so i need to change the code in the github ...

  • reputation score 21

Score of 1

1 answer

1076 views

How to compile and deliver XBox binaries

I would like to port a C++ physics engine to XBox and make it available commercially as a precompiled binary for game developers. Do I need to register as an XBox developer with Microsoft for this? ...

  • reputation score 2574

Score of 0

1 answer

125 views

How to access Screen Narrator setting from Xbox UWP app?

I have a javascript UWP app running on Xbox One for a long time now, but recently we've been asked to implement TTS (text to speech) for the platform. The thing is, first we need to know if the Screen ...

  • reputation score 1

Score of 0

0 answers

201 views

Xbox One Controller not working in UWP app

I am working in a UWP app project. When I try to use Windows::Gaming::Input::Gamepad::Gamepads->Size to get the number of connected gamepads, it returned 0 (I connected Xbox One Controller and it ...

  • reputation score 1

Score of 0

2 answers

213 views

How to draw to entire TV screen for UWP Monogame on Xbox One?

I have started on a game project; it's using Monogame and packaged in a UWP app. It's running nicely on Windows and Xbox One, but the viewport size on Xbox appears to be shrunk slightly, 1728x972 ...

  • reputation score 1620

Score of 0

1 answer

717 views

Reading trigger data from xbox wireless controllers

So I'm using hidapi to reading input packets from a few xbox controllers I have and one thing frustrating me is that it reports the left and right triggers as a single "rudder" axis with a ...

  • reputation score 1722

Score of 0

0 answers

246 views

Transferring Xbox360 save file from Series X to PC

I have played an Xbox 360 game (Oblivion) on the Series X and would like to transfer my save files on to the PC. This was possible (and way easier) on the original Xbox 360, and there is lots of ...

  • reputation score 1

Score of 2

0 answers

378 views

Microsoft Xbox API missing game clips

I'm implementing a service to get Xbox clips consuming directly Microsoft endpoints (I'm not using 3rd party APIs). I could successfully list some clips however some clips for specific games are ...

  • reputation score 151

Score of 1

1 answer

713 views

How to round joystick input to 1 or -1?

GOAL So I want my game to support xbox / playstation controllers. I want the joystick to allow you to move left / right, at one speed, no matter how far the joystick is moved. PROBLEM However when I ...

  • reputation score 522

Score of 0

1 answer

1633 views

How can I solve this error during activation of XBOX Dev Mode?

I am seeing the following error during activation of developer mode on my XBOX One. I am following the same methods as in How to enable Xbox One Developer Mode activation?. Error Message during ...

  • reputation score 1

Read the original on stackoverflow.com ↗