SC2FLA-FOSS-Edition is a Free and Open-source tool for converting .sc
files (Supercell's 2D asset format) into .fla
(Adobe Animate) files.
The Original SC2FLA which was released by Daniil and Fred is now closed-source and has been rewritten by Daniil in a faster language with more features.
This FOSS edition builds on Daniil's last public SC2FLA version. It adds basic compatibility with newer SC formats and offers extended support for SC2FLA. It does not have advanced features from the paid version, but it is a usable solution for those needing basic conversion capabilities. It supports:
- Basic
.sc
to.fla
conversion - Minor Bug fixes
- Version detection for
.sc
files - Downgrade support for SC2 to SC1 format via
ScDowngrade.exe
- Decode support for SCTX format via
SctxConverter.exe
- Support for batch processing of files
- Dump feature for PNG resources
This tool is only usable on Windows with no plans to extend OS support. I'm slowly improving it, but new features are not a priority at all.
Feel free to contribute to this project! Any help is greatly appreciated :D
-
Download the latest release.
-
Place
.sc
,_dl.sc
,_tex.sc
,.sctx
, and_{number}.sc
files into the$assets/
folder.
For V1.x - V3.x
-
Install dependencies:
pip install -r requirements.txt
-
Download ScDowngrade.exe and SctxConverter.exe.
-
Place both binaries into the
~\lib
folder. -
Run
run.bat
or execute via CLI.
For V4.x+
-
Install dependencies manually as above, or run:
.\user-scripts\setup.py
This installs dependencies and downloads the latest release of
ScDowngrade.exe
andSctxConverter.exe
. -
Place both binaries into the
~\lib
folder. -
Run desired scripts from
.\user-scripts
by dragging them to the main folder and executing, or use via CLI:setup.py
— Installs dependencies and downloads latest binariesprocess folder.bat
— Converts.sc
files with downgrade supportdump png.bat
— Dumps PNG resourcesclean all files.vbs
— Effectively resets the tool
usage: main.py [-h] [-p] [-d] [-dx/-cx] [-s] input
Arguments:
-h, --help Show this help message and exit
-p, --process Process .sc file or directory
-d, --dump Dump .png resources of .sc files [V4+]
-dx, --decompress Decompress .sc files
-cx, --compress Compress .sc files (LZMA | SC | V1)
-s, --sort-layers Enable layer sorting
Interpretation:
Not strikethrough = Not implemented
Not strikethrough w/ next version = In source control, scheduled for next release
Strikethrough w/ version = Released in that version
PR - User = Pull request by user
Improve logging [V1.1]Allow directory as argument [V2.0]Mergemain.py
andprocessor.py
[V2.0]Fix sc-compression bug [V2.0]Implement SCTX Converter [V3.0]Fix bugged textures with SCTX [V3.0]Set default textfield color to white [V3.0]Log using Colorama instead of raw ANSI injection [V3.0]- Implement PNG dump feature [V4.0]
- Fully rely on SCTX Converter for
.sctx
handling [V4.0] (PR - 8-bitHacc) - Separate package for automation/convenience; CLI remains supported with enhanced control [V4.0]
- Downgrade with directory argument (ScD version selector is broken) [Not possible currently]
- Faster Conversion
- Fix Khronos textures with PVRTexTool.exe
Copyright (C) 2025 generic_name_1911
This program is free software: You can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.