-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggestions for Utilities Plugin #217
Comments
GreenFlag already is in ShovelUtils as Restart project. And you can do most of what you mentioned with the Files extension. |
Could you quickly explain how to interact with ZIP files, along with replacing sprites and sounds? |
You can't interact with zip files, but you can add sprites and sounds with links to their respective location on a website (look at the example links) |
That wouldn't work, this would have to be a 1 file/1 link for all thing, its for full mod support on my game |
@TheShovel You think its possible to add Zip support to either the files extension or ShovelUtils? |
It's now possible to interact with zips with the Zip extension. |
It sure is! I love it |
these all exist now in various extensions as mentioned above |
replaceFile type[costume,sound,backdrop] with [fileResult] BLOCK (fileResult accepts fileResult reporter)
fileResult REPORTER
fileExtension REPORTER
fileName REPORTER
openFileDialog title:[value] custom CSS (optional):[value] accept files:[fileExtension] BLOCK
downloadFile name:[fileName] extension:[fileExtension] costume/sound:[value] BLOCK (Value accepts any costume or sound in entire project)
greenFlag BLOCK
If you need an explanation for any block please tell me
The text was updated successfully, but these errors were encountered: