Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.
Original Source
- Original title: Dynamic Weather and Time System
- Original author: ThallionDarkshine
- Original date: August 4, 2012
- Source thread: https://forums.rpgmakerweb.com/threads/dynamic-weather-and-time-system.3764/
- Source forum path: Game Development Engines > Ruby Game System (RGSS) Scripts > RGSS Scripts (RMXP)
Summary
Dynamic Weather and Time System 1.0 ThallionDarkshine Introduction This script changes the screen tint to correspond with the current game time. It also dynamically changes the weather, complete with sound and screen tint.
Archived First Post
Dynamic Weather and Time System 1.0
ThallionDarkshine
Introduction
This script changes the screen tint to correspond with the current game time. It also dynamically changes the weather, complete with sound and screen tint.
Features
Changes screen tone dynamically with time of day and weather
Generates random weather, including several fogs
Turn off weather on certain maps by a tag in the map's name
Screenshots
[IMG]http://i1202.photobucket.com/albums/bb363/ThallionDarkshine/Screenshot3.png[/IMG][IMG]http://i1202.photobucket.com/albums/bb363/ThallionDarkshine/Screenshot2.png[/IMG][IMG]http://i1202.photobucket.com/albums/bb363/ThallionDarkshine/Screenshot1.png[/IMG][IMG]http://i1202.photobucket.com/albums/bb363/ThallionDarkshine/Screenshot4.png[/IMG]
How to Use
Just copy the weather script over from the demo to your project and set up the configuration.
To turn on or off random weather (replace true with false to turn off):
To change the varience of weather:
To change the base time between weather changes:
To change the second equivalent of one minute realtime:
Demo
https://rapidshare.c...eather_Demo.exe
Script
See the demo for the script.
FAQ
None yet
Credit and Thanks
- ThallionDarkshine
ThallionDarkshine
Introduction
This script changes the screen tint to correspond with the current game time. It also dynamically changes the weather, complete with sound and screen tint.
Features
Changes screen tone dynamically with time of day and weather
Generates random weather, including several fogs
Turn off weather on certain maps by a tag in the map's name
Screenshots
[IMG]http://i1202.photobucket.com/albums/bb363/ThallionDarkshine/Screenshot3.png[/IMG][IMG]http://i1202.photobucket.com/albums/bb363/ThallionDarkshine/Screenshot2.png[/IMG][IMG]http://i1202.photobucket.com/albums/bb363/ThallionDarkshine/Screenshot1.png[/IMG][IMG]http://i1202.photobucket.com/albums/bb363/ThallionDarkshine/Screenshot4.png[/IMG]
How to Use
Just copy the weather script over from the demo to your project and set up the configuration.
To turn on or off random weather (replace true with false to turn off):
Code:
$weather.rand_weather = true
$weather.update
Code:
$weather.varience =
Code:
$weather.base =
Code:
$weather.min_equiv =
https://rapidshare.c...eather_Demo.exe
Script
See the demo for the script.
FAQ
None yet
Credit and Thanks
- ThallionDarkshine
Features Mentioned
- Changes screen tone dynamically with time of day and weather
- Generates random weather, including several fogs
- Turn off weather on certain maps by a tag in the map's name
Downloads / Referenced Files
Log in to download
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
Credit and Thanks - ThallionDarkshine
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
0
replies
1
view
Topic Summary
Loading summary...