collapse collapse

 Community


 User Info




Willkommen Gast. Bitte einloggen oder registrieren.

 Partnerseiten

rpgvx.net

Das Forum ist offline

Autor Thema: Fire Emblem Title  (Gelesen 1226 mal)

Rafidelis

  • Gast
Fire Emblem Title
« am: Januar 08, 2009, 18:52:50 »
FE Rafidelis Title
By: Rafidelis


About the script:

Custom Picture Menu from the game Fire Emblem

Screenshots:





Instructions:


Paste above the Main, then insert 3 images in Pictures folder with the names you set in the script
to the options "NewGame," "continue," "Exit" and a transition with the name you set in the script.

Script:


#=====================================================
#~Rafidelis Fire Emblem Title
# By Rafidelis ( xD )
# Rafa_fidelis@hotmail.com
# www.ReinoRpg.com
# Credits: Mog Hunter to create a version for RMXP
# Date: 30/11/08 (Lack little to 2009)
#====================================================

#====================================================
# ~ Instructions:
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Paste above the Main, then configure the rest in
# Module Rafidelis, below.
#=======================================================


#====================================================
# ~Start OF SETTINGS
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
module Rafidelis
  FE_COMMAND_PIC_NAMES = [
  "newgame",               # # Name of the New Game Image
  "continue",              ## Name of the Image of Load Game
  "exit"                   # Name of Image Exit
  ]
  BACK_PIC_NAME = "back"           
  TRANSITION_NAME = "Transition"  # |Transition Name
  TRANSITION_TIME = 90            # Transition Time
end
#====================================================
# ~END OF SETTINGS AND START OF THE SCRIPT
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
class Scene_Title < Scene_Base
  include Rafidelis
  alias rafidelis_fe_vx_title_start start
  def start
    rafidelis_fe_vx_title_start
    create_fe_title_options
    @command_window.opacity = 0
    @command_window.contents_opacity = 0
  end
 
  def create_fe_title_options
    @back = Plane.new
    @back.bitmap = Cache.picture(BACK_PIC_NAME)
    @back.z = 0
    @back.opacity = 250
    @back.blend_type = 1
    @back2 = Plane.new
    @back2.bitmap = Cache.picture(BACK_PIC_NAME)
    @back2.z = 0
    @back2.opacity = 90
    Graphics.transition(TRANSITION_TIME, "Graphics/Pictures/#{TRANSITION_NAME}",60)
    @newgame = Sprite.new
    @newgame.bitmap = Cache.picture(FE_COMMAND_PIC_NAMES[0])
    @newgame.x = -300
    @newgame.y = (Graphics.height - @newgame.height)/3
    @continue = Sprite.new
    @continue.bitmap = Cache.picture(FE_COMMAND_PIC_NAMES[1])
    @continue.x = 600
    @continue.y = @newgame.y + @continue.height + 20
    @exitgame = Sprite.new
    @exitgame.bitmap = Cache.picture(FE_COMMAND_PIC_NAMES[2])
    @exitgame.x = -300
    @exitgame.y = @continue.y + @exitgame.height + 20
  end
 
  alias rafidelis_fe_vx_title_update update
  def update
    rafidelis_fe_vx_title_update
    @back.ox += 1
    @back.oy += 2
    @back2.ox -= 1
    @back2.oy += 2
    if @newgame.x < (Graphics.width - @newgame.width)/2
      @newgame.x += 10   
    end   
    if @continue.x > (Graphics.width - @continue.width)/2 + 10
      @continue.x -= 10 
    end
    if @exitgame.x < (Graphics.width - @exitgame.width)/2
      @exitgame.x += 10
    end
    @newgame.opacity += 10 if @newgame.opacity < 255
    @continue.opacity += 10 if @continue.opacity < 255
    @exitgame.opacity += 10 if @exitgame.opacity < 255
   case @command_window.index
    when 0
      @newgame.tone = Tone.new(0,0,0)
      @continue.tone = Tone.new(0,0,0,255)
      @exitgame.tone = Tone.new(0,0,0,255)

      if @newgame.opacity >= 255
        @newgame.opacity = 0
      end
    when 1
      @newgame.tone = Tone.new(0,0,0,255)
      @continue.tone = Tone.new(0,0,0)
      @exitgame.tone = Tone.new(0,0,0,255)
      if @continue.opacity >= 255
        @continue.opacity = 0
      end
    when 2
      @newgame.tone = Tone.new(0,0,0,255)
      @continue.tone = Tone.new(0,0,0,255)
      @exitgame.tone = Tone.new(0,0,0)
      if @exitgame.opacity >= 255
        @exitgame.opacity = 0
      end
    end
  end
 
  def terminate
    @newgame.dispose
    @continue.dispose
    @exitgame.dispose
    @back.dispose
    @back2.dispose
    @sprite.dispose
  end 
