Submit Your Article


 
RPG Maker

Welcome Guest ( Log In | Register )


  Games Resources RPG Maker VX RPG Maker XP Scripts Tutorials Downloads

 
Reply to this topicStart new topic
> [Eventing] Final Fantasy IV/VI Airships.
HeroOfHyla
post Mar 21 2008, 12:28 PM
Post #1


Twirling towards freedom
Group Icon

Group: +Gold Member
Posts: 2,791
Type: Scripter
RM Skill: Advanced




Okay, I'm here to show you how to make a airship similar to FFIV's giant whale or FFVI's casino airship. Basically, when you enter it, it brings you inside instead of taking off immediately.

Here's our world map:


The event in the top-left manages everything. The event that looks like an airship teleports you to the interior of the ship.

Make your event for the airship, using whatever graphic you want. DON'T use the set starting airship command, just make an event and set it to your airship's graphic. Here's my code:

It's fairly self-explanatory.

Now, let's make the manager event for the airship. You should probably put it in a corner of the map, so that you can find it more easily.

This event has 2 pages, a parallel process and an autorun.

Here's Page 1:


And Page 2:


Now make a map for the interior of the ship. Here's mine:

The most important event is the orb. It's essentially the ship's helm.
Here's the code:


The event on the stairs just teleports you back to your world map based on variables 1, 2, and 3.

The event at the top left fades in the screen. You don't have to fade in and out for your teleport, I just did for no reason.

