igortyhon's Recent Forum Activity

  • But T1 is never updated, meaning the "On signed in" is never triggered...

    The second time with a good internet connection, the plugin input may occur before the sheet is loaded. That is why the input trigger does not work.

    Try this optimized variant. You will have a group after triggering of which it disables itself for optimization.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Just figured it out. It was that I was not putting the local variables as "static"

    You misunderstood me, I meant the local variables that the text object has.

  • You can't just ask for player data like that.

    There is a trigger event when a player logged in after triggering it, you can ask for it.

    -There is an additional condition when a player entered after the check you can also ask for data.

    Everything is written there, you just need to read the description of the events.

  • How do you track failures on a test device to know which SDK is failing? Do you use Android Studio connected to the test mobile? or how do you do it?

    Hi.

    I first study all the crash reports in google, but it is rarely explicitly stated which sdk. Then I connect all test devices through android studio and watch logs and try to catch the error, mostly errors occur when a weak device or slow internet.

    It also helps to build a new build version without changes and send it for release.

  • As you can see my error chart for July. The graph calls out that I am slightly below the 0.47% threshold.

    But that's only because I have mediation in play and 17 advertising SDKs and analytics connected.

    In those games with pure AdMob and analytics the indicators are even better.

    I recommend to look at the report on errors, what kind of SDK causes them and try to catch them on your test device and look at the logs.

    I understand you the increase in errors is very unpleasant and affects organic installations, so I always implement a new version gradually and look at the number of errors.

  • Hi I have created some screens with sprites of 107 frames. I was not able to get the freezing during transitions.

    Yes I can see that the memory usage has increased but that's only because there are two different sprites on the second screen.

    It's hard to help if we can't see the problem. What you're describing is very strange.

    The loading screen is a crutch to use when other methods don't work. If you post an example of such a project I think it will be easier to help. You can cross out the graphics or replace them if you are worried about them being stolen.

  • Hi.

    Can you describe in words the algorithm of the enemy's behavior? Or we need to find this game on youtube to study the enemy carefully to help you.

  • If you can't do it, send me your example with inventory and I'll add it.

  • Hi. I tried to understand your question, I'm not sure I did.

    You can do this.

    When spawning an item on the level create a text object and it writes 2 local variables, the first is the type of item for example bread and the second is the quantity for example 10.

    And when the player picks it up and clicks on it you put in the inventory data from these two local variables text object and delete the object itself.

    Maybe that's not what you need or maybe I didn't explain it clearly.

  • Hi. I'm not good at looking for problems, so I created a quick example. I hope it will help you.

    I have modified the block a bit, the ground variants are placed in the animations, so we will have the possibility to add frames of the destruction of this block to each animation.

    File *.c3p

  • Hi, I used to do this in a game, here's a simple example.

    Maybe you'll find it useful.

    File *.c3p

  • igortyhon, Do you know how long you stay saved? or is it just lost using LocalStorage if the player uninstalls the app?

    I have not been interested in this issue, on mobile devices definitely more than a month.

    The problem is that some players have all sorts of cleaners and optimizers and they can sometimes clean the records and players then swear.

    Another common problem is that on the web some players use privacy-oriented browsers and then wonder why nothing is saved.

    But even if you do nothing, the percentage of such cases is small, but they are upset and shout the loudest, so on popular games I re-dub the save to the cloud.

igortyhon's avatar

igortyhon

Member since 22 Jul, 2020

Twitter
igortyhon has 14 followers

Connect with igortyhon