Discuss Scratch

mybearworld
Scratcher
1000+ posts

Scratch 2 Custom Languages

mybearworld wrote:

(#158)
I've just finished working on this:
I put the link to download in the OP!
If anyone has any recommendations for it, post them here
DifferentDance8
Scratcher
1000+ posts

Scratch 2 Custom Languages

mybearworld wrote:

mybearworld wrote:

(#158)
I've just finished working on this:
I put the link to download in the OP!
If anyone has any recommendations for it, post them here
Recommendations: If you have a website, host the tool there.
gosh darn it
mybearworld
Scratcher
1000+ posts

Scratch 2 Custom Languages

DifferentDance8 wrote:

(#162)

mybearworld wrote:

mybearworld wrote:

(#158)
I've just finished working on this:
I put the link to download in the OP!
If anyone has any recommendations for it, post them here
Recommendations: If you have a website, host the tool there.
gosh darn it
I don't have one, this is the best I can do :/
CST1229
Scratcher
1000+ posts

Scratch 2 Custom Languages

mybearworld wrote:

(#161)

mybearworld wrote:

(#158)
I've just finished working on this:
I put the link to download in the OP!
If anyone has any recommendations for it, post them here
If you can combine everything into 1 HTML file, also post that alongside the zip download.
Also, for files under 10MB you can upload them to assets (it accepts literally anything, even things that aren't images or sounds).

Last edited by CST1229 (Oct. 4, 2022 15:15:02)

mybearworld
Scratcher
1000+ posts

Scratch 2 Custom Languages

CST1229 wrote:

If you can combine everything into 1 HTML file, also post that alongside the zip download.
Also, for files under 10MB you can upload them to assets (it accepts literally anything, even things that aren't images or sounds).
I couldn't get it to upload, but I put it all in one minified HTML file. Thanks!

Last edited by mybearworld (Oct. 4, 2022 15:28:24)

ZZC12345
Scratcher
500+ posts

Scratch 2 Custom Languages

CST1229 wrote:

mybearworld wrote:

(#161)

mybearworld wrote:

(#158)
I've just finished working on this:
I put the link to download in the OP!
If anyone has any recommendations for it, post them here
If you can combine everything into 1 HTML file, also post that alongside the zip download.
Also, for files under 10MB you can upload them to assets (it accepts literally anything, even things that aren't images or sounds).
(although you probably aren't supposed to upload any mime type)

EDIT: clarified that I meant other mime types

Last edited by ZZC12345 (Oct. 5, 2022 08:59:48)

DifferentDance8
Scratcher
1000+ posts

Scratch 2 Custom Languages

ZZC12345 wrote:

(although you probably aren't supposed to upload anything)


EDIT: Images formerly are mime types (source), so the edit wouldn't change anything.

Last edited by DifferentDance8 (Oct. 5, 2022 09:05:54)

CST1229
Scratcher
1000+ posts

Scratch 2 Custom Languages

ZZC12345 wrote:

(although you probably aren't supposed to upload any mime type)
I know, but how else are we supposed to upload files other than data URLs?

Last edited by CST1229 (Oct. 5, 2022 09:01:36)

mybearworld
Scratcher
1000+ posts

Scratch 2 Custom Languages

ZZC12345 wrote:

(#166)

CST1229 wrote:

Also, for files under 10MB you can upload them to assets (it accepts literally anything, even things that aren't images or sounds).
(although you probably aren't supposed to upload any mime type)

EDIT: clarified that I meant other mime types
Nono word seems to stop you from doing that
DifferentDance8
Scratcher
1000+ posts

Scratch 2 Custom Languages

mybearworld wrote:

Nono word seems to stop you from doing that
…apart from images, where it is not only encouraged, but there's a button dedicated to it!
mybearworld
Scratcher
1000+ posts

Scratch 2 Custom Languages

DifferentDance8 wrote:

(#170)

mybearworld wrote:

Nono word seems to stop you from doing that
…apart from images, where it is not only encouraged, but there's a button dedicated to it!
I know that! I meant that you can't upload .html files like that
DifferentDance8
Scratcher
1000+ posts

Scratch 2 Custom Languages

mybearworld wrote:

I meant that you can't upload .html files like that
Welp. Time to fork the github to remove that limitation!
CST1229
Scratcher
1000+ posts

Scratch 2 Custom Languages

mybearworld wrote:

(#169)

ZZC12345 wrote:

(#166)

CST1229 wrote:

Also, for files under 10MB you can upload them to assets (it accepts literally anything, even things that aren't images or sounds).
(although you probably aren't supposed to upload any mime type)

EDIT: clarified that I meant other mime types
Nono word seems to stop you from doing that
Apparently assets does block non-image-or-sound uploads now.

Last edited by CST1229 (Oct. 5, 2022 13:06:43)

mybearworld
Scratcher
1000+ posts

Scratch 2 Custom Languages

CST1229 wrote:

Apparently assets does block non-image-or-sound uploads now.
Ah, that makes sense.
DifferentDance8
Scratcher
1000+ posts

Scratch 2 Custom Languages

CST1229 wrote:

assets does block non-image-or-sound uploads now.
What? That means we would have to resort to either data:urls which can't be made very efficiently, or using a file hosting website and sharing the link (which by the way, google drives aren't allowed because of this)

LegendaryBunny wrote:
yeah google image links can be virtually anything, and filterbot probably didn't know if you were linking to something bad.
also yeah it also probably thought you were linkng to a drive file

Last edited by DifferentDance8 (Oct. 5, 2022 13:19:38)

CST1229
Scratcher
1000+ posts

Scratch 2 Custom Languages

DifferentDance8 wrote:

What? That means we would have to resort to either data:urls which can't be made very efficiently, or using a file hosting website and sharing the link (which by the way, google drives aren't allowed because of this)
Or something like putting the file on a GitHub repo and linking to its github pages url.
mybearworld
Scratcher
1000+ posts

Scratch 2 Custom Languages

CST1229 wrote:

(#176)

DifferentDance8 wrote:

What? That means we would have to resort to either data:urls which can't be made very efficiently, or using a file hosting website and sharing the link (which by the way, google drives aren't allowed because of this)
Or something like putting the file on a GitHub repo and linking to its github pages url.
I don't have GitHub so that don't work
mybearworld
Scratcher
1000+ posts

Scratch 2 Custom Languages

mybearworld wrote:

(#177)

CST1229 wrote:

(#176)

DifferentDance8 wrote:

What? That means we would have to resort to either data:urls which can't be made very efficiently, or using a file hosting website and sharing the link (which by the way, google drives aren't allowed because of this)
Or something like putting the file on a GitHub repo and linking to its github pages url.
I don't have GitHub so that don't work
I have GitHub now! Site coming soon
mybearworld
Scratcher
1000+ posts

Scratch 2 Custom Languages

gilbert_given_189
Scratcher
1000+ posts

Scratch 2 Custom Languages

So I tried to translate Scratch to Emoji…

tbh could be better if it's in Scratch 3

(since the forums can't handle emojis, here's a gist)

Last edited by gilbert_given_189 (Aug. 1, 2024 13:59:47)

Powered by DjangoBB