Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » Does anybody know how to add DLC???
- The_UnknownKing
- Scratcher
100+ posts
Does anybody know how to add DLC???
Obviously this wouldn't be possible on the regular Scratch website, but I am currently working on a game that I want to distribute for free on some other game website, and also add a paid DLC that unlocks a new stage. Does anybody know any Scratch mods or other websites that would allow me to do something like that?
Hello I am The_UnknownKing, the creator of an up to 4 PLAYER boss fighting game with a story called Blimp Bosses If you wanna try it click here and feel free to give feedback. I
I hope you have a great day!!!
when green flag clicked
broadcast [Have a Wonderful Day!!! v]
when backdrop switches to [What type of King are you? v]
say [The Unknown King] for (An Unknown Amount of Seconds) secs
- Blackout32
- Scratcher
500+ posts
Does anybody know how to add DLC???
This would probably be possible with ScratchAttach, or anything else that can be used to access the cloud variable websocket, and then implement your own payment logic on the backend
It's possible on scratch even but goes against TOS so I wouldn't recomend doing it. How are you going to distribute your scratch game on other websites? I don't understand how that's possible.
Edit: Your DLC would probably be easily hackable and accessible for free if it's not downloaded from the server as well. I don't think this is a good idea in general
It's possible on scratch even but goes against TOS so I wouldn't recomend doing it. How are you going to distribute your scratch game on other websites? I don't understand how that's possible.
Edit: Your DLC would probably be easily hackable and accessible for free if it's not downloaded from the server as well. I don't think this is a good idea in general
Last edited by Blackout32 (Sept. 28, 2024 00:45:54)
- The_UnknownKing
- Scratcher
100+ posts
Does anybody know how to add DLC???
ScratchAttach, or anything else that can be used to access the cloud variable websocket, and then implement your own payment logic on the backendThis would probably be possible with
It's possible on scratch even but goes against TOS so I wouldn't recomend doing it. How are you going to distribute your scratch game on other websites? I don't understand how that's possible.
Edit: Your DLC would probably be easily hackable and accessible for free if it's not downloaded from the server as well. I don't think this is a good idea in general
It wouldn't be released on the Scratch website. (As long as you don't have copyrighted stuff in your project, you are allowed to download it, package it, and publish the file on other gaming websites. I've done it before and I know how to price Scratch games, I just don't know how to add a downloadable DLC that builds off the same game file without creating a seperate project.)
Hello I am The_UnknownKing, the creator of an up to 4 PLAYER boss fighting game with a story called Blimp Bosses If you wanna try it click here and feel free to give feedback. I
I hope you have a great day!!!
when green flag clicked
broadcast [Have a Wonderful Day!!! v]
when backdrop switches to [What type of King are you? v]
say [The Unknown King] for (An Unknown Amount of Seconds) secs
- Maximouse
- Scratcher
1000+ posts
Does anybody know how to add DLC???
I don't think there's a mod with this feature. If you use TurboWarp Packager, you could enable its custom JS option, which allows you to implement things that aren't possible in Scratch using JavaScript code.
- The_UnknownKing
- Scratcher
100+ posts
Does anybody know how to add DLC???
I don't think there's a mod with this feature. If you use TurboWarp Packager, you could enable its custom JS option, which allows you to implement things that aren't possible in Scratch using JavaScript code.
Interesting, thanks for the feedback
Hello I am The_UnknownKing, the creator of an up to 4 PLAYER boss fighting game with a story called Blimp Bosses If you wanna try it click here and feel free to give feedback. I
I hope you have a great day!!!
when green flag clicked
broadcast [Have a Wonderful Day!!! v]
when backdrop switches to [What type of King are you? v]
say [The Unknown King] for (An Unknown Amount of Seconds) secs
- Discussion Forums
- » Advanced Topics
- » Does anybody know how to add DLC???