Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 VX Weather Script
#1
Script
VX Weather Script


Weather Types:

# 1 - rain
# 2 - storm
# 3 - snow
# 4 - hail
# 5 - rain with thunder and lightning
# 6 - falling leaves (autumn)
# 7 - blowing leaves (autumn)
# 8 - swirling leaves (autumn)
# 9 - falling leaves (green)
# 10 - cherry blossom (sakura) petals
# 11 - rose petals
# 12 - feathers
# 13 - blood rain
# 14 - sparkles
# 15 - user defined
# 16 - blowing snow
# 17 - meteor shower
# 18 - falling ash
# 19 - bubbles
# 20 - bubbles 2
# 21 - sparkles up

Instructions:

You can start and stop weather using the original event commands, however, you can start stronger and more varied weather using:

Code:
$game_screen.weather(type, strength, duration)
Where type is the type of weather (see above), strength is how strong it should be (a number between 1 and 50), and duration is how many frames it should take to transition in.

User-defined weather user images imported to the pictures folder. The controls are:

$WEATHER_UPDATE = false - change this one any time you're about to use user-defined weather

$WEATHER_IMAGES = [name, name, ...] - a list of the names of the images, separated by commas.

$WEATHER_X = 0 - the number of pixels the image should move horizontally (positive = right, negative = left)

$WEATHER_Y = 0 - the number of pizels the image should move vertically (positive = down, negative = up)

$WEATHER_FADE = 0 - how much the image should fade each update (0 = no fade, 255 = fade instantly)

$WEATHER_ANIMATED = true (or false) - whether or not each sprite in the weather should cycle between all the available images.

Editing speed if too fast

Commercial License:
To use this in a commercial game, I only charge $10 for a single game license for this script. Just enough to make it legal, really. Whenever you're ready, contact me and I'll send you a copy of the license agreement for you to peruse.

Subject to change.
Reply }


Messages In This Thread
VX Weather Script - by ccoa - 10-27-2009, 11:55 PM
RE: VX Weather Script - by ninja1 - 10-21-2014, 04:20 AM
RE: VX Weather Script - by MechanicalPen - 10-21-2014, 05:35 PM
RE: VX Weather Script - by ninja1 - 10-28-2014, 01:55 AM
RE: VX Weather Script - by DerVVulfman - 10-28-2014, 07:28 AM
VX Weather Script - by This_iz_illiegal_ya_know - 06-05-2010, 06:09 PM
VX Weather Script - by deValdr - 06-05-2010, 06:22 PM
VX Weather Script - by This_iz_illiegal_ya_know - 06-05-2010, 06:46 PM
VX Weather Script - by deValdr - 06-05-2010, 07:22 PM
VX Weather Script - by This_iz_illiegal_ya_know - 06-05-2010, 07:48 PM
VX Weather Script - by sakhawat21 - 06-05-2010, 07:49 PM
VX Weather Script - by This_iz_illiegal_ya_know - 06-05-2010, 07:57 PM
VX Weather Script - by deValdr - 06-05-2010, 08:16 PM
VX Weather Script - by sakhawat21 - 06-05-2010, 08:36 PM
VX Weather Script - by darksector26 - 06-11-2010, 04:43 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
   Text Scroll Script - Enhanced DerVVulfman 23 30,049 02-18-2021, 04:16 AM
Last Post: DerVVulfman
   Cursor Script Selwyn 7 13,278 09-28-2019, 02:13 PM
Last Post: DerVVulfman
   ACBS FIX SCRIPT #2: Advanced Cry Correction DerVVulfman 1 4,012 08-09-2019, 03:42 PM
Last Post: aeliath
   ACBS FIX SCRIPT #1: Victory Cries Patch DerVVulfman 1 3,977 08-08-2019, 02:53 PM
Last Post: aeliath
   Archived Script Listings DerVVulfman 9 34,057 01-08-2019, 04:27 AM
Last Post: DerVVulfman
   Spritesheet Generator Conversion Script DerVVulfman 0 3,662 11-21-2018, 04:48 AM
Last Post: DerVVulfman
   Neo Mode 7 Script by MGCaladtogel MGC 59 112,284 09-29-2017, 03:48 AM
Last Post: DerVVulfman
   Longer Script Calls LiTTleDRAgo 0 4,429 05-17-2017, 12:36 AM
Last Post: LiTTleDRAgo
   SLOLS: Snake Look-alike on Load Script Zeriab 3 10,286 05-14-2017, 06:25 PM
Last Post: LiTTleDRAgo
   Character Select Script Selwyn 3 9,613 03-07-2017, 04:14 AM
Last Post: JayRay



Users browsing this thread: