Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Kingdom Hearts Menu
#1
Kingdom Hearts Menu
Leon Blade
Dec 29 2006

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.


Hello, I got the Kingdom Hearts Menu system finally to work. I would like some credit on this to!

Kingdom Hearts Menu


More on the next post!

.zip   KH_Menu.zip (Size: 356.84 KB / Downloads: 6)


That last script was to go above main, you can call it KH Menu. Now place this script above main and the KH Menu...

Party Command


One more thing on next post!


----------------------
Okay now I will explain to you how everything works...

First off there is the two different items scenes, Item and Item2.

Item one displays only regular items.

Item two displays only synthesis items, which are defined by a new attribute in the systems tab, ID 17 called Synth. Items.

After you do all of that there is the party command. You may not see it yet so turn on Switch[1] and you will get the command.

Now the last thing to discuss took me about 23 min to make. Its the journal scene. To use this press LEFT or RIGHT to flip between 3 pages. This works by using variables and switches.

Variable[1] is called Page Number. When Variable[1] = 0 you are on page 1, Var[1] = 1 your on page 2. This keeps going on like this. The maximum page is set in Scene_Journal. It will say

Code:
if $game_variables[1] == 3
change the 3 to the maximum page number. The switches are for when you do certain things a switch activates and it gets writen in your Journal. The journal writing is well explained in Window_Journal. But ill explain it again. The writing goes onto the paper. The lines increse 32 Y cordinates every line and 42 every small break. Switches activate the journal entrys and variables determine what page your on so if you see a

Code:
if $game_variables[1] == 0

that means the writing following this if command are on page 1 untill the if statment ends. Then it will most likly change to variables[1] == 1, then the following would be page 2 writing.

Thats all that you need to know to use this menu. The only trouble I had was making the different Item sections because I couldn't fine the code for armor element. But I found it and you can now use it.

-Leon Blade-

!REMEMBER GIVE ME CREDIT!
}


Possibly Related Threads…
Thread Author Replies Views Last Post
  FF7 style menu system Narc the Jester 0 2,487 05-04-2010, 01:00 PM
Last Post: Narc the Jester
  L's Custom Menu Scenes Landarma 0 2,433 02-27-2009, 01:00 PM
Last Post: Landarma
  Advanced Menu Screen Kanon 1 3,150 11-21-2008, 01:00 PM
Last Post: Kanon
  Legend of dragoon type Equipment Menu Genshyu 0 2,353 09-02-2008, 01:00 PM
Last Post: Genshyu
  Final Fantasy III Menu Style DragonKnigth 0 2,427 09-07-2007, 01:00 PM
Last Post: DragonKnigth
  SilentSteps Menu System Silentwalker 0 1,972 06-17-2007, 01:00 PM
Last Post: Silentwalker
  Ring Menu for SDK2 Landarma 0 2,776 06-01-2007, 01:00 PM
Last Post: Landarma
  Variable Image Menu Chrono Cry 0 1,991 04-25-2007, 01:00 PM
Last Post: Chrono Cry
  Ztorm's Speed Menu ztorm 0 2,318 01-21-2007, 01:00 PM
Last Post: ztorm
  Castlevania Menu Sheol 0 2,136 09-04-2006, 01:00 PM
Last Post: Sheol



Users browsing this thread: