public

Rpg Maker Developers Group

Simple enough for a child, powerful enough for a developer

2 Followers

VXACELigni Download [Scripter's Tool]

BMM Archive · July 15, 2026

Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.

Original Source

  • Original title: Ligni Download [Scripter's Tool]
  • Original author: Kvothe
  • Original date: June 8, 2017
  • Source thread: https://forums.rpgmakerweb.com/threads/ligni-download-scripters-tool.79704/
  • Source forum path: Game Development Engines > Ruby Game System (RGSS) Scripts > RGSS3 Scripts (RMVX Ace)

Summary

{ "lightbox_close": "Close", "lightbox_next": "Next", "lightbox_previous": "Previous",

Archived First Post

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.

Downloads / Referenced Files

Log in to download

Log in, then follow the RPG Maker Developers Group to see these download links.

Log in to download
Creator Claims / Removal

If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.

#039#rgss3#script-archive

Replies (0)

No replies yet.

0 replies 1 view

Log in to reply.

User Avatar