じ☆ve冰风 发表于 2026-8-1 18:58:49

Ligni Download [Scripter's Tool]


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


Author: Dax Soft/Kvothe
Download Link:http://dax-soft.weebly.com/ligni-download-url.html
Explanation and samples: on code

Allow you download files from web, direct by your rpg maker project. On the way fastest and better. And after all, it is very simple to do it. See a example below.
How to Install: Download the 'ldufcmd.exe' and put on the main directory of your project. After it, put the code on Script Editor.
How to Use: Explanation and samples on code.
Example of the use: You can build a DLC system.

Example: ​
                Code:       
Ligni::Download.new({
url: "https://raw.githubusercontent.com/DaxSoft/RGSS3/master/ULSE_EN.rb",
type: "-text"
}, true) { |data|
data.rename({ name: "ulse en" })
}


You can download the file... rename, open, delete, run and save/load on a register file.


https://www.youtube.com/embed/UlWE4xzuWUU​



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