Platform flip

mtrain

New member
Is it possible to use platform command
platform {xpos} {zpos} {upperleft} {lowerleft} {upperright} {lowerright} {depth} {alt}
but make it flipped?

image.jpg


I want to use two platform entities to make walls in the elevator level, and after reaching certain floor walls will disappear (like level 8 in SoR2)
 
using negative values might do it right.

I tried negative values, and have no result. Obeditor have platform visual platform editor, and any values you will use the result is always "left" platform variant. Maybe i am wrong, maybe there is a method.
 
to flip the platform you could change the upper points to negative ( - )
if the platform is in an animation you will only be able to use 1 platform per animation... you could change the platform flipped during the animation but would end up with only 1 platform sill...
you could make the elevator spawngun the platform 2 times in the left and right position and then remove it or give the entity platform an animation that could make the platform appear and disapear...

i using openBorStatsV053 and manadge to make platforms so far
 
Platform command is not affected by facing direction at all so instead of bothering with setting negative values why not setting new platform command from scratch?
It is as easy as setting the original platform
 
I assume this image fits the level

Anyways, here's the platform setting for left wall:

offset 0 0
platform 0 0 -800 -800 140 0 140 5000

For right wall:

offset 0 0
platform 0 0 -140 0 800 800 140 5000

You must place 'left wall' at bottomleft corner of level and 'right wall' at bottomright corner for these walls to work
 
Back
Top Bottom