KENYONB's Recent Forum Activity

  • why not use the Mobile IAP plugin?

    https://www.construct.net/make-games/ma ... mobile-iap

  • Good afternoon, I still can not make my google play signin work, I tried to create a new APP from scratch, and just put the functions, from when it load, signin ... however it loads, stops and reloads.

    and never connects.

    Can someone please give me an example of how to connect in google play?

    I'm going to post my capx that I'm trying to do, can it be a problem with google dev account?

    or is it just some mistake of mine?

    https://www.dropbox.com/s/8l18ydv4kk3i9 ... t.c3p?dl=0

    What i`m doing wrong?

    can someone help pls?

    i need open a new topic with this problem?

    >

    > > Hey bro, i do what u say but nothing happens yet... idk what i`m doing wrong =(((

    > >

    > >

    > >

    >

    The problem could be your with your Google Play account or app setup. Check this for reference. It helped me:

    https://developers.google.com/games/ser ... e/enabling

    And yes, I'd start a new "How Do I...?" topic and upload your APK so others will have a look and one of us will be able to help you once we see what you're trying to do.

    Keep trying. You'll figure it out!

  • Hi Nepeo

    I have Google Play Game Services working in one of my Construct 3 games thanks to your plugin. It signs the user in automatically perfectly fine. It saves hi scores to Leaderboards and unlocks Achievements. I am able to load hi score and display in the game. But all of these events are very slow. Especially if the user gets a new hi score. It can take anywhere form a few seconds to 30 seconds to load the hi score in the game, load the Leaderboard on press of a button, and load Achievements on press of a button.

    Is this normal behavior? Is this because most requests from the plugin are asynchronous or non-immediate?

    Would you mind trying my game to let me know if this is expected behavior?

    https://play.google.com/store/apps/deta ... .runnybutt

    Assuming you've never played this game, your first score will be your highest. Then beat it and try to load the leaderboard and you'll notice it doesn't load immediately. If you play again before it loads, the leaderboard will load in the middle of gameplay.

    Please let me know what you think and if there is any way to speed things up.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • wouldn't use any of Rex's plugins. They aren't going to be compatible with the new runtime. They will need to be rewritten and he isn't going to do it.

  • Hey bro, i do what u say but nothing happens yet... idk what i`m doing wrong =(((

    and i do this on my MENU window..

    my game ID, i place in all slots XD

    i need any more to signin?

    in google play dev?

    My game is in test for intertest, not in Beta or Alpha yet..

    but i think its not the problem..

    >

    > > i have your first issue with google play..

    > >

    > >

    >

    I can't view the images you posted.

    No, the game doesn't need to be Alpha or Beta, but you do need to publish Game Services for the app. And the APK must be signed.

    Please refer to the manual regarding the plugin here:

    https://www.construct.net/make-games/ma ... oogle-play

  • i have your first issue with google play..

    i`l post images..

    1 http://prntscr.com/jjsa6m

    2http://prntscr.com/jjsagd

    3http://prntscr.com/jjsajh

    After this, dont happens nothing...

    i create a BUtton to signin, however when i press the button, nothing happens too.

    This is part of my code...

    can you help me, please?

    http://prntscr.com/jjsb7a

    > Hey bro, i bought C3, and i`m fine with this xD

    >

    > i`l trying to add google play services to C3 now,

    > i`l post if it works.. thx for help

    >

    >

    > > camboriu Construct # will eventually be able to build signed APKs. But for right now, you can build an Android Studio Project, open in Android Studio, then build a signed APK from that.

    > >

    > > Also, all this time i thought you were referring to issues with Google Play Game services for Construct 3, but you're talking about Construct 2? I haven't bothered with the plugin in C2, only C3. Trying to move everything to C3 since the Construct Team is putting all of their efforts into C3 engine.

    > >

    >

    You need to wait for the plugin to load first, then on loaded you can sign in. This is how I have it set up in one of my C3 games. Try this:

    If you want to see it function, try my game here:

    https://play.google.com/store/apps/deta ... .runnybutt

  • camboriu Construct # will eventually be able to build signed APKs. But for right now, you can build an Android Studio Project, open in Android Studio, then build a signed APK from that.

    Also, all this time i thought you were referring to issues with Google Play Game services for Construct 3, but you're talking about Construct 2? I haven't bothered with the plugin in C2, only C3. Trying to move everything to C3 since the Construct Team is putting all of their efforts into C3 engine.

  • > I wouldn't. Rex abandoned his plugin and the new runtime is going to require a complete rewrite. We need an official plugin by Scirra or use standard events to accomplish the same thing.

    >

    Do you have a link where I could read about that new runtime? Will these upcoming changes break all external add-ons, or just the MoveTo?

    Ashley says here plugins will need a complete rewrite:

    c3-new-runtime-and-unnofficial-addons_p1172088?#p1172088

    and a blog post here explains in more detail about the new runtime:

    https://www.construct.net/blogs/constru ... ilable-950

  • BadMario can you point me to a simple tutorial using events to replace MoveTo? Or do you have a sample capx you could share?

    Last I tried, replacing MoveTo with just standard events took way more time than just using the plugin that works really well and is super easy. But agreed, I'd like to avoid using unofficial plugins whenever possible.

  • So you want the brick to move 32px and stop?

    I suggest MoveTo plugin by RexRainbow.

    https://github.com/rexrainbow/C3RexDoc/tree/master/repo

    I wouldn't. Rex abandoned his plugin and the new runtime is going to require a complete rewrite. We need an official plugin by Scirra or use standard events to accomplish the same thing.

  • I think it’s a good thing you decided to do this early for exactly this reason.

    Are there any plans to maybe add additional addons or improved ones from Devs now leaving plugins abandonware?

    Scirra version of Move To and Pin To for instance. Just improving the “stock” addons could go a long way in some cases.

    Totally agree. Adopting some widely used abandoned plugins or improving on stock plugins would be mcuh appreciated. Those two you mentioned, Pin To and Move To are very important.

  • Guys, I have a similar problem.

    I have this code in the beginning.

    On start of layout,

    trigger once Cocoon Request login

    cocoon is not logged in

    I have this, when the game starts, it appears the login screen of google play, my data appears, when I hit Allow, it just disappears and the message that has failed appears (I have implemented also if login fails, message appears)

    I've already checked everything I think it might be, the game ID is inside the app, and I can not log in,

    I have the achievements and highscore implemented, but I can not open it either, since I can not log in ...

    and each time I start a new level, it appears to log, and disappears. Not Logging In

    Sorry, but why are you using Cocoon if you can build mobile games with Construct 3?

KENYONB's avatar

KENYONB

Early Adopter

Member since 27 May, 2014

Twitter
KENYONB has 1 followers

Connect with KENYONB

Trophy Case

  • 10-Year Club
  • Forum Contributor Made 100 posts in the forums
  • Regular Visitor Visited Construct.net 7 days in a row
  • RTFM Read the fabulous manual
  • Email Verified

Progress

14/44
How to earn trophies