You also need an empty map (mine's called Airship Holding) to keep your vehicle in when it's not in use.

The first time you are planning to make the airship usable, make a switch (mine's called Just Starting) and turn it on before getting to the map where you use the airship for the first time. Otherwise, the airship will jump immediately to your coordinates when you enter the map.

Also, notice on page 2 of the manager event, there is a function that turns Switch:Teleporting off. This is because I noticed that simply leaving a town would make the airship move to your position. So on every teleport that links between a town/cave/whatever and the world map, be sure to put switch:Teleporting ON.

Well, that should do it! Sorry that this tutorial isn't very well written, so if you have problems, please post!


__________________________
Asexual - Arizonan - Atheist
I've got a gmail account and a yahoo mail account under this name, if you need to contact me.
You can find me on facebook too. facebook.com/heroofhyla . If you send me a friend request, tell me who you are so I don't get confused.

PlagueRPG SITE IS WORKING! (if you see "test page," hit ctrl+f5)
Latest update: New battle system demo, April 19, 2010

http://heroofhyla.deviantart.com/ ----- http://heroofhyla.livejournal.com/ ----- http://thatonecomic.smackjeeves.com
Go to the top of the page
 
+Quote Post
   
darkkyros
post Mar 23 2008, 02:37 AM
Post #2


Level 4
Group Icon

Group: Member
Posts: 50
Type: Artist
RM Skill: Intermediate




Nice tutorial! I'll have to try this out later, thanks!
Go to the top of the page
 
+Quote Post
   
eon789
post Mar 25 2008, 09:16 AM
Post #3



Group Icon

Group: Member
Posts: 2
Type: None
RM Skill: Skilled




Ummmm. The pictures aren't appearing for me.


__________________________
Go to the top of the page
 
+Quote Post
   
HeroOfHyla
post Mar 25 2008, 03:40 PM
Post #4


Twirling towards freedom
Group Icon

Group: +Gold Member
Posts: 2,791
Type: Scripter
RM Skill: Advanced




1. Press "Reply" after my post.
2. See the codes for the images? They should look like this:
CODE
[img]<IMAGE URL HERE>[/img]

Copy and paste the URLs into your browser. If that doesn't work, I have it in a word document here:
http://dl1u.savefile.com/aef8af146ee70fd18...03/airships.doc


__________________________
Asexual - Arizonan - Atheist
I've got a gmail account and a yahoo mail account under this name, if you need to contact me.
You can find me on facebook too. facebook.com/heroofhyla . If you send me a friend request, tell me who you are so I don't get confused.

PlagueRPG SITE IS WORKING! (if you see "test page," hit ctrl+f5)
Latest update: New battle system demo, April 19, 2010

http://heroofhyla.deviantart.com/ ----- http://heroofhyla.livejournal.com/ ----- http://thatonecomic.smackjeeves.com
Go to the top of the page
 
+Quote Post
   
mithjack
post Mar 25 2008, 04:22 PM
Post #5



Group Icon

Group: Member
Posts: 1
Type: None
RM Skill: Undisclosed




One question, in my game when i enter in the airship and exit, teleport me to another position, can u make a demo of this?
u do me a favor if u do thath.
I don't speak lot of english too pinch.gif and do the tutorial with the phothos but nothing.
Tnks
Go to the top of the page
 
+Quote Post
   
darkkyros
post Mar 26 2008, 12:37 AM
Post #6


Level 4
Group Icon

Group: Member
Posts: 50
Type: Artist
RM Skill: Intermediate




It does the same thing for me too. When you exit the airship map, you start in another position other that the one you were originally at. I made sure everything was set up right.
Go to the top of the page
 
+Quote Post
   
dss
post Mar 26 2008, 01:28 AM
Post #7


Level 2
Group Icon

Group: Member
Posts: 24
Type: Artist
RM Skill: Skilled




A different glitch on my end. It teleports me to the right place, but the real airship comes with me. Is that intentional or did i leave something out?? (the only thing different for me was taking out the fadein/fadeouts)
Go to the top of the page
 
+Quote Post
   
aviayaso
post Mar 26 2008, 05:38 AM
Post #8


Level 1
Group Icon

Group: Member
Posts: 11
Type: None
RM Skill: Beginner




plz make a video for this.
its to complicated.
when im entering the airship im getting black screen. sad.gif
plz plz plz make a demo.
Go to the top of the page
 
+Quote Post
   
HeroOfHyla
post Mar 26 2008, 07:01 AM
Post #9


Twirling towards freedom
Group Icon

Group: +Gold Member
Posts: 2,791
Type: Scripter
RM Skill: Advanced




I've noticed a few bugs in this. I've resolved the issues, but I don't have time to show how to fix them now, I'll be back later. I might do a video, and I will defenitely do a demo.


__________________________
Asexual - Arizonan - Atheist
I've got a gmail account and a yahoo mail account under this name, if you need to contact me.
You can find me on facebook too. facebook.com/heroofhyla . If you send me a friend request, tell me who you are so I don't get confused.

PlagueRPG SITE IS WORKING! (if you see "test page," hit ctrl+f5)
Latest update: New battle system demo, April 19, 2010

http://heroofhyla.deviantart.com/ ----- http://heroofhyla.livejournal.com/ ----- http://thatonecomic.smackjeeves.com
Go to the top of the page
 
+Quote Post
   
dss
post Mar 26 2008, 08:19 PM
Post #10


Level 2
Group Icon

Group: Member
Posts: 24
Type: Artist
RM Skill: Skilled




QUOTE (aviayaso @ Mar 26 2008, 05:52 AM) *
plz make a video for this.
its to complicated.
when im entering the airship im getting black screen. sad.gif
plz plz plz make a demo.


Add a screen fadein command at the end of the event that takes you to the airship, or make an autorun event for it on the airship map.
Go to the top of the page
 
+Quote Post
   
aviayaso
post Mar 27 2008, 10:04 AM
Post #11


Level 1
Group Icon

Group: Member
Posts: 11
Type: None
RM Skill: Beginner




QUOTE (dss @ Mar 26 2008, 07:33 PM) *
QUOTE (aviayaso @ Mar 26 2008, 05:52 AM) *
plz make a video for this.
its to complicated.
when im entering the airship im getting black screen. sad.gif
plz plz plz make a demo.


Add a screen fadein command at the end of the event that takes you to the airship, or make an autorun event for it on the airship map.


thanks for the help.
now im able to enter the ship, and i can fly it, but when im landing i cant fly again (i can only move on the ground) sweat.gif
what i need to do to be able to fly again after im landing?
and 1 more question:
"Control Variables: [0001:X] = Player's Map X
Control Variables: [0002:Y] = Player's Map Y
Control Variables: [0003:Map] = Map ID"
what those lines do?

This post has been edited by aviayaso: Mar 27 2008, 10:24 AM
Go to the top of the page
 
+Quote Post
   
HeroOfHyla
post Mar 27 2008, 06:38 PM
Post #12


Twirling towards freedom
Group Icon

Group: +Gold Member
Posts: 2,791
Type: Scripter
RM Skill: Advanced




Those lines memorize the player's position. That way, you'll be at the same location you entered the airship at when you teleport back to the map.


__________________________
Asexual - Arizonan - Atheist
I've got a gmail account and a yahoo mail account under this name, if you need to contact me.
You can find me on facebook too. facebook.com/heroofhyla . If you send me a friend request, tell me who you are so I don't get confused.

PlagueRPG SITE IS WORKING! (if you see "test page," hit ctrl+f5)
Latest update: New battle system demo, April 19, 2010

http://heroofhyla.deviantart.com/ ----- http://heroofhyla.livejournal.com/ ----- http://thatonecomic.smackjeeves.com
Go to the top of the page
 
+Quote Post
   
paladin99706
post Apr 2 2008, 07:36 AM
Post #13


Level 8
Group Icon

Group: Revolutionary
Posts: 124
Type: Artist
RM Skill: Skilled




I don't want to seem impaient, but will a demo come out soon?

((Sorry, I'm just curious XD))


__________________________
Current project:
Silent Sword

Percentage
3.87%

Last worked on:
3/4/09


Plan: Remaking Silent Sword from scratch
Go to the top of the page
 
+Quote Post
   
HeroOfHyla
post Apr 2 2008, 07:53 PM
Post #14


Twirling towards freedom
Group Icon

Group: +Gold Member
Posts: 2,791
Type: Scripter
RM Skill: Advanced




Well, my trial of VX ran out. If I can get the process to work in 2k3, I'll have a demo up this weekend.


__________________________
Asexual - Arizonan - Atheist
I've got a gmail account and a yahoo mail account under this name, if you need to contact me.
You can find me on facebook too. facebook.com/heroofhyla . If you send me a friend request, tell me who you are so I don't get confused.

PlagueRPG SITE IS WORKING! (if you see "test page," hit ctrl+f5)
Latest update: New battle system demo, April 19, 2010

http://heroofhyla.deviantart.com/ ----- http://heroofhyla.livejournal.com/ ----- http://thatonecomic.smackjeeves.com
Go to the top of the page
 
+Quote Post
   
Ilikepie123
post May 25 2008, 07:35 PM
Post #15


Sir Jacketh
Group Icon

Group: Revolutionary
Posts: 137
Type: Artist
RM Skill: Undisclosed




QUOTE (HeroOfHyla @ Apr 2 2008, 11:07 PM) *
Well, my trial of VX ran out. If I can get the process to work in 2k3, I'll have a demo up this weekend.

You had a trial version? I could probably do the demo for you or figure it out :3.. If you want, that is. thumbsup.gif


__________________________
Hmwut?
Go to the top of the page
 
+Quote Post
   
Lord Moe
post May 16 2009, 10:24 AM
Post #16


Level 3
Group Icon

Group: Member
Posts: 43
Type: None
RM Skill: Undisclosed




this thread is old, but I would very much like to learn how to do this, and I can't get it to work.

sad.gif
Go to the top of the page
 
+Quote Post
   

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

Lo-Fi Version Time is now: 25th May 2013 - 02:24 AM
RPG RPG Revolution is an Privacy Policy and Legal
eXTReMe Tracker