A downloadable tool

Buy Now$5.00 USD or more

Dracky Text Loader adds rich, scrollable text documents to your RPG Maker MZ game. Load .txt files from a dedicated folder with support for images, clickable links, word wrapping, and full RPG Maker escape code support - perfect for books, journals, lore entries, and quest logs.


Key Features

📖 Text File Loading

  • Load any .txt file from the /texts/ folder
  • Automatic word wrapping for readability
  • Full RPG Maker escape code support (\C[n], {, }, \I[n], etc.)
  • Customizable window size and position
  • Beautiful scrollable interface with visual scrollbar

🖼️ Rich Content Support

  • Embed images from /texts/img/ folder
  • Scale images (1%-500%)
  • Align images (left, center, right)
  • Clickable hyperlinks that open in browser
  • Custom spacing commands

⚙️ Fully Customizable

  • Adjustable window dimensions (200-1920 × 200-1080 px)
  • Configurable content padding
  • Customizable scroll speed (10-100)
  • Adjustable line and block spacing
  • Custom link colors and underline toggle

📜 Interactive Scrollbar

  • Visual progress indicator
  • Click to jump to position
  • Drag and drop scrolling
  • Auto-hides when not needed

🎮 Flexible Control

  • Center window or use custom X/Y position
  • Keyboard controls (arrows, page up/down)
  • Mouse wheel scrolling
  • Touch/click support for links

Plugin Parameters

Display Settings

Default Window Width

  • Default: 816 px
  • Range: 200-1920
  • Default width when not specified in plugin command

Default Window Height

  • Default: 624 px
  • Range: 200-1080
  • Default height when not specified in plugin command

Window Padding

  • Default: 18 px
  • Range: 0-50
  • Padding around the window frame

Content Padding X

  • Default: 30 px
  • Range: 0-100
  • Horizontal padding for text content

Content Padding Y

  • Default: 30 px
  • Range: 0-100
  • Vertical padding at top and bottom

Spacing Settings

Line Spacing

  • Default: 4 px
  • Range: 0-20
  • Extra space between text lines

Block Spacing

  • Default: 30 px
  • Range: 0-100
  • Space added by empty lines in your text

Scroll Settings

Scroll Speed

  • Default: 40
  • Range: 10-100
  • Speed multiplier for keyboard/mouse scrolling

Link Settings

Link Color

  • Default: 17
  • Range: 0-31
  • Text color index for clickable links

Link Underline

  • Default: ON
  • Draws an underline beneath clickable links

How to Use

Setup:

  1. Create a folder named texts in your game's root directory
  2. Create a subfolder texts/img for images (optional)
  3. Place your .txt files in the texts folder
  4. Use the plugin command to display them

Writing Text Files:

Write normally in your .txt files! Press Enter to create new lines. The plugin handles word wrapping automatically.

Special Commands:

  • Empty lines - Leave a blank line for spacing
  • Images - /img[filename.png]
  • Scaled images - /img[logo.png, scale=50]
  • Aligned images - /img[banner.png, align=center]
  • Custom spacing - /space[20] (20 pixels)
  • Clickable links - Official Site (https://example.com)
  • Escape codes - \C[2]Colored text\C[0], \{Large\}, \I[1]Icon

Plugin Command:

Use the ShowText command with these arguments:

  • filename - Name of the .txt file (e.g., intro.txt)
  • width - Window width in pixels (0 = use default)
  • height - Window height in pixels (0 = use default)
  • centered - Center the window? (true/false)
  • x - X position if not centered
  • y - Y position if not centered
  • waitForClose - Pause event until window closes? (true/false)

Example

Plugin Command: ShowText 
filename: lore_book.txt
width: 800
height: 600
centered: true

Installation

  1. Copy dracky_textloaderMZ.js to your project's js/plugins/ folder
  2. Open RPG Maker MZ Editor
  3. Go to Tools → Plugin Manager
  4. Enable the "Dracky Text Loader" plugin
  5. Configure default parameters as desired
  6. Create your /texts/ folder in the game root
  7. Add your .txt files and start using the ShowText command!



Updated 10 days ago
StatusReleased
CategoryTool
AuthorDracky Plugins
Tagsplugin, RPG Maker, RPG Maker MZ

Purchase

Buy Now$5.00 USD or more

In order to download this tool you must purchase it at or above the minimum price of $5 USD. You will get access to the following files:

Sample [texts] Folder.zip 394 kB
dracky_textloaderMZ.js 27 kB