cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X

Revert files to Illustrator 4.2 - How To

jmikesell
15-Moonstone

Revert files to Illustrator 4.2 - How To

I'm reposting this after it was taken down last week without explanation and none of the mods will reply to my PMs.

 

So Illustrator 5 corrupted a file on me last week somehow. I started a project in it and was working fine last week. Now I open the file and when I try to enter into one of my figures with a sequence, Illustrate exits. I really didn't want to lose all the work I put into that figure sequence so I took some time to see if I could revert the file to 4.2. I had some success so I wanted to share how I did it here if it will help anyone else out.

 

Note: Use at your own risk and back up your files before trying this. While it worked for my simple files containing only animation sequences I'm sure it will fail in some instances especially if you are using new features not present in 4.2.

 

Let's say I have a file names bike.c3di

 

  1. Rename the file to bike.c3di.zip and extract to a folder.
    This is in addition to other backups you make have, you will lose this file in the process.
  2. In this extracted folder modify the en.xlf file, replacing the <tool> section with the 4.2 version shown below

5.0

4.2

 

<tool
tool-id="urn:x-ptc:creo-illustrate"
tool-name="Creo 5.0"
tool-version="12.0.0.26"/>

 

<tool
tool-id="urn:x-ptc:creo-illustrate"
tool-name="Creo 4.2"
tool-version="11.2.0.23"/>
  1. Modify the manifest.3di file changing the version in the first line to "1.5" as shown below

5.0

4.2

 

<?xml version="1.0" encoding="utf-8"?>
<galaxy_3di:illustration xmlns:galaxy_3di="http://www.ptc.com/galaxy/namespace/mes"
version="1.6" sub_version="0"........

 

<?xml version="1.0" encoding="utf-8"?>
<galaxy_3di:illustration xmlns:galaxy_3di="http://www.ptc.com/galaxy/namespace/mes"
version="1.5" sub_version="0"........
  1. Save these files
  2. Open your zip file (bike.c3di.zip) in winRAR and replace the en.xlf and manifest.3di files with you modified version.
    Note: I tried just zipping the folder back up with the windows "Save as Compressed Folder" action and Illustrate says the resulting file is corrupt when you try to open it. I have sen this same behavior with modifying .pzv files. Not sure the root cause but I know this winRAR method works.
  3. Rename bike.c3di.zip back to bike.c3di and it should now open in illustrate 4.2

 

1 REPLY 1

Still here so far. 🙂

This makes me wonder if maybe the problem wasn't your original post, but my comment, which made liberal use of the "h" word to describe opening up the c3di zipped contents, modifying them, and then rezipping into a new c3di file.

Top Tags