A downloadable Plugin

Download NowName your own price

🇬🇧[S-P] PopUpDisplay 

  • Name: [S-P]PopUpDisplay.js
  • Size: 6Ko
  • RPG Maker Version: MV

This plugin displays a customizable window on screen with dynamic content: game variables, resized icons, styled text, optional background image, and more. Perfect for showing gold, HP, or any real-time game info!


1- Key Features

  •  Dynamic text display with:
    • \v[ID] → Show a game variable
    • \i[ID] → Show an icon (resized)
    • \n → Line break
  •  Full customization: position, size, font, color, opacity, spacing
  •  Optional background image from img/pictures
  •  Easy JavaScript commands for showing/hiding and updating content

2-  How It Works

 2-1 Configurable Parameters

  • Display text with text/ variables/icons
  • X / Y position
  • Window width / height
  • Font size & font face
  • Text color (hex code)
  • Icon width / height
  • Line spacing factor (from 0.1 to 1.0)
  • Optional background image
  • Window opacity (0 = transparent, 255 = opaque)

2-2 JavaScript Commands

$gameSystem.showVariablesWindow();        // Show the window
$gameSystem.hideVariablesWindow();        // Hide the window
$gameSystem.setVariablesWindowText("Gold: \\v[1]\\n\\i[22]: \\v[2]");     // New text
$gameSystem.setVariablesWindowSize(width, height);   // Change window size
$gameSystem.setVariablesWindowPosition(x, y);   // Change window position 
$gameSystem.showVariablesWindow();        // Update and show new text

🇫🇷[S-P] PopUpDisplay 

  • Naom: [S-P]PopUpDisplay.js
  • Taille: 6Ko
  • RPG Maker Version: MV

Ce plugin affiche une fenêtre personnalisable contenant du texte dynamique avec variables, icônes redimensionnées, style de texte, image de fond, etc. Parfait pour afficher des infos comme l’or, les PV ou toute autre donnée de jeu de manière élégante !


1-  Fonctionnalités principales

  •  Texte dynamique avec :
    • \v[ID] → Valeur d'une variable
    • \i[ID] → Icône RPG Maker (redimensionnable)
    • \n → Saut de ligne
  •  Contrôle complet : position, taille, police, couleur, opacité, espacement, etc.
  •  Image de fond optionnelle (via img/pictures)
  •  Commandes JS simples à utiliser dans les événements

2-  Utilisation

2-1  Paramètres configurables

  • Texte à afficher (avec variables/icônes)
  • Position X / Y
  • Largeur / Hauteur de la fenêtre
  • Police & taille de texte
  • Couleur (hexadécimal) du texte
  • Largeur / Hauteur des icônes
  • Espacement vertical (facteur 0.1 → 1.0)
  • Image de fond (optionnelle)
  • Opacité de la fenêtre (0 → 255)

2-2  Commandes JavaScript

$gameSystem.showVariablesWindow();        // Affiche la fenêtre
$gameSystem.hideVariablesWindow();        // Cache la fenêtre
$gameSystem.setVariablesWindowText("Or : \\v[1]\\n\\i[22] : \\v[2]");  // Nouveau texte
$gameSystem.setVariablesWindowSize(width, height);   // Change taille de fenêtre
$gameSystem.setVariablesWindowPosition(x, y);   // Change position de fenêtre
$gameSystem.showVariablesWindow();        // Met à jour et affiche le texte

Download

Download NowName your own price

Click download now to get access to the following files:

[S-P]PopUpDisplay MV [ENG-FR]+Licence.rar 6 kB

Development log

Leave a comment

Log in with itch.io to leave a comment.