Rpg˛S Forum uses cookies. Read the Privacy Policy for more info. To remove this message, please click the button to the right:    I accept the use of cookies

Vai al contenuto

Rpg˛S Forum uses cookies. Read the Privacy Policy for more info. To remove this message, please click the button to the right:    I accept the use of cookies

Screen Contest #90

Kamikun






  • Si prega di effettuare il log in prima di rispondere
[RMVX]Visualizzazione Nome Mappa su Schermo

    M50
  • Nuovo Arrivato

  • Utenti
  • Rens: 10
  • 0
  • Stelletta
  • 33 messaggi
  • Sesso:Maschio
  • Abilitā:Adepto

#1 Inviato 17 January 2008 - 16:54 PM

Questo script č realizzato per Rpgmaker VX.
Create una nuova classe sopra Main con Nome Window_Mappa.
E inserite lo script:
#==============================================================================# ** Window_Mappa                 by M50#------------------------------------------------------------------------------# [url="http://www.makerando.it"]http://www.makerando.it[/url]  [url="http://www.rpg2s.net"]http://www.rpg2s.net[/url]      Visualizza il nome della Mappa su Schermo.#==============================================================================class Window_Mappa < Window_Base  def initialize    super(0, 365, 220, 50)    self.create_contents     self.back_opacity = 180    self.contents.font.name = "Arial"    self.contents.font.color = normal_color    refresh  end def refresh    self.contents.clear    @map = load_data("Data/MapInfos.rvdata")    @mappa_nome =  @map[$game_map.map_id].name    self.contents.font.size = 12    @Mappa = "Locazione:"    self.contents.draw_text(0, 0, 60, 24,@Mappa)    self.contents.font.size  = 18    self.contents.font.color = system_color    self.contents.draw_text(70, 0, 160, 24,@mappa_nome)   enddef update  self.contents.clear  self.dispose   super endend

Allora nella mappa in cui volete che venga visualizzato il nome fate un evento su mappa con condizione di avvio: Automatico
e inserite un evento Call Script con il seguente script:
if $message_window
$message_window.dispose
$message_window = Window_Mappa.new
else
$message_window = Window_Mappa.new
end
Dopo di che aggiungete un Cancella Evento.

Nelle mappe in cui non volete che il nome venga visualizzato fate un altro evento su mappa con avvio Automatico
E aggiungete questo script:
if $message_window
$message_window.dispose
$message_window = nil
end
Dopo aggiungete un Cancella evento.

Risultato:
Immagine inserita

Immagine inseritaImmagine inserita


    marigno
  • Erunamo è il mio amoVe :*.

  • Utenti Speciali
  • Rens: 146
  • 0
  • StellettaStellettaStellettaStellettaStellettaStelletta
  • 2589 messaggi
  • Sesso:Maschio
  • Provenienza:Parma
  • Abilitā:Adepto

#2 Inviato 17 January 2008 - 17:34 PM

Bravo M50! ^^
Č molto utile come script. :)

    M50
  • Nuovo Arrivato

  • Utenti
  • Rens: 10
  • 0
  • Stelletta
  • 33 messaggi
  • Sesso:Maschio
  • Abilitā:Adepto

#3 Inviato 17 January 2008 - 23:29 PM

Bravo M50! ^^
Č molto utile come script. :)

Grazie ^^

Immagine inseritaImmagine inserita


    marigno
  • Erunamo è il mio amoVe :*.

  • Utenti Speciali
  • Rens: 146
  • 0
  • StellettaStellettaStellettaStellettaStellettaStelletta
  • 2589 messaggi
  • Sesso:Maschio
  • Provenienza:Parma
  • Abilitā:Adepto

#4 Inviato 17 January 2008 - 23:32 PM

Ascolta, giusto per sapere, č cambiato qualcosa dall'RGSS dell'XP? Giusto per regolarmi di conseguenza. :biggrin:

    Eikichi
  • Will you terminate Liquid?

  • Utenti Speciali
  • Rens: 197
  • 2
  • StellettaStellettaStellettaStellettaStellettaStelletta
  • 3733 messaggi
  • Sesso:Maschio
  • Provenienza:Tokyo, Kissho Academy
  • Abilitā:Novizio

#5 Inviato 18 January 2008 - 01:52 AM

e si cominciaaaaaaaaaaaaaaaa! ^^ bravo M50!
Finrod, GDR PBF
Spoiler
Mi sa che č ora di vincere qualche premio per rinnovare questa firma! :3 Posizioni raggiunte nei contest
Immagine inseritaImmagine inseritaImmagine inseritaImmagine inserita
 
 
 

    M50
  • Nuovo Arrivato

  • Utenti
  • Rens: 10
  • 0
  • Stelletta
  • 33 messaggi
  • Sesso:Maschio
  • Abilitā:Adepto

#6 Inviato 18 January 2008 - 16:45 PM

Ascolta, giusto per sapere, č cambiato qualcosa dall'RGSS dell'XP? Giusto per regolarmi di conseguenza. :biggrin:

E' cambiato qualche metodo ma nulla di chč.

Immagine inseritaImmagine inserita


    LeoPS
  • Nuovo Arrivato

  • Utenti
  • Rens: 0
  • 0
  • Stelletta
  • 19 messaggi

#7 Inviato 30 September 2008 - 17:57 PM

ho provato la script e funziona, solo che il nome della mappa resta scritto e non sparisce

PROGETTI IN CORSO:

-Tales of Dragons





  • Feed RSS