Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Addonscript for FFX2 Menu
#1
This is a locked, single-post thread from Creation Asylum. Archived here to prevent its loss.
No support is given. If you are the owner of the thread, please contact administration.


OK, you downloaded the FFX2 Menu from this page and you want that the Save button change the color to grey if save is disabled.
First redraw the cmscommand5.png to grey (good option is the black and white effect in some programms).
Now save the cmscommand5.png with the grey style as cmscommand5grey.png in the same folder as cmscommand5.png

Now open you scripteditor and go to your FFX2 Menu script.
Search the line
Code:
if $game_system.save_disabled

add then this under the line

Code:
@command5.bitmap = RPG::Cache.picture("cmscommand5grey")
@command5.x = 15
@command5.y = 40
@command5.z = 100

Warning from: Akxiv
Only add this under the first if $game_system.save_disabled (I think it is line 2130), otherwise the button can be have a bug!



Now when the save option is disabled the button get a grey style
}


Possibly Related Threads…
Thread Author Replies Views Last Post
  GameOver Menu V.2 xLeD 0 2,125 10-03-2006, 01:00 PM
Last Post: xLeD
  Change menu character sprites to Pictures like in rpg maker 2003 Abyssos 0 3,630 09-28-2006, 01:00 PM
Last Post: Abyssos
  Slipknot's adorable menu Ordaz 0 2,076 09-09-2006, 01:00 PM
Last Post: Ordaz
  Pre-Title menu Tony 0 2,210 08-04-2006, 01:00 PM
Last Post: Tony
  Tasty custom menu screen with gradients tktarr 0 2,454 07-05-2006, 01:00 PM
Last Post: tktarr
  Save menu edit Kairose 0 2,249 01-23-2006, 01:00 PM
Last Post: Kairose
  Scrolling Selectable Menu Ultrapokemaniac 0 2,175 01-08-2006, 01:00 PM
Last Post: Ultrapokemaniac
  introtexte in menu title, Berith 0 2,408 12-28-2005, 01:00 PM
Last Post: Berith
  Custom Menu Status jstreet 0 2,456 12-23-2005, 01:00 PM
Last Post: jstreet
  Vertical or Horizontal Menu with or without Icons Tsunokiette 0 2,079 12-11-2005, 01:00 PM
Last Post: Tsunokiette



Users browsing this thread: