Here's the link to the script:
https://github.com/biud436/RGSS3/blob/master/RS_AsyncDownloader.rb
I've tested it, and it still works.
running
URL >> " https://d289qh4hsbjjw7.cloudfront.net/rpgmaker-20130522223546811/files/carousel-screenshot-rpg-maker-mv.jpg "
in a script call downloads an image to your game's picture folder.
To download any kind of file, put this in a script call:
string = "https://raw.githubusercontent.com/biud436/RGSS3/refs/heads/master/" + "RS_AsyncDownloader.rb"
URL.download(string)
This downloads the script text file to the root folder of your game. The link can be replaced with any other link that leads to a file of course.
biud436 has a lot of other useful vx ace scripts:
https://github.com/biud436/RGSS3
MV & MZ scripts too:
https://github.com/biud436/MV
https://github.com/biud436/MZ
#rpgmakervxace #rpgmakervx #rpgmaker #ruby #c_api #win32 #scripting #rgss3











0 comments