1 decade ago by Rocket13531
Let me start by explaining what I'm trying to do as someone might have a better idea for how to accomplish it. Right now I have a platform entity that I wrote, which will travel either up/down, or side to side. It switches direction once it collides with the collision map or collides with another entity I created which I call "Platform Bound".
The "Platform Bound" entity is an invisible square (any size you want) that you can place with Weltmeister to easily/manually create barriers for your platform. Everything works great except for one thing: I had to set the "Bound" barrier to Passive so that the player would not collide with it. This unfortunately means everytime the platform collides with the Platform Bound that it is moved because the platform is fixed.
Of course, changing the Platform to "Passive" is a no go because I don't want active entities effecting it.
So what I'm really asking is this: is it possible to create entities which serve no other purpose but to report collisions and don't interact with the physics of other entities?
Secondly, is there a better approach to easiily managing the path of a platform within Weltmeister than I am currently thinking of?
Thanks in advance!
The "Platform Bound" entity is an invisible square (any size you want) that you can place with Weltmeister to easily/manually create barriers for your platform. Everything works great except for one thing: I had to set the "Bound" barrier to Passive so that the player would not collide with it. This unfortunately means everytime the platform collides with the Platform Bound that it is moved because the platform is fixed.
Of course, changing the Platform to "Passive" is a no go because I don't want active entities effecting it.
So what I'm really asking is this: is it possible to create entities which serve no other purpose but to report collisions and don't interact with the physics of other entities?
Secondly, is there a better approach to easiily managing the path of a platform within Weltmeister than I am currently thinking of?
Thanks in advance!