Window Pop
Window Pop V.102By LTN Games
http://i.imgur.com/vm3AGyv.png
I created a window pop plugin simillar to Yanfly's gab window for ace. This plugin allows the user to use a simple plugin command which will pop up a small window during gameplay to inform the player with your own custom message & icon or to automatically pop up for each item gained or lost.
You may use messages codes to stylize the text.
The plugin has a few parameters to change the window to how you see fit, you can increase the width, change the gradient, or use a bg image, as well as change the x and y position for how it appears on the game screen.
Instruction are included in the plugin manager but here it is anyways.
SpoilerChange the setting in the plugin manager to adjust how the Window Pop appears
on map.
Special Thanks to Eivind Teig & Soul for helping me with some issues
and creating tutorials other may learn from.
If Auto pop is enabled in the plugin manager, a window will pop up For each
item or gold gained or lost.
------------------------------------------------------------------------------
To set a custom window pop, you can use either a plugin command or Script
call.
----------===========----------------------
Use the Plugin:
Plugin Command: WPOP Duration Align Icon String
In the Icon slot put the icon index # - No icon = 0
In the Duration slot put a number to set how long before window fades out.
In the Align slot, put left, right or center, to align your string in the window.
In the string slot put the string you want to pop up.
Message codes work with window pop, I would recommend only sticking with The
codes that change color, show variables, actor name, etc. Some codes like text size,
and draw icon, may break the alignment of the message.
Example: WPOP 120 Left 5 Welome To Oakville
WPOP 120 Center 5 \C Quest Log Updated
WPOP 120 Center 2 \C \N \CIs Poisoned!
----------===========----------------------
OR
----------===========----------------------
Use the script call:
this.setWindowPop(Icon, 'String', Duration, 'Align')
Icon = The icon index number of the icon you want to display.
String = The string you want displayed in the pop up window. Remember quotes''
Duration = How long should the window stay before dissappearing.Recommended 150
Align = A string 'left', 'right', or 'center' that aligns the string in the window.
EG: this.setWindowPop(5, 'Quest Log Updated', 150, 'left')
This will activate the window to show Icon 5, with the string Quest Log Updated!
for 150 as the duration.
----------===========----------------------
++++NOTE TO REMEMBER+++++
In all events be sure to add a wait command between each gain item, gold, etc
to add space in between the pop ups when gaining items. Do this for the
plugin command and script calls you use for window pop if there will be more
than one pop up in a row.
----------===========----------------------
DOWNLOAD
Original Resource Site(Sinlge JS file, may need to be signed up)
JS + Free BG images for window(Mega share link)
If you want faster support I would recommend asking for help in the original resource sites discussion thread, I will still be coming by here every so often, but I'm over at the other community much more than here so you would likely get a faster response.
The plugin and all graphics included may be used in commerical and non-commerical products. Credit must be given!
Credit goes to: LTN Games
More ScreenShots
Spoiler
http://i.imgur.com/DFf6TzV.png
http://i.imgur.com/LPEVJL8.png
http://i.imgur.com/B2fx9aV.png
本贴来自国际rpgmaker官方论坛作者:LTN Games处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/window-pop.53551/
页:
[1]