rayray's Forum Posts

  • Ashley

    I've fixed the issue i was initally having with the Xbox Leaderboards and managed to get most of it working, but ran into another problem i was hoping you can help with.

    When displaying the leaderboard for Global, the sort order is from High to Low, which is what i want. However, when i switch to Friends or People, the sort order reverses and displays from Low to High instead.

    I've checked on the Microsoft Dev centre and the only option for sort order is set from High to Low. I contacted Microsoft support and suggested I ask here for answers as it's nothing on their side.

    I don't know what's causing this as the actions for Global, Friends and People are all the same. I found an example capx of yours that you posted here which i followed, so i don't know where the issue is.

    I can't find anything within the Xbox plugin, would you be able to provide any suggestions to fix this?

    Thanks.

  • I've got an odd issue when i'm displaying the leaderboard scores for Friends & People.

    It displays fine on Global (High to Low), but reverses when its on Friends or People (Low to High)

    I've checked on the Microsoft dev centre, and it's set to display from high to low. I've searched throughout and can't find any other place i need to set this, so i assume that i only need to set it once. I can't find anything specific for Friends or People list (unless i've missed it).

    My actions in C2 are all set the same, only difference being if its displaying Global, Friends or People. There's no action to change sort order so i don't know whats causing this.

    Has anyone else encountered this issue or know how to fix it?

  • Congrats to the winners. It was pretty interesting to see the different types of games that people can come up with.

    I'm glad to see my game (Switch!) on the honourable mentions, especially since it was a last minute thing and only had a few hours to get the game ready and submit it to the contest

    Looking forward to the next one.

  • Is it possible to retrieve the gamertag picture from Xbox users who have submitted their score to the Xbl leaderboard?

    I want to display the users gamertag picture alongside their gamertag when the leaderboard is displayed.

    I know you can get your own gamertag picture to show, but I can't find a way to show other users picture.

    Is this possible?

  • blackhornet

    Is it possible to add an option for small cap letters, like in photoshop? So it's basically smaller capital letters used as lowercase letters.

    Thanks.

  • rayray For opening in VS 2017, try editing your .jsproj file like I wrote here:

    That's great, thanks. Managed to open my project in VS2017 now.

    Unfortunately, this hasn't solved the leaderboard issue yet. Still getting an exception error in c2runtime.js when trying to access the leaderboard.

  • Bl4ckSh33p

    I have installed Microsoft.Xbox.Live.SDK.WinRT.UWP package and assigned it to the store.

    I have Xbox Live working as I'm able to sign in to an account, the problems occur after that. Once signed in, i can't access the leaderboard as the app crashes/closes when i do so. When i try to retrieve the user profile, i get a runtime error. I created a thread about this here (https://www.scirra.com/forum/error-trying-to-display-leaderboard-with-xbox-live_p1155963?&sid=360a11a90aa159719efa065f90c13171&sid=5751f49a96efc217e9a3f5f35cd24adc#p1155963 but have yet to solve the issue.

    I'm using Construct 2 & Visual Studio Community 2015. I tried using VS 2017 but it says project incompatable when i try to open the project after export.

    Did you do anything different to the XBox plugin tutorial on here?

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Ashley

    So when testing the game through Visual Studio with Local Machine, if i try to open XBL Leaderboard, i get the following exception error:

    And the following is highlighted in c2runtime.js -

    h="Get leaderboard complete",

    this.cs=g.eventArgs.result,this.b.trigger(Bc.prototype.k.Wv,this)}

    I'm not too familiar with this but would this help in diagnosing my problem?

  • Bl4ckSh33p

    That's currently how it's working for me in order that change profiles. It's a shame you can't switch profiles without having to exit the game.

    Have you managed to get Xbox Live working for your apps by any chance? I'm trying to get it to work for my apps but all i can do is sign in. If i try to open leaderboard, it crashes for me and i get an error if i try to retrieve user profile.

    I was wondering whether you've successfully got this working and could offer some help to get it working for me.

  • Anyone else help with this issue? After multiple attempts, I've still had no luck even after I've associated the app with the store and passing the Windows app certification check.

    The Xbox Live does seem to initially work as it asks to sign in, but after signing in, XBL seems to stop working and crashed the app. So i don't know what the problem is, whether i'm missing something else.

    Has anyone managed to get Xbox Live working on their app?

  • Bl4ckSh33p

    Have you found a solution for this? I've got this problem as well and haven't found a way to fix it.

  • Ah, that was an oversight. I've changed it to 'On touched' but nothing has changed, still get the same issue.

  • Ashley

    Thanks for the reply, but unfortunately it's still not working.

    I made a mistake in my original post, the error displayed shows up when i try to 'request profile info'. I tried using the trigger once and i still get that error message.

    If i try to display leaderboard, the app just closes, no error message.

    Here's my event to display leaderboard:

  • I'm trying to incorporate Xbox live into my games in order to display leaderboards and i'm getting an error upon triggering 'get leaderboard' action.

    I've followed the Xbox tutorial provided and managed to test logging to Xbox live within my game, but that's as far as i've gotten as i'm getting issues after that.

    Sometimes that app just crashes and closes when triggering the leaderboard to display.

    I've installed the app on my desktop PC to test Xbox live.

    As anyone encountered this problem or managered to get Xbox live working correctly? I'd appriciate some help.

    Thanks.

  • Got it working now

    Thanks!