igortyhon's Forum Posts

  • I think you'll have to use both methods.

    For example you load a level and use save to load all objects if they are not destroyed. Right after that it is better to load the main variables like gold, armor and damage of the hero and his level. Only then release the hero into the world.

    Why would you want to store important hero characteristics in local storage and load it after the world? Because your hero can change these parameters on other layouts, for example, entered a mech or dungeon and found something there or pumped.

    From my experience I will say that the save system is not visible to the player, but it is a very important and time-consuming step for the developer. I always use local storage and storage in arrays. When I add a new event or boss in the game I always understand how it will be stored, for example, regular respawn, then do not need to store or space in an array with the number of his kills.

  • You do not have permission to view this post

  • You do not have permission to view this post

  • Maybe it depends on the device?

    Let's wait for what our more experienced colleagues have to say.

  • Immortal Rising

    Solo Leveling: Arise

    Hi.

    I checked these games, they also make the purchase in portrait mode.

  • Hi.

    I haven't come across landscape games on android with landscape orientation of IAP payment. Have you seen any?

  • Hi.

    We are very happy for you, but we are not clear what was the problem when building Android and iOS? We don't see any screenshots of the problem or links to a thread with this problem.

    We don't understand how you realized which images need to be deleted and how you realized they were corrupted.

    This post has very little information!

    But we're glad it worked out for you.

  • Hi.

    I liked the character and made a few edits.

    --I recommend that you always specify which sheet comes first in the settings, I did in the screenshot.

    --List /anuncio/ is not necessary, it just shows ads at game startup and it is forbidden. It is better to go straight to the menu, I fixed it.

    --Local saving now works.

    --Before requesting ads, it is better to check if they are already loaded. Admob does not like too many requests. I showed on the screen.

    --These plugins are better to replace the standard ones, I had to download and install them.

    I did not look at the whole project, but only the above questions.

    mediafire.com/file/u245cy1cbzw4v3t/yimpBugFix.c3p/file

  • In web browser it works but in Android when close the application and come back the data is like the first time.

    https://www.mediafire.com/file/jfp8y6a7m9tnlhj/yimp.c3p/file

    Hi, I'll check it out.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi, do you also have a version without using physics? One in which the rope swings more like a vine, without making 360 degrees and slowly shortens to reach the platform, I tried it some time ago, I even almost succeeded, but I don't know why the character, when dangling, remained more towards the middle of the rope than at the bottom end, despite attaching it to an image point at the bottom

    Hello. I have no option without physics, I saw this video and it inspired me to make an example, it was 20 minutes ago.

  • Hi!

    Interesting, here's my take on it.

    When we click on the board if the hero is at a distance of 450 he throws a hook. When we click in the empty space, he removes the hook.

    Move with the arrows on the keyboard.

    Download example *.c3p

    Subscribe to Construct videos now
  • No abnormal behavior or strange delays were detected on the test devices. Everything is within normal limits.

    -Your whole project can be placed on one sheet and just move the camera, it will exclude transitions between screens.

    -Recommend to use Cyrillic alphabet when creating the game, it can sometimes cause strange effects.

    -Do not use third-party plugins without necessity, the fact that the project contains three third-party plugins is freely solved by means of Construct3.

  • Maybe it's because I'm not using delta time. maybe it's because I don't use delta time. Here is an example of my Level Editor project

    Dropbox - dropbox.com/scl/fi/mdc6tmbhwco6a2d0yahbx/level-ed-test.c3p

    There are not enough addons for the test, please post the addons or post the source where they are not.

  • Hi. I don't like this genre, but I'll tell you what I've noticed in other popular games of this genre.

    -Weapons have colorful and different efects. And there are a lot of different ones

    -Your ship can pick up different boosters that vleyayut on gameplay, such as shields or invulnerability, all this is also brightly glowing.

    -Enemies have different shapes and attack options and very arko explode.

    -In recent games you can improve or change the ship.

    The common feature that I noticed is that there are a lot of very bright moments, probably this uaditoroya likes it.

  • Hi, post the ".c3p" file I will check on my devices.

    That's strange, with a blank project it should always be 60fps even on my old android 9 test devices.