A Plugin that gives your game a menu based off of the menu from Final Fantasy 7. “Play Time” and “Location” displays have been added along with a “To Next Level” bar.
Look at the code or download the Plugin:
Screenshot:
A Plugin that gives your game a menu based off of the menu from Final Fantasy 7. “Play Time” and “Location” displays have been added along with a “To Next Level” bar.
Look at the code or download the Plugin:
Screenshot:
Hey there!
Im having some issues changing the location window length. It doesnt seem to want to shorten when i edit it in the plugin or if i edit the number in the script. Trying to make some room for my 4 rows so it doesnt block my last characters mp and health. Any help would be appreciated!
The EXP gauge don’t display correctly, there are full most of time.
In the lines 172-173, you should write this :
var ce = actor.currentExp() – actor.expForLevel(actor._level);
var nre = actor.expForLevel(actor._level + 1) – actor.expForLevel(actor._level);
my windows don’t show the transparent background and blue boarder??
Go into the script to Line 231 to correct the location window length.
Change to Window_Location.prototype.windowWidth = function() {
return lWidth;