igortyhon's Forum Posts

  • Hi. Have you looked at what the console writes, it might be security related. With just a screenshot there is little chance of helping you.

  • Hi. You say the product is "non-consumable", so you don't want the player to try to buy it twice?

    I'll tell you that the plugin works correctly, you need to look at your logic.

    I recommend not to activate/display the buy buttons until you get a signal that purchases are registered.

    If the user has already bought such a product, Google simply will not let him buy a second one.

  • I'm sure it can be done, but where's the project? How can we help you, we don't have a fortune teller crystal ball?

  • Can you post a screenshot of the problem areas. I have all the tests running without any problems.

  • Hi Igortyhon, here is a link, please take a look at this.

    It is not a requirement, I advise you not to worry about it, there are many more important things to do when publishing in this store.

    I once used it on my android studio app, it didn't do anything for me, just a lot of extra work.

  • Hi.

    Can you provide a link to google the requirements? I publish games on google play and have not heard of such a file.

  • I see. I don't have that plugin and can't test it. Perhaps people who have this plugin (Plugin Scml (Spriter) by BrashMonkey) will come into this room and check.

    I think in the support thread for this plugin should be asked.

  • Hi. Can you post a c3p file with a small piece of the problem. We will give you an answer faster.

  • Hi.

    You can select the empty space and press the Delete button on your keyboard.

    But I'll tell you that removing empty space in the frame is just optimizing the memory footprint. To avoid frame jumping and teleporting, always carefully set the pivot point “0”, this is the point by which the engine positions each frame of the sprite.

  • Hi.

    How about we do it the other way around.

    Uncheck the Loop checkbox in the animation settings. The character started to talk you start the animation and on the end trigger restart it if the conversation is not over (I used just a variable).

  • Hi.

    You can see how it is done in other puzzle examples.

    editor.construct.net

    editor.construct.net

    Or give us a c3p file to see how your checks are done, we can't go through all the tutorial videos to see which way to answer you, the puzzle mechanics can be implemented in different ways.

  • On PC:

    CPU : 10-12%

    GPU : 9-10 %

    VS mobile

    CPU : 20-25%

    GPU : 50-60%

    Hi.

    Your numbers are great, I take as a goal this up to a CPU load of 10% on a PC. Then even users on relatively weak smartphones can play.

    With a smartphone it is quite difficult to know what is processed on the CPU or GPU and how to track it accurately, the most basic indicator is the frame rate, it should be 60.

  • Hi.

    Here is a screenshot of the project stats and console message. Maybe it will allow you to help the author.

    drive.google.com/file/d/120vlBIVxuRIK2mYUTb7y2QN-2D-1SzeK/view

    This is the link to my c3p file.

    Author if the game will find its players after release and it will be played. Write to me I will help you to optimize. Graphics will be easier and better. Now it all looks simple but takes too much memory. And all on the same layout.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I don't get the error, checked in the latest Chrome and Mozilla.

  • If you don't solve the problem, you can share the problematic project, we will try to help.

    If it's a commercial version, you can remove all sprites from it, the project will just load into the first event sheet and that will be enough for testing.