Questions tagged [xbox]

Xbox is a video game console made by Microsoft.

342 questions
0
votes
0 answers

Can't create BC7 texture on Xbox One

I'm using the code to detect supported textures: UInt usage=0; UINT fs; if(OK(D3D->CheckFormatSupport(ImageTI[i].format, &fs))) { if(fs&D3D11_FORMAT_SUPPORT_IA_VERTEX_BUFFER )usage|=ImageTypeInfo::USAGE_VTX; …
Greg
  • 1
  • 1
0
votes
1 answer

Get player data from XBOX API

I'm currently using https://xapi.us/ to get data from XBOX. We want the data similar to what this site has: https://rocketleague.tracker.network/rocket-league/profile/xbl/Exlzia/overview. Now I've tried the endpoints…
kimlianlopez
  • 116
  • 5
0
votes
1 answer

Error 0x87DD0005 when implementing Xbox Live services

I just got done adding Xbox support code to my project, and have run into at least two issues. The first involves save data sync which is working just fine, however when the game reads the user's login data on Windows it behaves as if login has not…
0
votes
1 answer

Can I program a hold point into an Xbox game that waits for a user's cloud data sync to complete?

Is it possible to program a startup hold into an Xbox game package that waits for the user's cloud saves to sync before continuing? I have an HTML5 game package for which I require save data to be loaded from Xbox Live which is then read from local…
0
votes
1 answer

Unable to download app from xbox store after recent update

I've UWP app published on PC and xbox store, after update to xbox store, I am unable to find the app. App is not released for public audience only for internal Beta testing. Is there anyone who is facing similar issue and if you know any trick to…
vishal
  • 596
  • 2
  • 12
  • 31
0
votes
2 answers

How to define the scope for XBOX while login with xbox in laravel

Here is the code: "https://login.live.com/oauth20_authorize.srf?client_id=" + process.env.MIX_LIVE_CLIENT_ID + "&scope=service::user.auth.xboxlive.com::MBI_SSL&response_type=code&redirect_uri=" + process.env.MIX_LIVE_REDIRECT_URL + …
0
votes
1 answer

Algorithm to toggle a variable but the input is continuous

I am making a program that reads input from an xbox controller and I have some boolean variables in the code that need to be toggled. I have this template for my function. void toggle(bool condition, bool &variable) // Used to toggle…
0
votes
1 answer

Subscriber to Joy Topic in ROS

I want to integrate my XBOX Gamepad in ROS. The idea is to write a Subscriber to the topic "/joy" and get the data of each Button and each Axes so that I can use them in controlling my robot. I followed this Tutorial : "…
Slachcrash
  • 27
  • 1
  • 6
0
votes
1 answer

Interaction XBOX Controller with Simulink Model

I'm working in a project where i have to control a Robot (I have it already as a Simulink Model) with an XBOX Controller. Until now I couldn't find a good Example or a good Idea to let these two interact. I want to change some variables (INPUTs)…
Slachcrash
  • 27
  • 1
  • 6
0
votes
0 answers

PWA on Xbox, service worker registration causing controller input to stop working

I'm building a Progressive Web App to run on Xbox. I have a simple UWP app with a webview that loads the PWA. When the app is first run after install from the Store, the controller input does not work. Exiting the app and relaunching it fixes the…
Scott
  • 1,011
  • 1
  • 15
  • 30
0
votes
0 answers

Music Player program freeze on Xbox

I am making a music player called XMusic, which you might know from another problem I have posted here. If you don't, I am making it for PC and Xbox (using nxdk), and it uses the SDL_mixer library. I have the problem where it doesn't open any file…
0
votes
1 answer

Changing a Universal Windows app to function as a game

I have a standard Universal Windows app that is actually a game in a WebView container (because HTML5) and I was wondering if there's any way to change something in the files of my project so that it's actually treated as a game (and likewise would…
0
votes
0 answers

How to receive messages from Xbox gamepad in uwp?

I know that I can get the button status through the method under Windows.Gaming.Input, but I can't get the USB command sent by the gamepad, because the gamepad has some non-standard functions, such as multiple key mappings, I need to get the current…
Victor
  • 141
  • 1
  • 11
0
votes
0 answers

How to change keyborad's foucs color on Xbox?

I'm developing an uwp app on Xbox. When the focus is on a TextBox, the keyboard will popup. Button the focus color on keyboard in always green, default color. So is there any way to change the Focus color? I didn't find any docs on google.
Vincent
  • 3,124
  • 3
  • 21
  • 40
0
votes
0 answers

XBOX UWP app closes when pressing B twice

I have a UWP app that behaves as expected when pressing back (B), however, when I press B consecutively the app closes and takes me back to the XBOX dash. Any thoughts on how I can prevent it from closing at all when pressing back?
jschuss
  • 645
  • 1
  • 8
  • 21