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: Wora Caterpillar + YEM Custom Movement
- Original author: FenixFyreX
- Original date: July 20, 2012
- Source thread: https://forums.rpgmakerweb.com/threads/wora-caterpillar-yem-custom-movement.3380/
- Source forum path: Game Development Engines > Ruby Game System (RGSS) Scripts > RGSS2 Scripts (RMVX)
Summary
YEM-EM + Wora Caterpillar Version 1.1
Archived First Post
YEM-EM + Wora Caterpillar
Version 1.1
FenixFyreX
Introduction
Have you wanted a caterpillar with 8 directional movement and poses for your caterpillar characters? Well, here you go; Woratana's caterpillar coupled with Yanfly's custom extended movement script is finally done D:
Script/Demo
The demo with the scripts can be found here:
YEM-EM+WC v.1.1
FAQ / Q&A / Notes
Can you add events and remove events from the caterpillar?
Yes, but it is a bit complicated. If you add an event, every map you can access from then on with the event in tow must have the same event on that same id. So, if you add event 1, event 1 must be the same on each map(i assume, at least).
What are all the script calls one can make, etc?
Here is a full list:
Code:
cater_pose(id, pose) # allows you to make a capterpillar character do a pose
player_pose(pose) # allows you to make the player do a pose
event_pose(id, pose) # allows you to make an event pose
ppose_break # breaks the players pose
epose_break # breaks an event's pose
cpose_break # breaks a caterpillar character's pose
cater_move(id, direction, amount) # moves a caterpillar character x amount in the direction specified
event_follow(id) # makes an event follow the caterpillar train
all_events_leave # makes all events leave the caterpillar train
event_leave(array) # takes each id from the array and removes that event. does nothing if that event is not found.
NOTICE: Poses have to be scripted in, so if you have a pose you'd like, provide a graphic and a descrtipion in the below format and I'll add it in. The graphic will be for testing.
NOTICE: To use this system, you must credit: Woratana, Yanfly, FenixFyreX
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
NOTICE: To use this system, you must credit: Woratana, Yanfly, FenixFyreX
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...