RPG Maker Forums

Description

Allows to hide the icon, name and description of items/skills until they get used for the first time. Also, a small message can be shown every time a new item/skill is discovered.

Screenshots

1.png2.png3.png4.png

Prerequisites

None

How to Use

Place the following tags in the notebox of items/skills you want to hide:

<hide icon> # Hides the icon and shows a default placeholder.<hide icon 1> # Hides the icon and shows icon #1 as a placeholder.<hide name> # Hides the name and shows a default placeholder.<hide name "abc"> # Hides the name and shows "abc" as a placeholder.<hide desc> # Hides the description and shows a default placeholder.<hide desc "abc"> # Hides the description and shows "abc" as a placeholderConfigurationDefault placeholder for icon/name/description if no value is given in the tag.

DEFAULT_ICON = 1DEFAULT_NAME = "???"DEFAULT_DESC = "???"Optionally shows a message on item/skill discovery.
Code:
SHOW_WINDOW = true# Width of the message window.WINDOW_WIDTH = 400  # Spacing below the window. If multiple windows are displayed, older ones get pushed up.   WINDOW_SPACING = 10# If set to true, the icon of the discovered item/skill will be shown in front of the message.WINDOW_ICON = true# Text to be shown. All message codes can be used (though the window has a fixed height of 1 line).WINDOW_TEXT = " \\C[2]%s\\C[0] discovered!"# Delay (in frames), before the window fades away and the rate at which it fades.WINDOW_FADE_DELAY = 120WINDOW_FADE_RATE = 10# Horizontal and vertical padding around the message.WINDOW_PADDING_X = 5WINDOW_PADDING_Y = 5# The window background is rendered as a gradient between these colors:WINDOW_COLOR_1 = Color.new(0, 0, 0, 255)WINDOW_COLOR_2 = Color.new(0, 0, 0, 0)
Terms of UseFree to use for both commercial and non-commercial games. Please give credit.

Credits

Iavra

FAQ

None so far

Changelog

-

Script

http://pastebin.com/HfQNmgKY

Latest Threads

Latest Posts

Latest Profile Posts

He mad, but he cute :kaopride:

Our latest feature is an interview with... me?!

People4_2 (Capelet off and on) added!

Just beat the last of us 2 last night and starting jedi: fallen order right now, both use unreal engine & when I say i knew 80% of jedi's buttons right away because they were the same buttons as TLOU2 its ridiculous, even the same narrow hallway crawl and barely-made-it jump they do. Unreal Engine is just big budget RPG Maker the way they make games nearly identical at its core lol.
Can someone recommend some fun story-heavy RPGs to me? Coming up with good gameplay is a nightmare! I was thinking of making some gameplay platforming-based, but that doesn't work well in RPG form*. I also was thinking of removing battles, but that would be too much like OneShot. I don't even know how to make good puzzles!

Forum statistics

Threads
106,035
Messages
1,018,459
Members
137,821
Latest member
Capterson
Top