bernease-uw's Forum Posts

  • 3 posts
  • Thanks so much, GeoffB! The URL approach will work pretty good for our case as I can trust them to go through a specific URL. I wasn't aware of it.

    But yes, disabling auto-updates in the future would be wonderful!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Just to clarify, I should have said pegging to a particular C3 release. I want to make clear that the editor itself changing is (probably?) not the problem, the problem is the C3 engine release (unless they are one in the same).

  • In this tutorial about version control and Construct, there is a warning that versions are not backward compatible and collaborators should refrain from updating the C3 version (rXXX).

    But I haven't found an easy way to stop the updates programmatically. How do I stop the updates for those using the online editor? It is unfortunately not sustainable or feasible to rely on everyone hit the correct button on the popup to decline instant updates.

    I'll also add that this is for students that are using an Access Code.

    Also note that when Construct updates, make sure everyone on your team updates at the same time. Construct project files are not backwards compatible - i.e. you can't open a project saved in r200 in r100. Similarly, while using source control, you cannot merge changes made in r200 back in to a project saved in r100 and keep using it in r100. Since the file format is not backwards compatible, you may corrupt the project. If everyone on the team updates at the same time, you'll avoid this problem.

    https://www.construct.net/en/tutorials/collaborate-construct-2390/conclusion-6

  • 3 posts