Flying Script

Started by syldocaine, April 26, 2015, 06:50:01 pm

Previous topic - Next topic

syldocaine

Hi guys

I'm just looking for a script like this http://galvs-scripts.com/galvs-superman-ability/ for RM XP

If anyone knows a good one or can make this XP compatible pls let me know.

KK20

I'm not sure if the Vehicle script Heretic is working on will support this. It basically is like a airship. Heck, you probably could even event it.

Other Projects
RPG Maker XP Ace  Upgrade RMXP to RMVXA performance!
XPA Tilemap  Tilemap rewrite with many features, including custom resolution!

Nintendo Switch Friend Code: 8310-1917-5318
Discord: KK20 Tyler#8901

Join the CP Discord Server!

syldocaine

April 27, 2015, 10:04:16 am #2 Last Edit: April 27, 2015, 10:07:56 am by syldocaine
I already evented it but I would say it's only 90% perfect.

There is only 1 problem left. I'm not sure how to check if the character is above a passable tile or not. So atm you can land on mountains or water (or even lava lol) which shouldn't be allowed.
I could fill all impassable tiles with events which would block the landing process but since I have some really big flightmaps the event limit of 999 will mess up.

Any ideas would be cool.

Heretic86

April 30, 2015, 06:44:59 pm #3 Last Edit: April 30, 2015, 07:32:38 pm by Heretic86
Vehicles will do this, exactly the way you want!

The solution you'll end up using is a set of effects used for Magic Carpet.  The Magic Carpet allows a character to be "offset" so their sprites are higher or lower than default, which you have precise control over, and it has a "shadow" so players can determine their location on the Map so they understand collisions.  You dont need the Magic Carpet graphic, and can just swap out the character graphic (or rotate them with other scripts I wrote) for one where your character is flying around.  The "offsets" and "shadows" will help to make your flying character appear as if they are well above all other characters, and can fly through trees and what not.

I released Vehicles yesterday, and never thought of something like this, but realize it will suit your needs.
Current Scripts:
Heretic's Moving Platforms

Current Demos:
Collection of Art and 100% Compatible Scripts

(Script Demos are all still available in the Collection link above.  I lost some individual demos due to a server crash.)

syldocaine

Sorry for the late answer.
Im very busy atm

That script looks sweet
I will give it a try soon.

Thx