Discuss Scratch

YC72909
Scratcher
100+ posts

StorageOS - An OS Made to be Better, in Every Way! - v1.23.8 SOON!

StorageOS wrote:

maxcrocky wrote:

Guys I am working on the App Store
Cool!
What should I work on here?
maxcrocky
Scratcher
100+ posts

StorageOS - An OS Made to be Better, in Every Way! - v1.23.8 SOON!

i am not working on the app store i turns out the scratch output files use edge
StorageOS
Scratcher
100+ posts

StorageOS - An OS Made to be Better, in Every Way! - v1.23.8 SOON!

maxcrocky wrote:

(#82)
i am not working on the app store i turns out the scratch output files use edge
Okay…?
StorageOS
Scratcher
100+ posts

StorageOS - An OS Made to be Better, in Every Way! - v1.23.8 SOON!

YC72909 wrote:

(#81)

StorageOS wrote:

maxcrocky wrote:

Guys I am working on the App Store
Cool!
What should I work on here?
I suppose you could work on some sort of game, preferably small and compact, to reduce project size.
maxcrocky
Scratcher
100+ posts

StorageOS - An OS Made to be Better, in Every Way! - v1.23.8 SOON!

StorageOS wrote:

maxcrocky wrote:

(#82)
i am not working on the app store i turns out the scratch output files use edge
Okay…?
I was basically trying to make it so that u can upload a scratch project so I unzipped file witch u download and contained 2 edge files(which u need internet) so basically it is possible to use the internet in scratch but I would need external servers so ya


50th post

Last edited by maxcrocky (Feb. 26, 2023 21:34:51)

StorageOS
Scratcher
100+ posts

StorageOS - An OS Made to be Better, in Every Way! - v1.23.8 SOON!

maxcrocky wrote:

(#85)

StorageOS wrote:

maxcrocky wrote:

(#82)
i am not working on the app store i turns out the scratch output files use edge
Okay…?
I was basically trying to make it so that u can upload a scratch project so I unzipped file witch u download and is contained 2 edge files(which u need internet) so basically it is possible to use the internet in scratch but I would need external servers so ya


50th post
Cool!
maxcrocky
Scratcher
100+ posts

StorageOS - An OS Made to be Better, in Every Way! - v1.23.8 SOON!

Also we could add tHe internet but we need servers so we can find one online but I am pretty sure the last one shut down in 2016
maxcrocky
Scratcher
100+ posts

StorageOS - An OS Made to be Better, in Every Way! - v1.23.8 SOON!

This uses micobit extension
maxcrocky
Scratcher
100+ posts

StorageOS - An OS Made to be Better, in Every Way! - v1.23.8 SOON!

Oh wait we could use servers as cloud verables
StorageOS
Scratcher
100+ posts

StorageOS - An OS Made to be Better, in Every Way! - v1.23.8 SOON!

Good news! After a little bit, I have a way for users to export their info, then they can import it when they sign in, to essentially “save” their information between sessions.
YC72909
Scratcher
100+ posts

StorageOS - An OS Made to be Better, in Every Way! - v1.23.8 SOON!

Oh how can u do that
StorageOS
Scratcher
100+ posts

StorageOS - An OS Made to be Better, in Every Way! - v1.23.8 SOON!

StorageOS wrote:

Good news! After a little bit, I have a way for users to export their info, then they can import it when they sign in, to essentially “save” their information between sessions.
Its stored as
STOR|*username*;*password*;*files*;*drawings*;*settings*;
with the text in asterisks replaced with the appropriate text. For example, the files list might look like:
1. user/settings.conf
2. user/readme.txt
3. user/notes.txt
then this script:
define save files
set [saved files v] to []
set [i v] to (1)
repeat (length of [files v])
set [saved files v] to (join(saved files)(join(item(i)of[files v])[;]))
change [i v] by (1)
end
add (saved files) to [USER DATA v]
will take that list and turn it into:
user/settings.conf;user/readme.txt;user/notes.txt;
and add that to the data list, so when the user presses the “Save my Info” button, that gets saved as well.
maxcrocky
Scratcher
100+ posts

StorageOS - An OS Made to be Better, in Every Way! - v1.23.8 SOON!

I am going to make a zip file
StorageOS
Scratcher
100+ posts

StorageOS - An OS Made to be Better, in Every Way! - v1.23.8 SOON!

maxcrocky wrote:

(#93)
I am going to make a zip file
Ok
StorageOS
Scratcher
100+ posts

StorageOS - An OS Made to be Better, in Every Way! - v1.23.8 SOON!

What is everyone doing? I'm working on adding the apps to the OS, and just finished compacting the app project from 671 blocks to 411 blocks, a subtraction of 260.
StorageOS
Scratcher
100+ posts

StorageOS - An OS Made to be Better, in Every Way! - v1.23.8 SOON!

I just uploaded a test version of StorageShooter, and a very WIP StorageWeb, a recreation of the internet on Scratch for StorageOS.
YC72909
Scratcher
100+ posts

StorageOS - An OS Made to be Better, in Every Way! - v1.23.8 SOON!

idk what to do I havent been told what to do yet
StorageOS
Scratcher
100+ posts

StorageOS - An OS Made to be Better, in Every Way! - v1.23.8 SOON!

YC72909 wrote:

(#97)
idk what to do I havent been told what to do yet
Just work on something, I don't care what. Maybe some different settings.
YC72909
Scratcher
100+ posts

StorageOS - An OS Made to be Better, in Every Way! - v1.23.8 SOON!

ok so do I just make a project for the OS in Scratch?
YC72909
Scratcher
100+ posts

StorageOS - An OS Made to be Better, in Every Way! - v1.23.8 SOON!

e.g. a project for the settings

Powered by DjangoBB