Hello all
Your c3p file version is newer than your c3 version and dont want to upgrade it , so you can do this !
All my tutorials here
construct.net/en/tutorials/construct-tutorials-2525
1) Open Google Chrome ( Must be Chrome ) and open the file with the newest c3 version you need and download the project
2)After downloading , open the project that you saved and go to file : project.c3proj
open this file with notepad and look for this
"projectFormatVersion": 1,
"savedWithRelease": 21002,
the 21002 is the version r210.2 if you want to open in a older version like r98 change 21002 to 98000
3) look for ( version ) in the same file and change to the version you want in this case r98
"type": "plugin",
"id": "TiledBg",
"name": "Tiled Background",
"author": "Scirra",
"version": "r210.2",
"bundled": false
change here to ( r98 )" if you want to use the r98 version "
"version": "r210.2", to "version": "r98",
Look Up for all r210.2 in this arquive and change to r98
This is just an example , the version of the file will be the version you saved , and change to version you want
4) After change this file , zip all files , and drag and drop into your c3 older version you like
Thats it
You can see this post too
construct.net/en/forum/construct-3/how-do-i-8/open-newer-build-in-older-buil-135611