Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » Extracting .sb files
- Bacteria999
-
Scratcher
1000+ posts
Extracting .sb files
For all I know, .sb, .sb2 and .sb3 are a type of compression of sounds and images in Scratch code.~
So how do we decompress the files?
So how do we decompress the files?
- Maximouse
-
Scratcher
1000+ posts
Extracting .sb files
For all I know, .sb, .sb2 and .sb3 are a type of compression of sounds and images in Scratch code.~For .sb2 and .sb3, rename them so they end with .zip and unzip.
So how do we decompress the files?
.sb is a complicated format so you can't extract assets manually. However, it isn't hard to write a program that does that, using the Python library Kurt.
- --Explosion--
-
Scratcher
1000+ posts
Extracting .sb files
You could also just upload the .sb file to the current scratch editor to convert it to .sb3 upon re-download.For all I know, .sb, .sb2 and .sb3 are a type of compression of sounds and images in Scratch code.~For .sb2 and .sb3, rename them so they end with .zip and unzip.
So how do we decompress the files?
.sb is a complicated format so you can't extract assets manually. However, it isn't hard to write a program that does that, using the Python library Kurt.
- Maximouse
-
Scratcher
1000+ posts
Extracting .sb files
Except if there are any problems while converting.You could also just upload the .sb file to the current scratch editor to convert it to .sb3 upon re-download.For all I know, .sb, .sb2 and .sb3 are a type of compression of sounds and images in Scratch code.~For .sb2 and .sb3, rename them so they end with .zip and unzip.
So how do we decompress the files?
.sb is a complicated format so you can't extract assets manually. However, it isn't hard to write a program that does that, using the Python library Kurt.
- 6319956
-
Scratcher
25 posts
Extracting .sb files
I tried ^ https://scratch.mit.edu/projects/863612734/ <-image
Last edited by 6319956 (June 9, 2023 22:28:04)
- Discussion Forums
- » Advanced Topics
-
» Extracting .sb files