Author Topic: Pixl's WIP portal project  (Read 3746 times)

So after beating portal i gained an obsession and started to build some challenges.

Using zone events i was able to make switches that worked for both the weighted cubes and players.

here you can see an energy ball contraption


Using relay loops i was also able to make a changing portal launcher brick


here is level 3


So far i only have 3 levels.

still pretty buggy though which im trying to fix
?/10





I think he's doing great.

i plan on adding momentum stuffs





love/10

I love every last bit.

one of the hardest parts of building this is making it is so that it resets for the next person D:

How did you use zones for the buttons so that it works with the weighted cubes?

How did you use zones for the buttons so that it works with the weighted cubes?
onplayertouch self setzone up 1 0 0 0
oninzone self color blue
400 oninzone self color red
oninzone self cancelevents

mine are a bit more complicated than that but yea

Awsomness

1042/10

That = 10000000000000000000000000000 00000000000000/10

I love that build. I tried before, but gave up as it looked too crappy to me. Can you host this WIP?

Someone should make an Android for the Portal mod.

onplayertouch self setzone up 1 0 0 0
oninzone self color blue
400 oninzone self color red
oninzone self cancelevents

mine are a bit more complicated than that but yea


Why not just use onVehicleEnterZone and onVehicleLeaveZone?