How to downgrade your c3p file ( Project build ) for an older c3 Version

5

Attached Files

The following files have been attached to this tutorial:

.png
.png
.png

Stats

1,470 visits, 2,027 views

Tools

Translations

This tutorial hasn't been translated.

License

This tutorial is licensed under CC BY 4.0. Please refer to the license text if you wish to reuse, share or remix the content contained within this tutorial.

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

.PNG

newversion.png

Download now 38.45 KB

1) Open Google Chrome ( Must be Chrome ) and open the file with the newest c3 version you need and download the project

.PNG

2)After downloading , open the project that you saved and go to file : project.c3proj

open this file with notepad and look for this

.PNG

"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

  • 2 Comments

  • Order by
Want to leave a comment? Login or Register an account!