DreanSan's Forum Posts

  • > > You must link your app in Google Play console and verify its SHA certificate. Create a signed apk and check it out;)

    >

    > I linked my app and verified the SHA and made a leader-board in the game service then downloaded my signed apk and i got that error i never got to see google play sign-in screen in my app

    What's the error you got? mostly play games will do a silent sign-in, in this case, you won't see any screen asking for login.

    Also, check in play games library tab whether your app is there!

    Hope this helps ;)

    the error( Authorization Error

    Error 401: invalid_client

    The OAuth client was not found.)

  • Share the file if you want, I can debug it. Share something :D

    can you please make me a demo showing me the right way to do it ?

  • 2 days trying to do it, i need to shut down my brain XD

  • hello, I made a list for all my characters and given them index from 0 to 9,

    so on the start of the layout you will obtain one character then you unlock the character and i want it to be removed from the list so i made a global variable called random_character = 0, and floor(random(RanCharArray.Width)) then create object from random_character and set the x and y.then delete random_character from an array x-axis.

    but its not working please guys can someone help me.

    thank you :)

  • You must link your app in Google Play console and verify its SHA certificate. Create a signed apk and check it out;)

    I linked my app and verified the SHA and made a leader-board in the game service then downloaded my signed apk and i got that error i never got to see google play sign in screen in my app

  • also guys do i need to setup a oauth consent for a leaderboard ?

    by added a website and stuff.

    thanks,

  • hello everyone, i published my game on google play store and game experience, then in my game i have a leader-board button so if the user clicks it he will be able to sign-in to view the leader-board but i am lost clicking on the leader-board btn but its not working it says ( Authorization Error

    Error 401: invalid_client

    The OAuth client was not found.)

    thanks guys in advance,

    Drean

  • Error: Failed to load signer "signer #1"

    java.io.IOException: keystore password was incorrect

    at sun.security.pkcs12.PKCS12KeyStore.engineLoad(PKCS12KeyStore.java:2059)

    at sun.security.provider.KeyStoreDelegator.engineLoad(KeyStoreDelegator.java:238)

    at sun.security.provider.JavaKeyStore$DualFormatJKS.engineLoad(JavaKeyStore.java:71)

    at java.security.KeyStore.load(KeyStore.java:1445)

    at com.android.apksigner.ApkSignerTool$SignerParams.loadPrivateKeyAndCertsFromKeyStore(ApkSignerTool.java:613)

    at com.android.apksigner.ApkSignerTool$SignerParams.loadPrivateKeyAndCerts(ApkSignerTool.java:555)

    at com.android.apksigner.ApkSignerTool$SignerParams.access$200(ApkSignerTool.java:509)

    at com.android.apksigner.ApkSignerTool.sign(ApkSignerTool.java:215)

    at com.android.apksigner.ApkSignerTool.main(ApkSignerTool.java:89)

    Caused by: java.security.UnrecoverableKeyException: failed to decrypt safe contents entry: javax.crypto.BadPaddingException: Given final block not properly padded. Such issues can arise if a bad key is used during decryption.

    ... 9 more

  • Is there a possible problem signing APK due to the fact that I imported the project from Construct 2?

    nope i dont think so because i just got this problem and i saved my password and i am 100% there is nothing wrong with my password and still i cant download my apk file sadly

  • Ok , first of all both of your Floor_1 must have the same width (288) , it does not affect your issue but right now is not loopable.

    Your issue is at the action at the 2nd event , set x to Floor_1.X {+} 576.

    Right now you have set x to Floor_1.X {-} 576.

    thank you a lot brother <3

  • > Share your project to understand what are you trying to achive

    dropbox.com/s/zwtltxrec07zj7w/Moving_Floor.c3p

  • Share your project to understand what are you trying to achive

    how to share my project ?

  • test is for the moving floor

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello everyone i am new to construct3 and forgive me but please i need your help i have watched a lot of videos about it and here are some of the videos that i have watched youtu.be/WJAUbgGYrGc youtu.be/w4sfrSGY-rw youtu.be/ALC0VABCWMo i am sure and i made sure that i followed the steps and i understood the concept but its not working at all only on platform appears once then nothing comes.

    The code: { global speed = 100

    System Every tick Floor set x to floor.x - speed x dt

    floor x <= -288 floor set x to test.x+576 }

    ***BG 288x512

    floor size 288x96 and position 0,429 also copied it to the right size same and position 288,429

    thank you a lot guys and forgive me for my silly mistakes.

  • You do not have permission to view this post