Law's Custom Equipment Screen
Version 1.1 By The Law G14 8/10/09 ~ 05/07/10
Introduction Wow, the day has finally come. My first script that I'm releasing to RRR! It took quite some time to make plus the fact that I planned on making it exclusive to my game, but I decided that it would be alright to release it to the public. This script is a Custom Equipment Screen that I hope you guys find useful for your game. Many more of my scripts will come in the future.
Features Color system, just like in VX, so that if the new stat is stronger than the old stat, it turns green, and if it’s weaker, it turns red.
The face graphic of the party member is now shown, or any picture that you would like to use to represent the character.
A new user friendly layout of the equipment screen.
Script
Law_Custom_Equipment_1_1.txt ( 19.33K )
Number of downloads: 392Compatibility There may be some compatibility issues with some CMS’s or scripts that mess with the equipment screen. If you encounter any problems, I would be more than happy to help you solve your problem.
Screenshots Instructions There is something very important that you must do to make the script work and that revolves around displaying the face graphics. To do this, you have to import your face into the pictures section of your recourse manager and name the face graphic '1' for the first actor in the actors tab of your databse, '2' for second, '3' for the third and so on.
FAQQuestion 1: How do you make it so that you don’t have to name your actor with the actual name of the character? In my game, the character doesn’t have a set name.
Answer: On line 29, change this:
CODE
bitmap = RPG::Cache.picture(actor.name)
to this:
CODE
bitmap = RPG::Cache.picture(actor.id.to_s)
All you have to do is name the face graphic '1' if it's the first person in the database, '2' if it's the second, and so on.
Terms and Conditions All I ask for is proper credit where it is due.
Also, if you plan on hosting this script in other sites PLEASE TELL ME.
Special ThanksSpecial Thanks to Charlie Lee for helping me with the color system.
Special Thanks to Ty for helping me learn RGSS.
Edited by Night_RunnerSHistoryVersion 1.0:
Custom_Equipment_Screen.txt ( 19.21K )
Number of downloads: 87
This post has been edited by Night_Runner: May 7 2010, 05:23 AM