Ashley's Recent Forum Activity

  • In Construct 3 I would recommend using only WebM Opus. That is one format that works on all platforms and avoids all the problems that came with having dual-encoding.

  • I just checked this - we did some maintenance on the build server yesterday but part of the configuration wasn't updated. I just updated it so it should work now. Apologies for the inconvenience.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You can play audio from a URL using the Add remote URL action. There's more information in the Audio manual entry.

  • Construct will remember your login and settings as long as the browser does. Check your browser settings or if you have some kind of extension that clears data. For example if you have something that clears all cookies every day, that will also clear your Construct login and settings.

  • This doesn't really make any sense as there were no changes to Android exports between r308 and r308.2 - the update was mainly about fixing a few issues with the editor.

    In general it's impossible to help unless you can file an issue following all the guidelines, as we need all those details to be able to investigate.

  • My hope was to simply have zip files of each of the games that I could download and run locally.

    Construct games work offline once they've loaded. So serving from HTTPS doesn't sound all that different to just downloading and loading zips. So maybe you could just use a server after all?

    Im curious though, you mentioned not supporting the file:// protocol, but isnt the macos * ios exports utilizing that?

    Not any more - we moved to an app: scheme using WKURLSchemeHandler a couple of years ago to get off the restrictions of the file: protocol. Even before that, we had tons of ugly compatibility code in Cordova mode to handle all the problems of running on file:.

  • You can't load projects over the file: protocol. So many things get blocked for security reasons it won't load at all. There are quite a few significant changes that need to be made to get it to load.

    Why not use the built-in iOS export? That loads the game in WKWebView and handles all of this for you.

  • There's no limit other than how fast the host running Remote Preview can upload. However once the project has finished loading, the bandwidth requirement is minimal. So it will be much more likely you can handle lots of peers if they load at different times (so the upload happens one at a time), rather than at the same time (which means uploading to multiple peers simultaneously).

  • Maybe you spelt the name of the instance variable wrong?

    It's hard to suggest anything else without seeing the whole project.

  • What the blog post describes is still the case.

    It's not guaranteed to be faster to check for collision first, but I would suspect it usually is. If you have thousands of spread-out instances and a series of conditions that are costly to check followed by an overlap check, it will likely be much faster to do the overlap check first. However if you have thousands of instances all in the same place (hence in the same collision cell) and a cheap condition that can quickly filter them down to just a few, then it's probably a bit faster to do the collision check last. However the first case will potentially make a big difference and the latter case probably only a small difference, hence the advice to prefer the former. As ever the only way to get the correct answer on performance questions is to measure it.

  • That's an exported project and cannot be opened in Construct. Actual Construct project files are .capx (C2) or .c3p (C3) files.

  • Ouya was apparently discontinued in 2015, I'm surprised it's still in any kind of use!

    So long as it uses the standard gamepad spec it should work with the existing gamepad plugin, but I guess being 7 years out of date means it's way behind on supporting that. I'm sure you'll run in to loads of similar problems if it's that far out of date.

    It's very much our intention not to expose the built-in plugin/behavior code in C3. In C2 it was not meant to be used, but people found it in the install directory and so started making tweaks, which we never wanted to happen because it causes appalling compatibility nightmares, and that's exactly what happened. It will cause more problems than it solves. If you want to do something custom, write a new plugin or use JavaScript coding.

Ashley's avatar

Ashley

Early Adopter

Member since 21 May, 2007

Twitter
Ashley has 1,537,213 followers

Connect with Ashley

Trophy Case

  • Jupiter Mission Supports Gordon's mission to Jupiter
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Forum Hero Made 1,000 posts in the forums
  • Forum Wizard Made 5,000 posts in the forums
  • Forum Unicorn Made 10,000 posts in the forums
  • Forum Mega Brain Made 20,000 posts in the forums
  • x109
    Coach One of your tutorials has over 1,000 readers
  • x69
    Educator One of your tutorials has over 10,000 readers
  • x3
    Teacher One of your tutorials has over 100,000 readers
  • Sensei One of your tutorials has over 1,000,000 readers
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • RTFM Read the fabulous manual
  • x38
    Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

32/44
How to earn trophies

Blogs