end
#===============================================================================
=
# END OF SCRIPT - Find more Rafidelis scripts in www.ReinoRpg.com / forum
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~


Demo Download

Download[/center]


Credits:
Mog Hunter, He made the version for XP RpgMaker I just convert to RMVX.




RGSS and RGSS2 Scripts and RGSS1/2 Tutorials by Rafidelis is licensed under a
Creative Commons Atribuição-Uso Não-Comercial-Compartilhamento pela mesma Licença 2.5 Brasil License.
Permissions beyond the scope of this license may be available at ReinoRPG.com
« Letzte Änderung: Januar 10, 2009, 12:47:18 von Rafidelis »

Re: Fire Emblem Title

Offline Razael

  • Helfende Hand.
  • Mr. MACK-Tile
  • ***
  • Beiträge: 282
Re: Fire Emblem Title
« Antwort #1 am: Januar 08, 2009, 23:52:24 »
Very nice.
I loved to play Fire Emblem XD
Thx for Sharing that to our crazy Community ;)
Nimm das Leben wies kommt und Geniesse die guten Momente und Lerne aus den Schlechten.
Spoiler for Hiden:
Disorder | Rating
Paranoid: Low
Schizoid: Low
Schizotypal: Low
Antisocial: Low
Borderline: Low
Histrionic: Low
Narcissistic: Low
Avoidant: Low
Dependent: Low
Obsessive-Compulsive: Low

URL of the test: http://www.4degreez.com/misc/personality_disorder_test.mv
URL for more info: http://www.4degreez.com/disorder/index.html
Spoiler for Hiden:
Take the Magic: The Gathering 'What Color Are You?' Quiz.[/div][!--SPOILER DIV--][/div][!--SPOILER DIV--]
Spoiler for Hiden:
Zu 30 % sind Sie: Du bist ein Phönix!
Du bist Jahrtausende alt und weise.
Test[!--SPOILER DIV--][/div][!--SPOILER DIV--]
Spoiler for Hiden:
Zu 69 % sind Sie: Gratulation! Deine emoti

Re: Fire Emblem Title

Rafidelis

  • Gast
Re: Fire Emblem Title
« Antwort #2 am: Januar 10, 2009, 12:48:12 »
Thankz for praise

Re: Fire Emblem Title

Offline PalaserGmbH

  • RTP-Mapper
  • *
  • Beiträge: 33
Re: Fire Emblem Title
« Antwort #3 am: Januar 26, 2009, 15:38:11 »
Awesome,that´s look great!I will use it in my game.
:)
Just cause, it´s real!

 


 Bild des Monats

rooftop party

Views: 3583
By: papilion

 Umfrage

  • Wer soll das BdM gewinnen?
  • Dot Kandidat 1
  • 3 (25%)
  • Dot Kandidat 2
  • 1 (8%)
  • Dot Kandidat 3
  • 2 (16%)
  • Dot Kandidat 4
  • 0 (0%)
  • Dot Kandidat 5
  • 6 (50%)
  • Stimmen insgesamt: 12
  • View Topic

 Schnellsuche





SimplePortal 2.3.3 © 2008-2010, SimplePortal