Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Advanced Command Windows
#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.


This is a script which allows you to make vertical or horizontal command windows with or without icons as well as have changing text and or text color depending on what's selected. You can also disable the cursor easily.

Keep in mind all of the original command windows in all of the scenes will still work correctly.

Replace Window_Command with this -

Code

You can make Command_Windows as normal, however if you wish to make an advanced command_window, ALWAYS use the following format to make things easier on yourself.

Code:
a = 200 #Width - REQUIRED
b = ['Command','Command','Command'] #Commands - REQUIRED
c = nil #Type (0 = Vertical, 1 = Horizontal) - OPTIONAL
d = nil #Text Alignment (0 = Left, 1 = Center, 2 = Right) - OPTIONAL
e = nil #Commands When Selected (EX: N E W  G A M E) - OPTIONAL
f = nil #Color of Selected Command - OPTIONAL
g = nil #Icon names (EX: ['Icon1','Icon2','Icon3'] - OPTIONAL
@command_window = Window_Command.new(a,b,c,d,e,f,g)


The things that are required must obviously be filled out. The things that are optional you can leave as nil and it will work fine.

To disable the cursor, use -
Code:
@command_window.disable_cursor

What Next Version Will Include -
Icons changing based on selection (this feature will allow some awesome things), moving windows with ease, whatever you guys think I should add.
}


Possibly Related Threads…
Thread Author Replies Views Last Post
  Transparent command box in title ryujijitei 0 2,001 04-29-2006, 01:00 PM
Last Post: ryujijitei
  SIBruno AES - Advanced Equip Screen sibruno 0 2,466 02-10-2006, 01:00 PM
Last Post: sibruno
  SIBruno Advanced Equip Screen v2 sibruno 0 2,086 01-30-2006, 01:00 PM
Last Post: sibruno
  Cursor Command Tsunokiette 0 2,218 01-07-2006, 01:00 PM
Last Post: Tsunokiette
  Horizontal Command Windows SephirothSpawn 0 2,422 11-04-2005, 01:00 PM
Last Post: SephirothSpawn
  Advanced Title Screen 2 kaito 0 2,423 09-19-2005, 01:00 PM
Last Post: kaito
  New Command Window SephirothSpawn 0 2,020 07-15-2005, 01:00 PM
Last Post: SephirothSpawn
  Moving Windows makeamidget 0 2,162 06-20-2005, 01:00 PM
Last Post: makeamidget
  ATS - Advanced Time System R1 Dubealex 0 2,255 03-08-2005, 01:00 PM
Last Post: Dubealex
  Advanced Gold Display Dubealex 0 2,487 02-12-2005, 01:00 PM
Last Post: Dubealex



Users browsing this thread: