Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filetype after decompression #22

Open
lasnikr opened this issue Jun 5, 2023 · 0 comments
Open

Filetype after decompression #22

lasnikr opened this issue Jun 5, 2023 · 0 comments

Comments

@lasnikr
Copy link

lasnikr commented Jun 5, 2023

I am decompressing a sc2 file.
Confirming it with following command in bash:
head -n 1 icons_orig.sc | grep -q ^SC && strings icons_orig.sc | grep -q START && echo "sc2 file"
actually yields "sc2 file".

But running the file command on the now decompressed file gives following result:
icons.sc: SysEx File - IDP
What is that file format, how do I read / open it? I can't find anything useful online. I thought that it could maybe be used as a lookup table for the the corresponding *_tex.cv file to get the rotation and position of each element, but that's just a hopeful guess.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant