Discuss Scratch

BamLol
Scratcher
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

Last edited by BamLol (Dec. 14, 2022 02:02:53)

PlNG_
Scratcher
500+ posts

Anyone have a scratch packager that isnt turbowarp

Maximouse
Scratcher
1000+ posts

Anyone have a scratch packager that isnt turbowarp

MagicCrayon9342
Scratcher
1000+ posts

Anyone have a scratch packager that isnt turbowarp

“GitHub.io is blocked too”
MagicCrayon9342
Scratcher
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
Scratcher
500+ posts

Anyone have a scratch packager that isnt turbowarp

Is vercel blocked for you?
TimMcCool
Scratcher
100+ posts

Anyone have a scratch packager that isnt turbowarp

ISTILLMAKESTUFF
Scratcher
500+ posts

Anyone have a scratch packager that isnt turbowarp

TimMcCool wrote:

This: https://sheeptester.github.io/htmlifier/

BamLol wrote:

github.io is blocked too
imfh
Scratcher
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:
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
Scratcher
1000+ posts

Anyone have a scratch packager that isnt turbowarp

imfh wrote:

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
Just download the standalone HTML file from releases
ISTILLMAKESTUFF
Scratcher
500+ posts

Anyone have a scratch packager that isnt turbowarp

imfh wrote:

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
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.
DifferentDance8
Scratcher
1000+ posts

Anyone have a scratch packager that isnt turbowarp

ISTILLMAKESTUFF wrote:

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.
Or this person is like me and has a shared home device that is also monitored.
not_chattyice
Scratcher
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
Scratcher
1000+ posts

Anyone have a scratch packager that isnt turbowarp

not_chattyice wrote:

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.
Please don't mention that mod. It breaks the Terms of Use. Same for the person who mentioned antarctic bird mod- please don't.
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
Scratcher
500+ posts

Anyone have a scratch packager that isnt turbowarp

Powered by DjangoBB