A downloadable Script

Download NowName your own price

ITA: è uno script per Rpg maker vx ace che aggiunge un sistema di splashscreen simile a quello di Rpg maker mv


All'inizio dello script c'è la configurazione, potrete inserire il nome del file (senza estensione, e il file dentro la cartella dovrà essere .png), scegliere quanto tempo per il fade-in e fade-out (se impostate 0 si disattiva), e se deve essere centrato in automatico o li date voi le coordinate

ENG: This is a script for RPG Maker vx ace that adds a splash screen system similar to RPG Maker mv.

At the beginning of the script, you'll find the configuration. You can enter the file name (without the extension, and the file inside the folder must be .png), choose the fade-in and fade-out time (if you set it to 0, it's disabled), and whether it should be centered automatically or you can specify the coordinates.


Configuration translated into English

#==============================================================================
# ** Advanced Splash Screen for RPG Maker VX Ace 
#==============================================================================
#==============================================================================
# ** Information
# ** Version: 1.0
# ** Autor: Augu0107
# ** Script: SplashScreen
#==============================================================================
#==============================================================================
# ** Start config
#==============================================================================
module Splash
  IMAGE = "logo"      # Filename in Graphics/System/
  WAIT  = 55          # Time frozen between fade-in and fade-out
  FADE_IN  = 35       # Fade-in duration
  FADE_OUT = 35       # Fade-out duration
  # Image location:
  # If USE_MANUAL_POS = false -> image automatically centered
  # If USE_MANUAL_POS = true -> use OFFSET_X and OFFSET_Y
  USE_MANUAL_POS = false
  OFFSET_X = 0
  OFFSET_Y = 0
end
#==============================================================================
# ** End config
#==============================================================================

Download

Download NowName your own price

Click download now to get access to the following files:

Augu_Splashscreen.txt 2.8 kB

Leave a comment

Log in with itch.io to leave a comment.