Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Map Name Pop-Up
#1
TDS Map Name Pop-Up

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.


Introduction

Well this has been done before countless times, but I still wanted to make it.

Features

Shows the name of the map when you enter it or choose to show it by using a script call.

Script

"Script"


Instructions

To change how long the pop up window stays visible on screen find this line on the script(Line 49)

Code:
MAP_NAME_DISPLAY_TIME = 120

Then change the 120 to the number of frames you wish for it to show.

If you wish to change wether or not to show the pop up window when the game starts find this line in the script(Line 51)

Code:
MAP_NAME_DISPLAY_NEW_GAME = false

Change it to true if you wish for it to show when a new game starts and change it to false if you dont want it to show when a new game starts.

Advance - Script related calls.

Code:
# Instructions:
#
# To not show the map name use this in a call script.
# $game_temp.show_map_pop_up = false
#
# To make it show the name of the map again
# $game_temp.show_map_pop_up = true
#
#
# For changing the position of where the window shows up use this in a script
# call:
#
# $game_temp.map_pop_up_position = Value
#
# Value = Is the numerical value for the postion of the window.
# 1 = up
# 2 = down
#
# Example:
#  $game_temp.map_pop_up_position = 1
#
# To call the map name window in any place you wish simply use this in a call
# script.
#
# $game_temp.map_pop_up_force_show = true
#


Compatibility
None that I know so far.

Credits and Thanks
TDS
}




Users browsing this thread: