igortyhon's Recent Forum Activity

  • ".capx" I can't, I don't use C2.

    If you want, I've posted the ".c3p" source file here, you can run it in the free version of C3 and take a look.

    construct.net/en/forum/construct-3/how-do-i-8/save-multiple-scores-array-177728

    There is a part of the code where I add points to a player and I first check if that player is in the table and if he is not I add him and then sort.

    You could insert elements instead of the player name.

  • Hi.

    Many developers publish their games on itch.

    itch.io/games/tag-construct3

    You can see how the most popular games are made and use their experience.

    If I were to publish a game there, I would definitely publish a web version and a downloadable version for Windows and Mac desktop.

  • Hi. You don't have the option to pay by card, I put a screenshot for an example. PayPal is a popular payment system but not everyone uses it.

    You can also put your bandle in the store Construct3.

    Let's support our colleague and buy his product!

  • You can create an object by name.

    You can create sprites by name in the array after sorting.

    Duplicates are also simple, do everything as in a regular array in any programming language.

    You can check if there is such a value in the array or not before adding it.

    You can add but then check for duplicates and delete. You can choose any of them.

    The topic of inventory or crafting with inventory and blueprints is one of the most difficult to understand in C3. It is very similar to working with data in programming.

  • A simple example of how I can parse a string via tokenat and compare the right part as a number or as a string.

    Using this method you can pull out the right parts of the string.

    But I would rather do everything through arrays, it's better than parsing files.

  • Hi.

    You can add the items that are available to the array, then sort immediately.

  • Hi.

    Can you tell me what problem you are trying to solve.

  • 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.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • 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.

igortyhon's avatar

igortyhon

Member since 22 Jul, 2020

Twitter
igortyhon has 14 followers

Connect with igortyhon