The RPG Maker Resource Kit

RMRK RPG Maker Creation => VX => VX Event Systems => Topic started by: cozziekuns on May 02, 2010, 04:16:17 AM

Title: [VX] Snowball Fight!
Post by: cozziekuns on May 02, 2010, 04:16:17 AM
Snowball Fight! >:O
Version: 1.0
Author: cozziekuns
Date: May 1st, 2010

Version History




Description


After playing FFTA, I saw that the first battle was a snowball fight. I'm all for snowball fights, so when I got the idea that I wanted to script a snowball fight, I was working my head off. But I decided to use events, a nice break from scripting.

You could use it as a mini-game, I guess.

Features


Planned Additional Features


Instructions

The snowball sprite can be found in Graphics/Characters/$!Snowball (I made it in about 1 minute, so it's not so good  :-\)

The keyboard letter "A" is the default button to throw a snowball.

Copy/Paste basically everything in the system. Change the number in the brackets of $game_map.events[3].x and $game_map.events[3].y to the Event ID of the event you want throwing the snowballs. Change the number in the brackets of $game_map.events[2].x and $game_map.events[2].y to the event ID of the snowball you want the player to be throwing, and change the number in the brackets of $game_map.events[5].x and $game_map.events[5].y to the event ID of the snowball you want the enemy to be throwing. You can change the difficulty of the game by changing the Movement Speed and Frequency of the enemy. Personally, I find that Normal Speed + Highest Frequency is already hard enough. I like to put the event on random movement, so you'll never know where the enemy's gonna go, and where it's gonna throw its snowball.

The time it takes for the event to re-load its snowball can be adjusted by changing the Wait: 45 secs to your preference.

Quick Tip: Put the snowballs out of the player's sight. Or else it just looks weird... Teleporting snowballs...

Credit




Support


It's probably littered with bugs, seeing as this is it's first release. If there's anything you need help on, post it here.

Author's Notes

The AI is stupid -.-

RMRK+ Format

This event system is in RMRK+ Format (http://rmrk.net/index.php/topic,22340.0.html). Or at least it should be -.-

Variables Used

Could someone reserve these for me?

Switches Used

Could someone reserve these for me?

 
Demo


See attached.
Title: Re: [VX] Snowball Fight!
Post by: modern algebra on May 02, 2010, 04:19:10 AM
I'll have to take a look at this later, but it sounds pretty neat. Nice work!
Title: Re: [VX] Snowball Fight!
Post by: Grafikal on May 02, 2010, 05:35:21 AM
Is this like a tactical mini-game like how you compared it to FFTA?
Title: Re: [VX] Snowball Fight!
Post by: cozziekuns on May 02, 2010, 03:21:22 PM
Unfortunately, no. It's just a regular snowball fight.
Title: Re: [VX] Snowball Fight!
Post by: EvilM00s on May 03, 2010, 02:36:30 PM
Nifty. I just may put this in my project, the player will have a ball!

wah wah waaaaahh...
Title: Re: [VX] Snowball Fight!
Post by: hikick10 on May 03, 2010, 05:09:01 PM

Sounds like fun. I'm currently making a snowy map.  :)