じ☆ve冰风 发表于 2026-7-31 18:20:20

URLDownloadToFile


http://i.imgur.com/xYvM0Sk.png

 ​
Name: URLDownloadToFile
Version: 1.0
Requeried: Dax Core
Download: Aqui

Allows you transfer a file that is "linked" in the url to another file, i.e, make download an file of internet. Some examples to follow.

# Download a picture any.. :vurl = "https://dwgkfo5b3odmw.cloudfront.net/img/promo_image/one_piece_anime_key_art.jpg"dstfile = "one piece wallpaper.jpg"URLDownloadToFile.run(url, dstfile, true)# Download the dax core :vurl = "http://pastebin.com/download.php?i=0G1CDAcN"dstfile = "dax core.txt"URLDownloadToFile.run(url, dstfile, true)  I believe it can be done interesting things with the script, just know how to use it. An their for example, is you "plugged" this script with the of the Masked, the MBC - DLC. It can be done a "self updater" of the project, or allows that the player make download directly of the game of the patch.


本贴来自国际rpgmaker官方论坛作者:Kvothe处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/urldownloadtofile.37196/
页: [1]
查看完整版本: URLDownloadToFile