Hello!
I have a non-trivial question. Due to the specifics of my job I have to work with the older versions of C3 like r251.2 or r241 and sometimes I need to open projects created on the newer versions of Construct on the older ones. Usually I just needed to edit "savedWithRelease" property in .c3proj file, disable 3d rendering and/or enable orthographic projection to make project comaptible.
Everything worked fine until the recent updates. Now when I try to open the modified project file (that was previously saved on the newest versions of C3 like r308) I get the following error all the time: "Failed to open project. Check it is a valid Construct 3 single-file (.c3p) project."
I can't even copy any object (e.g. sprite, particles) from one project (opened in r302+) to another (opened in any older version of C3). I get the following error: "Some items were not pasted. Not all the copied items could be pasted to this project. Check all the names and requirements match."
However if I try to copy a sprite from the project opened in the new version of C3 and then paste its info from buffer into a text file and change the "exportFormat" property from "lossless" to "png" I'm able to paste this edited data into a project opened in the older version of the engine without any problem.
So at least I'm able to copy objects between the projects now. But what can I do to make the whole project compatible with the older versions of C3 again?
Any help is really appreciated. Thanks in advance!