Converter for sb3 files to sb2 files
- SbC3.py - The main file, does the actual conversion
- specmap.py - Creates a specmap file for the conversion
- specmap2.json - Specmap file generated from the sb2 to sb3 specmap
- sb2_project.sb2 - Test project created in sb2 format
- sb3_project.sb3 - Test project converted to sb3 format
- Download SbC3.py and specmap2.json into the same folder.
- Put the .sb3 file in the same folder and name it 'project.sb3'
- Run SbC3.py with Python 3. It is possible that it will work with Python 2.
- It will save to 'project.sb2' provided there is not already a file in that location.
For more advanced usage, such as with different file names, run 'python SbC.py -h'.
- Comments may be incorrectly attached in hacked projects
- SVG(Vector mode) assets are not yet converted and may look wrong.
- Work in progress; may be buggy