Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started 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
-
Im not sure exactly what you want to know
-
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.
-
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?
-
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.
-
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
-
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.
-
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
-
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.