- Joined
- Sep 5, 2019
- Messages
- 42
- Reaction score
- 13
- First Language
- Italian
- Primarily Uses
- RMMV
Hello all dear colleagues!
I am trying to create a raft ferry 3x4 tiles the player can step on, to then be taken to the other side of the lake, there''ll be chicken transported too
I would like the player to be able to walk around on the raft while it is sailing
I would really prefer to avoid the fadeout/fadein trick so I though of a couple of ways to do it:
I am trying to create a raft ferry 3x4 tiles the player can step on, to then be taken to the other side of the lake, there''ll be chicken transported too
I would really prefer to avoid the fadeout/fadein trick so I though of a couple of ways to do it:
- Transfer to a parallax map after boarding, have only the actual 3x4 tiles in the map and have the parallax below scroll. Transfer back to actual map when docking (this requires the map transitions to be unnoticeable and calibrated perfectly as the parallax just keeps scrolling)
- Make the raft an event and move it with route. However in this case I can't have other independent characters roam freely on top of it
