The RPG Maker Resource Kit

RMRK RPG Maker Creation => XP => XP Event Systems => Topic started by: Punk on February 18, 2007, 09:14:36 PM

Title: [XP] Footprints (2 Different versions)
Post by: Punk on February 18, 2007, 09:14:36 PM
(This is the version where the footprints don't disappear. To view the one that does this, go to the next post)

Credit:
Roman Candle for the footprints charset

Required
Just a bunch of events on a map

and this charset --> (http://img250.imageshack.us/img250/1964/tracks6sc.png)

How to do it:

Create a event on the map.
Options: Check "through"
Trigger: Hero Touch
Make the event graphic blank.

Event Commands
@>Conditional Branch: Script: Input.press?(Input::DOWN)
@>>Move Event: This Event
make the footprint graphic have a down graphic
change opacity to 100 or whatever you want.
@>End
@>Conditional Branch: Script: Input.press?(Input::LEFT)
@>>Move Event: This Event
make the footprint graphic have a left graphic
change opacity to 100 or whatever you want.
@>End
@>Conditional Branch: Script: Input.press?(Input::RIGHT)
@>>Move Event: This Event
make the footprint graphic have a right graphic
change opacity to 100 or whatever you want.
@>End
@>Conditional Branch: Script: Input.press?(Input::UP)
@>>Move Event: This Event
make the footprint graphic have an up graphic
change opacity to 100 or whatever you want.
@>End

Now copy the event and paste it to the desired areas

Screenies
(http://i9.photobucket.com/albums/a64/punkid89/screenies/blankatfirst.png)
No footprints
(http://i9.photobucket.com/albums/a64/punkid89/screenies/footprintscreenie.png)
Footprints now
Title: Re: Footprints (2 Different versions)
Post by: Punk on February 18, 2007, 09:17:49 PM
(Disappearing footprints version)

Credit:
Roman Candle for the footprints charset

Required
Just a bunch of events on a map

and this charset --> (http://img250.imageshack.us/img250/1964/tracks6sc.png)

How to do it:

Create a event on the map.
Options: Check "through"
Trigger: Hero Touch
Make the event graphic blank.

Event Commands
@>Conditional Branch: Script: Input.press?(Input::DOWN)
@>>Move Event: This Event
make the footprint graphic have a down graphic
change opacity to 100
wait 3 frames
opacity = 95
wait 3 frames
opacity 90
wait 3 frames
opacity 85
...you know the pattern. wait 3 frames then decrease the opacity by 5.
@>End

@>Conditional Branch: Script: Input.press?(Input::LEFT)
@>>Move Event: This Event
make the footprint graphic have a left graphic
change opacity to 100
wait 3 frames
opacity = 95
wait 3 frames
opacity 90
wait 3 frames
opacity 85
...you know the pattern. wait 3 frames then decrease the opacity by 5.
@>End

@>Conditional Branch: Script: Input.press?(Input::RIGHT)
@>>Move Event: This Event
make the footprint graphic have a right graphic
change opacity to 100
wait 3 frames
opacity = 95
wait 3 frames
opacity 90
wait 3 frames
opacity 85
...you know the pattern. wait 3 frames then decrease the opacity by 5.
@>End

@>Conditional Branch: Script: Input.press?(Input::UP)
@>>Move Event: This Event
make the footprint graphic have an up graphic
change opacity to 100
wait 3 frames
opacity = 95
wait 3 frames
opacity 90
wait 3 frames
opacity 85
...you know the pattern. wait 3 frames then decrease the opacity by 5.
@>End

Now copy the event and paste it to the desired areas

Screenies of the Improved Footprints System
(http://i9.photobucket.com/albums/a64/punkid89/screenies/disappearance.png)
Yep, they disappear.
Title: Re: Footprints (2 Different versions)
Post by: :) on February 19, 2007, 01:16:07 AM
This is very cool!
Title: Re: Footprints (2 Different versions)
Post by: Kokowam on February 19, 2007, 01:56:41 AM
Yessir! I tried this out and it works pretty much perfectly. I recommend changing when you said the option was "through" to writing either "Phasing" for those who use PK or "Passing" for those who use the paid version. The only problem with this is if some weirdo like me takes the time to go over the steps he went over. If the footsteps are still fading and you go over them, they don't change.
Title: Re: Footprints (2 Different versions)
Post by: toushin on February 28, 2007, 03:40:16 AM
This event works and all but it keep leaving a white box around each footstep. Any way to make it like yours?  I apologize for the picture leading to imageshack but I've no clue how to get it to where you guys just put it directly on the post.

(http://img101.imageshack.us/img101/9678/untitledfk6.th.png) (http://img101.imageshack.us/my.php?image=untitledfk6.png)
Title: Re: Footprints (2 Different versions)
Post by: Tsunokiette on February 28, 2007, 03:54:07 AM
Weird, the image wouldn't work... ah well.

Your problem is a simple one. Re-import the character set, and left click the white space around the feet.
Title: Re: Footprints (2 Different versions)
Post by: Snailer on February 28, 2007, 05:28:52 PM
Hey very cool man nice work :) !