Page 1 of 1

Launching Player With Platform

Posted: Sat Mar 26, 2022 9:09 pm
by mlaskos
G'evening,

I'm trying to launch a player when they walk over the platform, but so that it automatically launches them onto a platform higher up. I wrote a script to handle the angles and such, but it's not allowing me to launch the player. When I use the platform that's in the ExampleLevel, it launches the character as I'm trying to do, but it only launches them vertically. So my question is this, how can I make the player in MFPS get launched to another platform instead of just up/down?

Thanks!

Re: Launching Player With Platform

Posted: Sun Mar 27, 2022 1:18 am
by mlaskos
I couldn't find a spot to delete my post, but I've resolved the issue. I repurposed the PlatformJump() to work in the way I was looking for instead and seems to work fine toward my purpose. Anyone that may have same issue, you can find bl_PlatformJump script in Scripts->GamePlay->Level folder. Also, useful to check out the bl_FirstPersonController and bl_FirstPersonControllerBase. Hopefully that makes my post a little more useful since I can't remove it. lol

Thanks anyway!