Parunu - Sob 10 Lip, 2010 17:31 Temat postu: Zmiana menu początkowegoInfo
Siema! To znowu ja. Teraz wam zaprezentuję skrypt na zmianę wyglądu menu początkowego (patrz niżej > screen).
Skrypt
Spoiler:
Kod:
#==============================================================================
# ■ DeadlyDan_Title by DeadlyDan
#------------------------------------------------------------------------------
# Replaces Scene_Title with an image menu alternative.
#==============================================================================
# Usage:
=begin
Simply place this file anywhere after Scene_Title, place the following images in the "System" folder of your
project:
"new.png"
"new_over.png"
"continue.png"
"continue_over.png"
"quit.png"
"quit_over.png"
(NOTE)
This has been scripted to in the idea that people may add more items to the menu, my script is easy enough
to understand so it shouldn't be too hard to add new items. Just make sure that you add menu items after the
stock ones i've added since any additions may distort the "load game" processing for the menu items.
If you look at my positioning algorithm for the menu items you'll find it's not too hard to place your own.
def start
super
load_database
create_game_objects
check_continue
create_title_graphic
create_menu
play_title_music
end
def perform_transition
Graphics.transition ( 20 )
end
def post_start
super
end
def pre_terminate
super
end
def terminate
super
dispose_menu
snapshot_for_background
dispose_title_graphic
end
def update
super
if ( Input.trigger? ( Input::C ) )
case @menu_index
when 0
command_new_game
when 1
command_continue
when 2
command_shutdown
end
end
update_menu
end
Wymagane grafiki
Podane poniżej grafiki wkleić do folderu system (oczywiście znajdującym się w folderze rpg makera VX!)
Spoiler:
Mam nadzieję, że komuś pomogłem .radek02 - Sob 10 Lip, 2010 18:19 ten skrypt jest podobny do tego ... [Click] ....Parunu - Sob 10 Lip, 2010 19:31 1. To nie jest ten sam skrypt.
2. jak piszesz psot pisz coś więcej, nie napisałeś czy podoba ci się czy nie.
3. Jest tylko podobny. (czcionka inna , nie ma napisów obok)
4. Jest wiele podobnych skryptów, np ten który podałeś, ten: http://www.ultimateam.pl/viewtopic.php?t=2191 .
PS. .Agumon - Wto 13 Lip, 2010 15:12 A można umieścić swoje grafiki????Parunu - Czw 15 Lip, 2010 19:00 Chyba można... wystarczy, że zamiast wymaganych grafik , wstawisz swoje, pod tą samą nazwą .Agumon - Czw 15 Lip, 2010 19:22 Aha ok dzięki.bartek2940 - Nie 18 Lis, 2012 13:20 Mógłby ktoś podrzucić tu jeszcze raz grafiki, bo nie wiem jak wam, ale mnie nie pokazuje się drugie Continue