LOGIN
SEARCH
PROFILE
keys: ↑ ↓
LOGOUT
INDEX
MEMBERS
keys: ↑ ↓
HOME
PORTAL
PLAY ALONG
PLAY with WORDS
PLAY with GRAPHICS
PLAY with SOUNDS
PLAY with CODES
PLAY with PROJECTS
keys: ← →
Guest Access
Register:
Members:



View previous topic View next topic Go down Message [Page 1 of 1]

Administrator
Administrator
#1 RMXP = Algorithmic Graphic Meters Script Empty RMXP = Algorithmic Graphic Meters Script
Loading

G@MeF@Ce

G@MeF@Ce
Administrator
Administrator
Administrator
profile
Here's my very first attempt to contribute to the RMXP community.
RMXP is short for RPG MAKER XP, and this script can be used to draw up the player's containers for health, mana, or experience.
The default setting is to draw a row of Heart containers
(similar to Link's Health Bar on Legend of Zelda)


ALGORITHMIC GRAPHIC METERS for ABS HUD

Version:1.4
Author: G@MeF@Ce
(original 'Heart Container' script by DarkRog 2006)

special thanks to modern algebra AND albertfish for script Help!
Latest Update: 2-8-2012


RMXP = Algorithmic Graphic Meters Script 4lrbs6RMXP = Algorithmic Graphic Meters Script 14wyi55

Version History
Version 1.1 = included alias method, so no need to edit Scene_Map
Version 1.2 = included variable setting to control the amount of hearts
Version 1.3 = included switch setting to enable or disable display
Version 1.4 = new version for SP with a blue diamond algorithm


Planned Future Versions
- vertical alignment or orientation
- constant settings for an even easier setup



Features
-the script will draw the "container", "outline", and "fill" through algorithms, meaning... no need for pictures!
-option settings can display hero's name, value and max value, containers and max containers, or percentage!
-multiple algorithms to use for different shapes, hearts, diamonds, triangles, squares.... even customize your own!
-easy one switch to disable or enable display and easy one variable to control the amount of containers!

Script
Spoiler:
Credits
-original "Window_Corazones" script by DarkRog (2006)
-revised and modified by G@MeF@Ce (2009)

Special Thanks
-first I'd like to thank DarkRog for making the original script which was the only heart container script out there...
-second I would like to thank modern algebra for script help and starting me off on my scripting quest
-third I would like to thank albertfish for ultimately stepping in and becoming my scripting mentor
-and last, I can't forget about all those zelda games I played when I was a kid...

Compatibility
there shouldn't be any problems with other scripts.

Demo
http://www.mediafire.com/?8y3p95437k7317a
(link updated 2-8-12)

~Zelda ~ eat your hearts out! ^,^

Restrictions
free to use...must give credit

Instructions
-copy and paste this script above your Main script
-assign a switch to control display (default is 401)
-assign a variable to control container amount (default is 101)
-then control through events...^,^



HOW TO USE AS A HEART CONTAINER HEALTH BAR:

STEP ONE: copy script, paste above Main script
(included an alias method with Scene_Map, so no need to edit other scripts)

STEP TWO: create "control" event

Default Settings:(example)

[set trigger = parallel process]
@>Control Variables: [0002:HEARTS]=3 (for three hearts...)
@>Control Switches: [0002:HEARTS]= ON (to display the hearts...)
@>Control Self Switch:A =ON (turn to the next event page)


STEP THREE: copy graphic to your character folder

RMXP = Algorithmic Graphic Meters Script 2vd5lqo


STEP FOUR: create "heart" event

Default Settings:(example)(10 points as an example)

[set trigger = player touch]
@>Play SE:'003-System03',100,100 #(sound when collect heart)
@>Control Parameters: [Hero], MaxHP +10 #(increase Hero's maximum HP 'capacity')
@>Control Variables: [0002:HEARTS] +=1 #(to gain extra heart container)
@>Change HP: Entire Party,+10 #(increase Hero's HP)
@>Control Self Switch:A =ON (turn to the next event page)

*set graphic (copied above)
*check - Stop Animation

this script works well with the hearts and stars HUD I made with albertfish
RMXP = Algorithmic Graphic Meters Script F24nxd
Administrator
Show Signature
Administrator
https://www.dropbox.com/sh/i47rig99qhrvn8s/4m5HvsM2fD http://g4m3f4c3.deviantart.com https://www.facebook.com//pages/Gameface101/332331300127008 https://twitter.com//mr_gameface101 https://soundcloud.com/schurr https://www.youtube.com/user/MrGameface101?feature=watch
ACTIVATED
ACTIVATED
#2 RMXP = Algorithmic Graphic Meters Script Empty Re: RMXP = Algorithmic Graphic Meters Script
Loading

mely

mely
ACTIVATED
ACTIVATED
ACTIVATED
profile
download link said:
Invalid or Deleted File.
ACTIVATED
Show Signature
ACTIVATED
Administrator
Administrator
#3 RMXP = Algorithmic Graphic Meters Script Empty Re: RMXP = Algorithmic Graphic Meters Script
Loading

G@MeF@Ce

G@MeF@Ce
Administrator
Administrator
Administrator
profile
Cool - yo mely! most likely the download link had expired. just so happens that I was able to find the old hearts demo I mad a few years ago!

here you go...


http://www.mediafire.com/?8y3p95437k7317a


this brings back memories ^,^

updating original post
Administrator
Show Signature
Administrator
https://www.dropbox.com/sh/i47rig99qhrvn8s/4m5HvsM2fD http://g4m3f4c3.deviantart.com https://www.facebook.com//pages/Gameface101/332331300127008 https://twitter.com//mr_gameface101 https://soundcloud.com/schurr https://www.youtube.com/user/MrGameface101?feature=watch

Sponsored content

profile

View previous topic View next topic Back to top Message [Page 1 of 1]

 

Chatbox system disabled
Personal messaging disabled