Disable the system time by changing the "Enabled" parameter.
============================================================================
Plugin commands
============================================================================
Time PAUSE
Stops time. This is useful for cutscenes.
Time PLAY
Reactivates time.
Time SET time
Sets game’s time to a specific time.
-- Example:
Time SET 15:00
Sets game’s time to three in the afternoon.
Time ADD hours minutes
Advances time.
-- Example:
Time ADD 2 15
Advances time by two hours and fifteen minutes.
Time SAVE hour_var minutes_var
Saves the values of hour and minutes to the specified variable numbers.
-- Example:
Time SAVE 2 3
Saves the hours in the variable #0002 and the minutes in the variable #0003
Time LIMIT time_begin time_end self_switch
Activates the specified switch only between time_begin and time_end.
-- Example:
Time LIMIT 6:00 13:40 A
Activates the self-switch A between 6am and 1:40pm.
Tint SET red green blue
Sets the tint of the map to the specified colour.
-- Example:
Tint SET 255 0 0
Sets the tint red.
Tint SET tint_number
Sets the tint of the map with a tint from the configuration.
-- Example:
Tint SET 3
Set the tint with the 3rd tint in config.
Tint REMOVE
Resets the tint to the time tint, or removes the tint if the time plugin is
disabled.
Clock MOVE x y
Moves the clock window to coordinates (x,y).
A negative coordinate will keep the window at the same position on the axis.
-- Examples:
1. Clock MOVE 0 700
Move the clock window to (0,700)
2. Clock MOVE 200 -1
Change the horizontal position of the clock window to x=200
Clock REL_MOVE x y
Adds x and y values to the current position.
-- Example:
Clock REL_MOVE 50 0
Will move the clock window from 50px to the right.
Clock SHOW [map/menu]
Shows the clock window in the menu or the map.
If you don't specify which window to show, it will show the map window by
default.
Clock HIDE [map/menu]
Hides the clock window of the menu or the map.
If you don't specify which window to hide, it will hide the map window by
default.
Clock TOGGLE [map/menu]
Toggles the visibility of the clock window in the menu or the map.
If you don't specify which window to toggle, it will toggle the map window
by default.
============================================================================
Notetags
============================================================================
These must be set in the field Note in Map Properties.
<Tint: R, G, B>
Ignores time and sets the screen tone specified in RGB color (Red, Green,
Blue). This is useful for darker dungeons or zones in which lighting is not
time dependant.
-- Example:
<Tint: 0, 0, 0>
Ignores time and sets the screen tone to black.
<Tint: CustomTintID>
Ignores time and sets the screen tone to a Custom Tint from the Plugin
Manager.
-- Example:
<Tint: 8>
Sets the screen tone of Custom Tint 8.
============================================================================
Special thanks
============================================================================
Xelion for helping me with the translations.
Vlue for making the “Game Time MV” plugin. I learned from his source code.
============================================================================
Changelog
============================================================================
Version 1.5.1:
* Correct a bug where opening and closing the Game Editor resets the tint.
* Correct a bug where using Time PAUSE and then Time PLAY resets the tint.
Version 1.5.0:
+ Add the possibility to use Time SET xx:xx instead of Time SET xx xx
+ Add the possibility to keep the tint during battle (can be disabled in
configuration).
Version 1.4.1:
* Correct bug with "Add" plugin command
Version 1.4.0:
+ Add possibility to move Clock window with configuration
+ Add possibility to move Clock window with plugin commands
Version 1.3.0:
+ Add tint command to set map tint through plugin command.
+ Add tint command to remove the tint through plugin command.
Version 1.2.3:
* Correct a bug where using the "Used with MV" plugin would make the game
crash. Corrected the same bug for all other "splash screen" plugins.
Version 1.2.2:
+ Add the possibility to activate the time window on the map.
* Modify the parameter that shows the time clock into the menu.
Version 1.2.1:
* Fix a bug where deactivating time would make a black screen.
* Fix a bug where spaces in the <Tint> note were mandatory.
Version 1.2.0:
+ Add the possibility to store current time into variables.
+ Add a default time value when starting a new game.
+ Add the possibility to change an event's self switch based on time.
Version 1.1.0:
-- FeelZoR continues development
+ Add the possibility to disable the time system.
* Correct a bug where the custom tint set to the map would reset after
closing a menu.
Version 1.00:
-- Plugin published.