Ashley's Recent Forum Activity

  • As long as the project keeps working as expected, console error messages don't necessarily matter. For example it's possible the peer disconnected due to a timeout or connection error, in which case Construct logs the error to the console as a diagnostic in case it's useful, but otherwise it is a normal disconnection scenario.

  • If you create an object that is not placed on the layout, Construct loads its textures on the fly, and that can take a moment on low end devices. In that case the 'Create object' action is effectively asynchronous and you won't be able to immediately paste the object to a canvas, because the object hasn't loaded its textures yet, and so cannot draw itself.

    The easiest solution is to place the object on the layout, and destroy it on startup. Then Construct pre-loads its images when the layout starts. (See Memory usage in the manual.)

    Otherwise you can use the system memory management actions, e.g. the 'Load object images' action, before creating the object. Something like Load object images, wait for previous actions to complete, and then 'Create object' for the same object, will then ensure it is ready before creating and so it should be able to paste to a canvas straight away too.

    (FWIW Construct 2 loaded objects synchronously, and that could jank the game. Construct 3's approach ensures a smooth framerate and better performance loading lots of objects. This is not 100% compatible with C2 projects though and so is a documented compatibility issue moving from C2 to C3.)

  • The signalling server does not transmit any gameplay data. It only helps establish peer-to-peer connections between players. Therefore the connection quality of the signalling server will not affect lag in a multiplayer game and changing the signalling server won't affect it either. This is explained in more detail in Multiplayer tutorial part 1: Concepts.

  • The First-person platformer example sounds like it covers that.

  • There are three problems in addon.json: the first two are the website and documentation fields are left empty, but they are required; the third is that the category is set to "visual", but that is not one of the valid category options.

    Use an editor like VS Code that understands the JSON schema - it provides validation for all these requirements, and all three are highlighted as problems when editing your addon.json file.

  • You should use 'Wait for previous actions to complete', not 'Wait 0 seconds', as you want to make sure the previous actions have actually finished. If you wait for any fixed amount of time, there is still no guarantee the previous actions have actually finished.

    Construct 2 did not have any official Drawing Canvas plugin - that was only introduced in Construct 3. If you were using a different third-party plugin then please note it's not something we're responsible for.

  • Thanks for sharing the project file - I was able to identify it is indeed a regression from the r426 release due to a spritesheeting optimization (originally stemming from issue 8427). I've come up with a fix and we will probably do another stable release patch for this as it's a regression since the last stable release, but I think that would not be out until next week at this point. In the mean time hopefully you are OK continuing to work in the previous stable release r424.2.

  • Anyway this is what was happening in my project, where I happened to have a notes file that started with a "!"

    It's easy to test a script file with a "!" in the name in a new project, and it does indeed to cause an error. I filed this issue about that.

  • It's difficult to provide any help from just a video. If you file an issue following all the guidelines, or at least share a project file demonstrating the problem, it may be possible to help.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • It looks like you also already posted this here, where I already responded. As per the Forum & Community guidelines please don't cross-post like that - it's already fragmented the conversation.

  • Do you mean peer IDs? Those are short strings of random characters (not a number).

    The signalling server only guarantees that peer IDs are unique for everyone currently connected to the server. An ID may well be re-used for someone else in future after they disconnect from the signalling server. As actual data connections are peer-to-peer and those can run without a connection to the signalling server, it's also possible there are two active peers with the same peer ID. The likelihood of that is based on the length of IDs as that is how many possible combinations there are; currently the signalling server uses four characters which isn't that many (1-2 million combinations, so not enough to rule out collisions).

  • If you run in to a problem please file an issue following all the guidelines, as we need all that information to be able to help. Notably that includes a project file demonstrating the issue which this post doesn't appear to include, and without it there's little we can do.

Ashley's avatar

Ashley

Early Adopter

Member since 21 May, 2007

Twitter
Ashley has 1,471,614 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
  • x66
    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
  • x36
    Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

32/44
How to earn trophies

Blogs