RPG Maker VX Ace

RPG Maker VX Ace

Door Example Project
11 条留言
Deathtroth 2016 年 6 月 3 日 上午 10:21 
Thanks XD
I'll be sure you get creeditttt
Arno  [作者] 2016 年 6 月 2 日 上午 12:42 
@Deathtroth: Sure! Go ahead.
Deathtroth 2016 年 6 月 1 日 下午 7:44 
Nice work. Are the doors and frame free for commerical-use?
ZnK 2014 年 12 月 28 日 下午 1:32 
Thanks :D
Arno  [作者] 2014 年 12 月 28 日 上午 8:40 
ZnK 2014 年 12 月 28 日 上午 7:26 
Hello ! You did a great job with this door event and with the tileset, thank you :)

I have a question : Could you separate the door top border and the wall please ?

This way we could set doors no matter what the texture of the wall behind is.
Arno  [作者] 2014 年 12 月 22 日 上午 6:22 
I made a custom sprite sheet for the walls, so that i could assign different tileset passing settings to it: http://i.cubeupload.com/oPr0tP.png
It should be included in the project, if it isn't, you can get it here:
http://i.cubeupload.com/XPy2m3.png

Ok, and scrap that part about the open position being down actually, it's the other way around. Open is up and closed is down.

With pictures, because words are confusing:
http://i.cubeupload.com/NivoLO.jpg
http://i.cubeupload.com/bYGP9i.jpg
Kureshimiru 2014 年 12 月 22 日 上午 6:11 
Thank you, it's a really neat thing to know. How did you make it so the player can pass behind a wall, though?
Arno  [作者] 2014 年 12 月 22 日 上午 6:02 
Each door has a self switch for it's open state on a second tab.
So when you use a door, it sets a move route, which goes through the animation of the door opening, and sets the self switch of the door to "A is on", after the move route is finished.

Additionally, you can also check the state of the door, by using a conditional branch, and checking for "Character -> Door -> Facing Down", because the position of the doors open state is down. You can test this, by talking to the old man on the bed, when the door is open and closed.

And to my own surprise at the time of making this, the state of the door does not change when you reset the map. Which is really neat, if you want your players to feel like they somewhat impact the world i guess. The soldier with the flag on the left resets the map by transferring you as an example of this.
Kureshimiru 2014 年 12 月 22 日 上午 5:36 
Yeah, could you please explain how you made this?
Puxido 2014 年 12 月 16 日 下午 10:03 
Could you explain how this works please?