igortyhon's Forum Posts

  • Yes, all games are made on Construct3.

    You can write to me on mail it is on the page in the market. English is not my first language.

  • Good to know.

    The issue is that the guy who asked me to make the game wants the integration and leaderboards, so I'll do my best, but explain to him what you said.

    Which games did you published? May I take a look?

    Mine, for now, is named Super Bounce Boy. Very simple, first time publishing, and needs a lot more polish, adjustments and balance.

    Leave it as is and publish it. If the game does not have at least 100 installations per day, there is no point in developing it. We need to make a new game.

  • It's gonna be okay.

    If you want I can check your apk on several devices.

    https://play.google.com/store/apps/details?id=com.tankcraft_tank_battle.game

  • Honestly as a developer I've become disillusioned with services. I have popular games that earn money.

    My tests showed that the addition of services with leaderboards and achievements did not increase retention or other game metrics.

    It turns out that I wasted my time.

    Perhaps in online pvp competitions it will give a different result.

  • I have several android test devices.

    Automatic login works badly only for one device with old and not updated services.

    Mostly everything is fine.

  • Thank you for your answer, but the video I want to add will not stay fixed on the screen. It will move freely. I need a solution that will mask the video in round.

    You can always move the hole sprite behind the video and adjust its size in real time to the size of the video.

  • You do not have permission to view this post

  • construct.net/en/forum/construct-3/how-do-i-8/set-google-play-default-177640

    In this thread I tried to explain to the person how to connect the leaderboard. There are a lot of my screens with explanations. They may help you.

    Pay attention in this screenshot I have marked in green the client necessary for authorization on the phone. And right under it is the WEB client I use in debugging mode in the browser.

    construct-static.com/images/v1143/uploads/articleuploadobject/0/images/100816/playserv4.jpg

  • ...

    Can anyone confirm that they can actually successfully log in to their Google Account in Preview mode? I'm going crazy re-checking my configs over and over!

    I can confirm. I have google services working in preview mode if I use my WEB key to log in. Chrome browser, Win10 system.

    When I build a package for android I use a different android key.

  • Hi.

    I am an experienced developer under Google Play Store and I will tell you honestly that 150mb for games created on C3 is a lot.

    For example on Unity it is very easy to take this space, it is more bulky.

    Maybe your game is a visual novel with lots of high graphics and quality songs. In this case you can load each sprite separately from your site and create a system of levels that will be generated from the array. The array can also be uploaded from the site. But it will require so much effort from you that it will be easier to change the engine.

    And most importantly players will not play your game if its size will be more than 30-50mb.

  • Hello.

    Construct3 has examples for multiplayer with online chat.

    It can help collect student responses, this is the easiest.

    The second option is to collect responses on your hosting through a POS request. But this will require hosting with php support.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • dropmefiles.com.ua/en/NSQfc5W

    This is a simple example.

    We move the wound if it goes beyond the object.

    Use the width and height of the object.

    Everything will be fine if the object is close to a square.

    If the object will have a more complex shape, then we will have to change the method of inflicting wounds.

    There is a second option we can use on the wound blending mode.

  • You can put a sprite with a round hole on top. It's just a disguise.

  • Check the position of the mouse relative to the position of the enemy before spawning a wound. And if it goes beyond its limits, change the position of the wound.