Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » Scratch mod launcher [working on 3b1]
- Foxi135
-
100+ posts
Scratch mod launcher [working on 3b1]
hello!
i've been working lately on this program
and it does exactly what its sounds like -
launch scratch mods
it supports .image, .swf and .exe
here's how it looks like:

Download
i wrote it in lua with love2d framework
old download
btw, this is my first post in AT so constructive critisism please
i've been working lately on this program
and it does exactly what its sounds like -
launch scratch mods
it supports .image, .swf and .exe
here's how it looks like:

Download
i wrote it in lua with love2d framework
old download
btw, this is my first post in AT so constructive critisism please
Last edited by Foxi135 (May 24, 2023 18:46:42)
- Redstone1080
-
1000+ posts
Scratch mod launcher [working on 3b1]
Cool! I might make one for 3.0 mods, now that I think of it…
function greet(name) { return "hello " + name; } alert(greet("person. i am currently behind you"))
- Redstone1080
-
1000+ posts
Scratch mod launcher [working on 3b1]
(#3)What other options are there? A lot, but is there one best approach? No! They're all equal.
Writing it in Lua might of not been the best route, but cool.
Also, @Foxi135 might not know any other programming languages, or they're most comfy with Lua.
function greet(name) { return "hello " + name; } alert(greet("person. i am currently behind you"))
- Foxi135
-
100+ posts
Scratch mod launcher [working on 3b1]
…, but cool.
thanks! Cool!…
i think my launcher could handle 3.0, but i didnt tested it yet …I might make one for 3.0 mods, now that I think of it…
besides Scratch and Python i dont know any other language.. Writing it in Lua might of not been the best route…
and i dont like python cuz of these things
if condition: print("hello")
its not very readable.
- PPPDUD
-
1000+ posts
Scratch mod launcher [working on 3b1]
Agreed.…, but cool.thanks! Cool!…i think my launcher could handle 3.0, but i didnt tested it yet …I might make one for 3.0 mods, now that I think of it…besides Scratch and Python i dont know any other language.. Writing it in Lua might of not been the best route…
and i dont like python cuz of these thingswhere's the “end” mark or smth?if condition: print("hello")
its not very readable.
I'll release a new project about my account's history whenever I get 100 followers.
I once wrote a poem about a chip enthusiast who is also a little crazy..
Like a rotten egg, I am not fun to eat.
Like a farmer, I dance to my own beet.
Like a flesh-eating monster, I have a lot of salt in my diet.
In a chip-eating competition, I cannot be beat.
#bluewasbetter
Funny Programmer Memes

ĥģßė
- Foxi135
-
100+ posts
Scratch mod launcher [working on 3b1]
progress: im currently working on downloader
new plan: cuz downloading files with lua and cmd (os.execute) doesn't work properly and love2d have openURL function, im gonna do an “Discover” tab, where available mods to download will be listed with link to official site or/and forum.
new plan: cuz downloading files with lua and cmd (os.execute) doesn't work properly and love2d have openURL function, im gonna do an “Discover” tab, where available mods to download will be listed with link to official site or/and forum.
Last edited by Foxi135 (Nov. 18, 2022 07:44:19)
- know0your0true0color
-
100+ posts
Scratch mod launcher [working on 3b1]
Have you started? Cool! I might make one for 3.0 mods, now that I think of it…
If so is it on GitHub?
Hi! I'm know0your0true0color, you can also call me Fresh
- Redstone1080
-
1000+ posts
Scratch mod launcher [working on 3b1]
(#10)Nope.Have you started? Cool! I might make one for 3.0 mods, now that I think of it…
If so is it on GitHub?
function greet(name) { return "hello " + name; } alert(greet("person. i am currently behind you"))
- NanoRook
-
1000+ posts
Scratch mod launcher [working on 3b1]
Do you mind putting the code for it on Github?
I LOVE BEING PURPLE!!!! JOIN THE PURPLE COALITION TODAY IF YOU ALSO LOVE BEING PURPLE. PURPLE IS THE NEW BLUE! PURPLE IS THE SUPERIOR NAVBAR COLOR! YYYEAAHHHHH BABY!!!!

- Foxi135
-
100+ posts
Scratch mod launcher [working on 3b1]
1.2 is out!
What's new?
- ctrl+c works for launch tab now too
- added ctrl+o shortcut to open directory the mod is in
- in discover tab if you hover over mod that you dont have and press ctrl+o,
you have an option to setup the folder with modlaunch.lua file
- expanded list (A-Q)
- bug fixes
What's new?
- ctrl+c works for launch tab now too
- added ctrl+o shortcut to open directory the mod is in
- in discover tab if you hover over mod that you dont have and press ctrl+o,
you have an option to setup the folder with modlaunch.lua file
- expanded list (A-Q)
- bug fixes
Last edited by Foxi135 (Nov. 17, 2022 11:55:21)
- Foxi135
-
100+ posts
Scratch mod launcher [working on 3b1]
i got github!
https://github.com/Foxi135/ScratchModLauncher
https://github.com/Foxi135/ScratchModLauncher
- PPPDUD
-
1000+ posts
Scratch mod launcher [working on 3b1]
Are you sure you are allowed to link to OneDrive on Scratch? its pretty quiet here…
what do you think about this?
I'll release a new project about my account's history whenever I get 100 followers.
I once wrote a poem about a chip enthusiast who is also a little crazy..
Like a rotten egg, I am not fun to eat.
Like a farmer, I dance to my own beet.
Like a flesh-eating monster, I have a lot of salt in my diet.
In a chip-eating competition, I cannot be beat.
#bluewasbetter
Funny Programmer Memes

ĥģßė
- Discussion Forums
- » Advanced Topics
-
» Scratch mod launcher [working on 3b1]