Perfect Heist 2

Perfect Heist 2

Not enough ratings
How to use logic in Level Editor
By Sioox | Robin
"YOUR REWARD WILL BE GREAT, BEHOLD":
Some Knowledge for you :)
   
Award
Favorite
Favorited
Unfavorite
CHANNELS
In order to connect logic components with each other,
you must assign the same channels to their interfaces.

You do that in the top left of the user interface

-------------------------------------------------------------

In addition, it should be said that channels are always
overwritten. This means that if a channel is deactivated
at the output of a component, that one channel will be
deactivated even if other interfaces on the same channel
are still active.

LOGIC-GATES
Legend: 0 = disabled 1 = enabled ? = unknown state
NOT-GATE
Input
Output
0
1
1
0
🕑 TIME-GATE
Input
Delay
Output
0
?
0
1
?
1
OR-GATE
Input A
Input B
Output
0
0
0
0
1
1
1
0
1
1
1
1
🟥 AND-GATE
Input A
Input B
Output
0
0
0
0
1
0
1
0
0
1
1
1
🟧 MEMORY-GATE
Input A
Input B
Output
0
0
?
1
0
1
0
1
0
1
1
?
How to read my setup:
The Output is always at top.
The Input is always at bottom and read from left to right.

Airlock Example
button signal to lever signal
lever signal to button signal
HOW-TO fly with logic
This is a catapult:


Inspired from some zombie maps in csgo.

The Idea they catapult you into the air. Its basicly just a logic zone and a door.
AND a wall. If there wouldn't be a wall, you would not be thrown upwards but
towards the edge of the map.

Quite funny but kinda useless because it sometimes deal you up to 80% damage.
Mostly not but sometimes. If you jump in the right moment you fly much higher.
HOW-TO password lock
I am too lazy to continue the guide for now - hopefully I can continue it later.

It is possible.

Here is the explination of it.

Its not perfect since you could click multiple numbers at once per step.

Try out my map
if you want to try them out, go find my map: "Prey".

Thanks for reading.

Hopefully it helped already.

If there is something certain you want to know,
either ask me in discord or ask me below this guide
(not sure if I get a notification here)