Charas-Project

Game Creation => Requests => RPG Maker Programming => Topic started by: Opeth on May 01, 2007, 05:38:01 AM

Title: Can we make transporter
Post by: Opeth on May 01, 2007, 05:38:01 AM
As title, I want to make a aircraft and ship

How to create the step

1>talk to the aircraft > get into the cabin>talk to the steering wheel> then can use the aircraft go everywhere... >back to cabin> exit the aircraft
Title:
Post by: Ben on May 01, 2007, 06:11:00 AM
Im not sure exactly what you want to know
Title:
Post by: Dele on May 01, 2007, 06:59:01 AM
He means like when in FF8, you could press a button while in the airship and you'll be able to freely walk around inside the ship, then when you're ready, talk to the person at the helm and go back to steering your ship around your world map.
Title:
Post by: Opeth on May 01, 2007, 11:06:18 AM
Quote
Originally posted by Dele
He means like when in FF8, you could press a button while in the airship and you'll be able to freely walk around inside the ship, then when you're ready, talk to the person at the helm and go back to steering your ship around your world map.


yes

have any ideas?
Title:
Post by: DragonBlaze on May 01, 2007, 01:19:49 PM
Well the problem would be this, if you're on the world map, you'd be transported to the ship 'as the ship' if you canged it back to the hero, when you go back to the world, you'd go back as the hero and not the ship. Anyway this should be easy enough, when I get back on a computer with rm2k3 I'll take a look at it and hopefully come up with a solution for you.
Title:
Post by: Opeth on May 01, 2007, 01:38:33 PM
Quote
Originally posted by DragonBlaze
Well the problem would be this, if you're on the world map, you'd be transported to the ship 'as the ship' if you canged it back to the hero, when you go back to the world, you'd go back as the hero and not the ship. Anyway this should be easy enough, when I get back on a computer with rm2k3 I'll take a look at it and hopefully come up with a solution for you.


O really, thx a lot

Title:
Post by: Moosetroop11 on May 01, 2007, 05:38:31 PM
The simple solution is

[Hide screen]
-change vehicle position to memorised position (You'll memorise it in the event which takes you into the cabin)
-Teleport to memorised position (You're on top of the airship now)
-Enter vehicle
[Show screen]

It's pretty rudimentary but I rember it working for me.
Title:
Post by: Ben on May 01, 2007, 06:23:49 PM


Teleport event (to the ships interior map)


              then when you go to the ships "steering wheel" or whatev
              Tint Screen black
              Change hero Sprite to the ship sprite
               Tint Screen normal.
 

            Youre going to want to do some sort of Key input command parallelprocess
            so that when, say, you press A, or something, it will
            Memorize Map Id/Location
             Tint screen Black
            Change hero Sprite back  to a dude
             Teleport back to ships "Steering Wheel"
             Tint Screen Normal


       Then At the Ships Exit, or whatever, youre going to want to teleport to the location and map ID you memorized






I dont have 2k3 on this computer. So Its by no means exact...but thats how I would do it. Someone else likely has a better way to do it....but I mean....this should work. Hope I wasnt too vague




             
             
                     
Title:
Post by: A Forgotten Legend on May 01, 2007, 09:34:48 PM
Yes lucas, he did do something similar in Don's Adventures, except that it teleported you into the airship first then you talked to the guy at the wheel, and then you could move the airship around, then when you went to get off the airship, you went back to the airship's map, and you had to leave it form there.