じ☆ve冰风 发表于 6 天前

Easy way to make land vehicle with eventing

Hi everyone i am not sure where to put this could you let me know thank you.

Anyway here is what i wanted to share with everyone, seeing as i have noticed that many people have asked how to make land vehicles and i have only found two which i could not get to work.

So using eventing i made one. I hope it is helpful. 

Here are some screen shots of it working, the one on the left is not on a mount.

Spoiler



OK so, what you want to do is Create a "global switch" called "Mount".

Then you create a "common event" called "Mount".

Spoiler



Inside that event make a conditional branch checking if the "global switch - Mount" is off. Directly under that add in a command to change the actor graphic. (Change only the sprite to the image you want to use.) Under that ad in a command to change the players movement speed to whatever you like as long as it is higher than walking. Under that add in a command to turn the "global switch - Mount" on. and lastly under that add in a command telling the game to wait 10 frames. This wait time stops the player from immediately getting off the mount again.
Now under the "Else" of the conditional branch add a Change actor graphic. (change only the sprite back to the original image.) under that add in a command to set the players movement speed to normal. Under that add in a command to turn the global switch - Mount off. and under that add in a command to wait 10 frames.

Lastly you want to create an event and on page one Make it a "Parallel Process", then make a conditional branch using "button is being pressed" Change the button to whatever you like. For this example i am using "Z". Directly under that add in a command to call the common event and your all done.

Spoiler



Edit:The second event page is not needed i forgot to delete it when i took the image.
All you need to do is copy the "Parallel Process" event into any maps you want to use it in.


本贴来自国际rpgmaker官方论坛作者:PussiCat处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/easy-way-to-make-land-vehicle-with-eventing.45793/
页: [1]
查看完整版本: Easy way to make land vehicle with eventing