Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » Anyone have a scratch packager that isnt turbowarp
- BamLol
-
6 posts
Anyone have a scratch packager that isnt turbowarp
ive been recently wanting to package some scratch games for a site but turbowarp is blocked, anyone know a solution?
EDIT: github.io is blocked too
EDIT: github.io is blocked too
Last edited by BamLol (Dec. 14, 2022 02:02:53)
- MagicCrayon9342
-
1000+ posts
Anyone have a scratch packager that isnt turbowarp
“GitHub.io is blocked too”
- MagicCrayon9342
-
1000+ posts
Anyone have a scratch packager that isnt turbowarp
if *.eu.org isn't blocked for you this will work: http://jdev.eu.org/warp.html
- ISTILLMAKESTUFF
-
500+ posts
Anyone have a scratch packager that isnt turbowarp
Is vercel blocked for you?
- ISTILLMAKESTUFF
-
500+ posts
Anyone have a scratch packager that isnt turbowarp
https://sheeptester.github.io/htmlifier/This:
github.io is blocked too
- imfh
-
1000+ posts
Anyone have a scratch packager that isnt turbowarp
If GitHub is not blocked, you could download the TurboWarp packager repository and run the webpage on your computer.
Node Installation: https://nodejs.org/en/download/
TurboWarp Packager: https://github.com/TurboWarp/packager
Commands to run (probably, I haven't tested it) in the directory of the downloaded packager:
Node Installation: https://nodejs.org/en/download/
TurboWarp Packager: https://github.com/TurboWarp/packager
Commands to run (probably, I haven't tested it) in the directory of the downloaded packager:
npm ci
npm run build-prod
npm start
# Finally, go to http://localhost:8947/
# Note: You might want to set NODE_ENV=production before running npm start
- MagicCrayon9342
-
1000+ posts
Anyone have a scratch packager that isnt turbowarp
Just download the standalone HTML file from releases If GitHub is not blocked, you could download the TurboWarp packager repository and run the webpage on your computer.
Node Installation: https://nodejs.org/en/download/
TurboWarp Packager: https://github.com/TurboWarp/packager
Commands to run (probably, I haven't tested it) in the directory of the downloaded packager:npm ci
npm run build-prod
npm start
# Finally, go to http://localhost:8947/
# Note: You might want to set NODE_ENV=production before running npm start
- ISTILLMAKESTUFF
-
500+ posts
Anyone have a scratch packager that isnt turbowarp
If there are websites that are blocked, we can assume that they probably are using a school chromebook, and using something like node isn't possible. If GitHub is not blocked, you could download the TurboWarp packager repository and run the webpage on your computer.
Node Installation: https://nodejs.org/en/download/
TurboWarp Packager: https://github.com/TurboWarp/packager
Commands to run (probably, I haven't tested it) in the directory of the downloaded packager:npm ci
npm run build-prod
npm start
# Finally, go to http://localhost:8947/
# Note: You might want to set NODE_ENV=production before running npm start
- DifferentDance8
-
1000+ posts
Anyone have a scratch packager that isnt turbowarp
Or this person is like me and has a shared home device that is also monitored. If there are websites that are blocked, we can assume that they probably are using a school chromebook, and using something like node isn't possible.
- not_chattyice
-
13 posts
Anyone have a scratch packager that isnt turbowarp
There's a Snail IDE packager. Works the same as Turbowarp, but it's blocked by schools for some reason. You can go to snail IDE and click create, then file, package project, and choose a .sb3 file to package. you can then scroll to the bottom and click “package project” and it will download an HTML file I think, and then you can open the javascript compiled project as a single HTML file. It runs the same as Turbowarp and not vanilla scratch.
Last edited by not_chattyice (June 14, 2024 02:05:47)
- BigNate469
-
1000+ posts
Anyone have a scratch packager that isnt turbowarp
Please don't mention that mod. It breaks the Terms of Use. Same for the person who mentioned antarctic bird mod- please don't. There's a Snail IDE packager. Works the same as Turbowarp, but it's blocked by schools for some reason. You can go to snail IDE and click create, then file, package project, and choose a .sb3 file to package. you can then scroll to the bottom and click “package project” and it will download an HTML file I think, and then you can open the javascript compiled project as a single HTML file. It runs the same as Turbowarp and not vanilla scratch.
Also, posting in an old and inactive topic is known as necroposting and isn't generally helpful, because the person who made the topic often isn't looking for an answer anymore.
- julmik6478
-
500+ posts
Anyone have a scratch packager that isnt turbowarp
Last edited by julmik6478 (June 14, 2024 12:41:46)
- Discussion Forums
- » Advanced Topics
-
» Anyone have a scratch packager that isnt turbowarp