Ashley's Forum Posts

  • There's already built-in support for pathfinding with the Pathfinding behavior. That works with tilemaps too.

  • The message is there for a reason. The game won't work. Removing the message doesn't fix that.

  • What is the error?

  • It's hard to help without more information. Is Chrome fully up-to-date? If you press F12 are there any errors in the browser console?

  • IIRC, all Construct exports already require Internet permission, because Cordova needs it to work.

    • Post link icon

    Closing as duplicate of https://www.construct.net/en/forum/scirra-website/website-issues-and-feedback-35/scirra-arcade-jquery-3-4-1-150397. I tagged Tom who works on the website so he should see that.

  • Tagging Tom

  • I was talking about problems end-users have when using apps, in which case the particular way those apps are built is irrelevant.

  • I think you also contacted our support email - I updated Construct to handle invalid UI state files and just ignore them, and that change went out in today's r189.2 patch, so it shouldn't happen again.

  • "Scale inner" and "Scale outer" both fill the screen completely.

    See the tutorial Supporting multiple screen sizes

  • The Browser object has features to help detect updates and reload to use them. The browser console also logs the update state. See: Offline games in Construct 3

    Usually the problem is the caching configuration on your server. For example if it serves offline.json with a header saying "you can keep reading this from the cache for 24 hours", you won't see an update for another 24 hours.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Any bug that prevents you opening a project would be a high priority to fix, but we have nothing to go on unless you can file an issue following all the guidelines (we need all that information to be able to do anything about it).

  • 1. Can "Remote Preview" be used on an offline LAN network?

    Much like the multiplayer feature, remote preview uses a signalling server to broker a direct peer-to-peer connection between the devices. This means you do have to be online for the devices to find each other, but then the data can be transferred over the LAN if the devices can reach each other that way. Related is:

    2. When using Remote Preview, how long do the builds stay on the Scirra servers?

    Your project is never sent to the signalling server.

    When you use the mobile app build server, it does send your project to the server so it can build an app from it. Then it immediately deletes the project. It does not hold on to it long-term.

    2. How do I use the equivilent of "Fullscreen: Crop" in C3, as this option no longer exists in C3?

    It was removed because it was difficult to support, didn't seem to have much use, and the other fullscreen options all seem like much better options since they handle aspect ratio and scaling for you. You can probably do what you want with some combination of the other options.

    3. More mild trivial quesiton, but is there a plugin to get dates/times from the users device?

    There's not yet an official feature, but I believe there are third-party addons covering this.

    4. Privacy. I had lightly asked about this in a blog post somewhat recently, and I have read the Privacy policy, but I was curious specifically what degree of information is tracked by Scirra?

    Our privacy policy is our official statement on the matter, but the editor only collects anonymous information and we never share the information with anyone else. It exists solely for us to maintain the quality of the product, such as by observing crash reports and fixing problems that we can spot that way (such as in this case). We do not collect or track any of the content of your project, such as anything you type in to the editor, and we have no interest in doing so. Also if you use any tracking blocking features that block Google Analytics, you will be completely opted out of this.

    A. Does the Multiplayer plugin work between C2 and C3? (Could a c2 build of a game communicate with a build in C3?).

    Yes, it should do (I haven't specifically tested this but the code is compatible).

    B. Can you add multiple "Multiplayer" plugins in a project? Or, if not, can you connect to multiple servers on the one instance?

    C3's multiplayer plugin is basically the same as in C2, and that's not supported.

    C. Can the official plugins be downloaded and modified?

    No, this caused appalling compatibility nightmares, it was often unnecessary for the intended feature in the first place, and we ended up dealing with the support burden.

  • Read the multiplayer tutorial series, which covers connectivity.

    • Post link icon

    Do not insult forum members. Always use respectful and constructive language. If you do this again you will be banned. See the Forum & community guidelines.