Warning
This project is curently more like a demo that a fully working project. Only small part of features is implemented and everything is topic for changes.
This project allows to easily create plugins for SCP: Secret Laboratory game servers by just connecting Blockly blocks - just like in Scratch! Everything is powered by LuaLab Plugin which allows to execude generated Lua code.
To start using Scratch Lab you just need to:
- Install LuaLab plugin
- Go to https://scpsl.simonb50.xyz/ (Secondary URL: https://scratch-lab.pages.dev/)
- Create your desired project using available blocks
- Click
Download code
button - Enter your project name
- Download created file (the download will start automatically)
- Upload the file just like other LuaLab plugin
- Enjoy your creation 😄
To modify Scratch Lab code you will need Node.js.
- Download source code from GitHub and open it with your editor
- Run
npm install
to install required packages - Start developement server by running
npm run start
After that you can start adding your modifications