igortyhon's Forum Posts

  • Lately I've been using "Scale outer" and making the background a little bigger so that it's enough for both narrow and wide screens. Sometimes at startup I make the background a little looser, it depends on the game and whether the background is made with parallax or just one layer.

    Well, I position the controls as shown above.

  • Are you sure you have updated the working version of the game in the developer console and it is already 100% implemented for all players? Only then will the warning disappear.

    Construct 3 Stable version and even the LTS version have long passed the 7th billing version.

    version=7.0.0
    client=billing
    billing_client=7.0.0
    
  • igortyhon I can confirm Mobile Master Collection is also updated to release 53....

    I'm ashamed I never even looked in other folders besides "Firebase Analytics". But all this time the updated plugin was lying on my disk just in another directory.

    Thanks for the clarification and thank you for your work!

  • Hi igortyhon,

    I think the best solution is to update to the latest version, which is labeled "53.0". The new release variant now has all plugin versions corresponding to the release version. You still seem to be a few versions older, especially since we also support SDK v2 now.

    I believe that issue should be fixed there. If you don't see the plugin installable files on a macOS computer, please enable "Show hidden files" as we are trying to resolve this in the next release.

    I hope that helps.

    Hi, thanks for the answer.

    I am a user of "Mobile Master Collection" and after version "51" the next version "mobile-master-collection-default" was released and it doesn't have "Firebase Analytics" SDK version 2 by default.

  • Try pressing f12 when the message pops up, the console may have logged the error.

    Hi, thanks for the help.

    The console registers, and the error is in its analytics plugin.

    I figured it out right away and you can get around it by deleting the plugin in the old version and adding it in the new one. But this is a crutch and I want the developer to know.

  • Try changing the layout setting to "unbounded scrolling"

  • Hi

    I've recently started developing games with html5 platfroms as target, and one I'd like to support is Arkadium (https://www.arkadium.com/). In their FAQ they mention Construct, but I can't find any sdk, or info on how to integrate their sdk into Construct. Has anyone worked with that platform before and can give some insight?

    These guys need to learn how to write documentation.

    I think the method on this page will work for you.

    arkadiumsdk.z19.web.core.windows.net/docs/getting-started

    	<script src="https://developers.arkadium.com/cdn/sdk/v2/sdk.js"></script>
    <script>
     document.addEventListener('DOMContentLoaded', async () => {
     const sdk = await window.ArkadiumGameSDK.getInstance();
     // use sdk here
     sdk.lifecycle.onTestReady(); //called when game is ready to be shown
     });
    </script>
    

    It will connect the SDK and then you will use a javascript to interact with it.

    If you don't know how, you can ask the AI or check out the CrazyGames documentation, the principle is almost the same.

    docs.crazygames.com/sdk/construct3/old/construct3-v2

  • ChadoriHi.

    If the project was saved with the old version of the plugin 4.1.2.0 (visible in the screenshot) and after updating the plugin to version 5.0.0.0, we try to open the project, an error pops up that does not carry any useful information. (visible in the screenshot.)

    I am attaching a test example.

    fex.net/s/9klledf

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Android devices are very fragmented, there is no one main screen extension.

    You need to position the controls at the start of the layout.

    1080x1920 is not the most popular format now.

    Now smartphones are more elongated, for example, 1080x2400.

  • Hi guys thanks for the replies. I understand what you are both saying, but google play developer won't accept the new game upload it says "until problem fixed" so I can't fix this by simply uploading a new game version.

    The letter is written there a little unclearly, but you need to create a new working version, add a new aab there and send it for verification. After the verification is completed and the new working version is published 100% for all players, you need to wait about a day, then you will receive a message that the violation has been eliminated.

    You are not a unique case, we went through this, it's a crazy time we had to do this with dozens of games.

  • The stable version of Construct3 already targets API 35. You just need to compile aab and update your working version.

  • The banner does not show in the preview on the PC. Collect the package and install it on your smartphone, the banner will be shown on the phone.

  • You watched this topic, there are live links.

    construct.net/en/forum/construct-3/how-do-i-8/set-player-move-behind-front-185721