#===============================================================================
# * [ACE] Toolbar Addon for Falcao's Pearl ABS Liquid v3
#===============================================================================
# * Made by: Sixth (www.rpgmakervxace.net, www.forums.rpgmakerweb.com)
# * Version: 1.6
# * Updated: 30/10/2016
# * Requires: Falcao's Pearl ABS Liquid v3
# Cidiomar's Perfect Pixel Collision System
# Cidiomar's Collision Helper
#-------------------------------------------------------------------------------
# * < Change Log >
#-------------------------------------------------------------------------------
# * Version 1.0 (26/09/2015)
# - Initial release.
# * Version 1.1 (29/09/2015)
# - Fixed a weird crash issue.
# * Version 1.2 (05/10/2015)
# - Added an option to use images for your cooldown masks.
# Now you can use other shapes for them, not just squares or rectangles.
# - Added a switch setting to hide/show the toolbar without turning off the
# entire ABS script.
# * Version 1.3 (26/02/2016)
# - Fixed an ammo coloring issue.
# - Skills can now properly show item cost as well.
# TP display takes priority over MP display, and MP display takes priority
# over item cost display. This applies to the color of cost display as well.
# * Version 1.4 (09/08/2016)
# - Now properly shows the cooldown for dual wield characters (2 weapons).
# This was fixed before, but forgot to include it in the change log. o.o
# - Fixed an incorrect update method. Minor performance increase.
# * Version 1.5 (30/09/2016)
# - Major update! From now on, this script requires Cidiomar's
# Perfect Pixel Collision System! This one works better and quicker.
# - Added settings to adjust the Z level of the toolbar images.
# - Fixed a bug with the ammo display.
# - Fixed a bug with the cooldown display.
# * Version 1.6 (30/10/2016)
# - Added compatibility with my Control Configuration System.
# Now you can show the correct key-binds on your toolbars regardless of how
# the player changed them in my control configuration menu.
#-------------------------------------------------------------------------------
# * < Description >
#-------------------------------------------------------------------------------
# * This script will add complete control over the toolbar of the ABS.
# * Set up the position of each icon, letter and tool cost data.
# * Font setting for the cost and letter displays.
# * Disable any icon from the toolbar if you want.
# Just be aware that it won't actually disable the tool trigger, only hide
# the graphical display of it!
# * Separate settings for the 3 scenes where the toolbar can appear.
# * Changed the display method of the cooldown data. It will not the use simple
# number countdown anymore. Instead, it will use a gradient/image mask which
# fills up depending on the cooldown time. Many RPGs use this kind of cooldown
# display, and it looks way better this way, in my opinion.
# * Option to toggle the visibility of the on-map toolbar anytime with a switch.
#-------------------------------------------------------------------------------
# * < Installation >
#-------------------------------------------------------------------------------
# * Place this script below the last script from Falcao's Pearl ABS Liquid v3
# script series but above Main!
# * Place this script below Cidiomar's Collision Helper script!
# * If you are using my Stat Bonus Addon script, you must place this script
# below that one too!
# * In case you can't find Cidiomar's Perfect Pixel Collision System:
# http://himeworks.com/redirect.php?type=demo&name=image_collision_detection
# That is a link to the script's demo. Thanks Tsukihime for the backup!
# * Don't forget to put Cidiomar's CollisionDetection.dll into the System folder
# of your project!
#-------------------------------------------------------------------------------
# * < Compatibility Info >
#-------------------------------------------------------------------------------
# * No known incompatibilities.
#-------------------------------------------------------------------------------
# * < Known Issues >
#-------------------------------------------------------------------------------
# * Mouse functionality is broken at the moment, so you can't use the toolbar
# by clicking on the icons. This will only affect your game if you use
# Falcao's mouse addon to trigger the tools.
# Will try to fix this in the next update.
#-------------------------------------------------------------------------------
# * < Terms of Use >
#-------------------------------------------------------------------------------
# * Free to use for whatever purposes you want.
# * Credit me (Sixth) in your game, pretty please!
# * Posting modified versions of this script is allowed as long as you notice me
# about it with a link to it!
#===============================================================================
- Script:
Linky: http://pastebin.com/c7u2b30c
- Requirements:
The obvious requirement is Falcao's ABS, of course.
The other one is made by Cidiomar, and can be found here:
http://himeworks.com/redirect.php?type=demo&name=image_collision_detection (Thanks Tsukihime for the upload!)
This is used because I did not like the tile based placement for the on-map toolbar, but I still wanted to keep that opacity fading effect when the player is below the toolbar. With this script, I could make that quickly and efficiently.
Simply put the script at the top of your custom script list and copy the dll into your game's System folder, and you are good to go!
- Resources:
SpoilerThe script is set up to use these images, so if you want to test the script quickly without editing, you can get these sample images and hop right to it.
For some reason, the cooldown image is rotated 90 degrees after the upload. o.O
Cooldown mask image: http://postimg.org/image/8ebmaujtn/
Toolbar Background: http://postimg.org/image/wjcbsk44b/
- Screenshots:
Spoiler
- Demo:
Nop, won't happen, sorry!
- Author's Notes:
You should feed your kittens well!