Tips, Tricks, and Secrets for Mappack Makers

Mapping related threads and questions go in here!
ucenna
Posts: 615
Joined: 11 Jan 2013, 20:06

Post » 27 Feb 2013, 22:58

Tips, Tricks, and Secrets for Mappack Makers



The Purpose of this Thread
This thread is meant to be used by mappers, for the purpose of making better and more interesting mappacks. It has a tips section devoted to helping mappers make good map packs that don't stink. The tricks section on the other hand is a compilation of mapping techniques that aren't readily apparent. The secrets section is similar to the tricks section except it's made up of things that you can add to your mappack that are little know and can be exploited in interesting ways.



Jump Into the Teleporter
Vanilla Tips
Vanilla Tricks
Vanilla Secrets
Mari0 + Portal Tips
Mari0 + Portal Tricks
Mari0 + Portal Secrets
SE Beta Tips
SE Beta Tricks
Se Beta Secrets



Vanilla Tips
  • Setting a Good Time Limit:
    Credit: Turtley3 & HugoBDesigner
    Unless you're making a "speedrun" mappack, try not to set the time limit of a level to a too small value. Your level will be better if the player has plenty of time to finish it AND enjoy playing it.
  • Take Your Time:
    Credit: Turtley3 & HugoBDesigner
    If you want a good mappack, you need to work well on it. Making it quickly, without thinking too much almost never is a good idea. Making good mappacks is something that requires planning, thinking and working carefully.
  • Be Unique
    Credit: Turtley3 & HugoBDesigner
    Be creative and original. If you see that your mappack is too much similar to an already existing one, avoid doing it. People will enjoy your mappack based on it's originality and different puzzles/scenarios.
  • Don't Go Overboard:
    Credit: Turtley3 & HugoBDesigner
    If you make a mappack, make it simple. You can have a big tileset, but avoid making it too big, with more tiles than used or with details that you don't even need. Some computers don't support tilesets bigger than 512x512 pixels, so avoid making your tileset larger than this.
  • Give Credit:
    Credit: Turtley3 & HugoBDesigner
    If you are going to use content created by other user (like tilesets, musics, backgrounds, etc.), ALWAYS give this user credits. People will like your mappack if they see you recognize the effort put by your content's author.
  • Being Prepared:
    Credit: Assasin-Kiashi
    It's often a good idea to sketch up level designs on paper, that way you have a quick way to make a reference and easily draw puzzles or obstacles and a plan in general.
  • Custom Menu:
    Credit: HugoBDesigner
    You can make a custom menu for your mappack by designing it at the beginning of your mappacks first level. If you don't want your players seeing it in game just set Mario's spawn location a ways past the graphic and prevent him from backtracking to it.
Vanilla Tricks
  • Semi-Random Inputs:
    I'm not sure whether Lakito's movement is randomized, but since players never do the exact same thing every time they play a game, you can use lakito's spinies to activate buttons semi-randomly, you might want to have a red laser that periodically activates to cover your buttons though.
  • Adding a Minus World:
    Credit: Qcode
    The Minus World can be accessed and edited, by making a pipe that leads to world for but not checking the 'Has Warpzone' option, and then going down the pipe.
  • Fake Lasers:
    Credit: Turret Opera
    By puting a laser and light bridge facing, you can make a lightbridge that looks like a laser. It should be noted that this is very hard to pull off well. Potential players will probably struggle to figure out what to do and give up in disgust. To make it more enjoyable it's recommended that you give the players a warning when you do something like this. WARN THE PLAYERS IF YOU DO THIS!!!
  • Foreground:
    Credit: Qcode
    Certain entities, like the check mark entity, are in the foreground. as such they can block the view of Mario, tiles, and stuff.
    a list of things rendered in the foreground:

    Code: Select all

    Bowser
    lakito
    geldispenser
    cubedispenser
    emancipationgrills
    door
    wallindicator
    walltimer
    notgate
    rainbooms
  • Spikes:
    Credit: Superjustinbros
    Place a laser and put an invisible block in the direction it's facing. As a note the laser can be facing any direction.
  • Glass Wall:
    Credit: Hans1998
    You can make a glass wall (the laser passes through, but portals don't) using a light bridge and the emancipation grill.
    Putting both:
    Image
    In-game:
    Image
  • Deadly Walls:
    Credit: HugoBDesigner
    You put a laser and an emancipation grill in the same line and direction.
    The player can't pass through, and can't shoot portals through too.
    In-editor:
    Image

    In-game:
    Image
    Image
  • OR Gate:
    Credit: HugoBDesigner
    You can make an OR gate by using two or more lasers pointed to the same laser detector.
    You connect each input you want to each laser, and the output to the detector.

    Connections:
    Image

    In-game:
    Image
    Image
    Image
    Image
    Image
  • AND Gate:
    Credit: HugoBDesigner
    Well, I found a better "AND" gate. Instead of doors (that takes some time to trigger), using lasers.
    You need a laser to each input, and all them pointing to the same detector.

    Connections:
    Image

    In-game:
    Image
    Image
    Connections:
    Image

    In-game:
    Image
    Image
    Image
    Image
    Image
  • Single Press Button:
    Credit: HugoBDesigner
    You can make an "one time press" switch/button by using a cube above a light bridge/door above a button/laser.
    You connect your input to the light bridge/door, and your output to the button/laser.

    Connections:
    Image

    In-game:
    Image
    Image
  • Flashlight:
    Credit: MagicPillow
    You can use your portal gun as a makeshift flashlight. The portal gun's beam will be cut off when it hits a collidable block

    Example:
    Image
  • Pipe Know Who:
    Credit: BobTheLawyer
    You can only go in pipes by walking into them. You can't jump in them, so you have to do something to level out terrain, big mario can teleport up to pipes one block above him, allowing for "big mario only" pipes.
    You can also use sideways doors and cubes to allow pipes to be accessible.
    Invisible blocks can also work, or you can play 'don't break the brick block'
    Example:
    Image
    Image
    Image
  • Spring Board Know-When:
    Credit: Turret Opera
    When a faith plate goes too high, you can use a spring board instead. Spring Boards are good alternative to faith plates. They act as a wall, and they don't bounce you as high or as fast as faith plates unless you press the jump button, and they look better in Mario themed levels.
  • Toggling Gel Dispensers:
    Credit: HugoBDesigner
    You can make gel dispensers be activated/deactivated by using a light bridge blocking the gel flow.
    You connect your input into a light bridge connected to a signal inverter (a NO gate).

    Connections:
    Image

    In-game:
    Image
    Image
  • Redirection Cubes:
    Credit: HugoBDesigner
    You can make static cubes that redirects your laser by using a laser connected to a detector, both in the same block.
    You connect the laser to the detector on it's own block, and again to each "cube".
    Connections:
    Image

    In-game:
    Image
    Image
  • Shield:
    The Companion Cube can be used as a make shift shield. It blocks lasers, and if a player sets it down in front of him it will deflect many entities, including goombas koopas and most things with more than 2 legs.
  • Companion Cube to Block Height:
    Companion cubes are exactly 3/4ths the size of tiles. This means that 4 cubes stacked ontop of each other is the exact same height as 3 blocks. and 4 cubes adjacent to each other are the same length as 3 blocks.
    Image
  • Multiplayer Only Zone:
    Credit: Turret Opera
    Place 2+ buttons. Hook the buttons to an AND gate that's hooked to a door. The door will only open if all the buttons are activated. Make sure that you prevent goombas/assorted enemies from stepping on the buttons.
  • Companion Cube Know-Where:
    Credit: QwertymanO07 & Others Whose Name(s) Escape Me
    1. Companion Cubes can be linked to other entities. if they are they will trigger the entity they are connected to when they fall of the map
    2. Companion Cubes kill spikes and goombas if they land on top of them.
    3. Companion Cubes won't kill most other entities when they are on top of them.
    4. Companion Cubes won't way down platforms when they are on them, even if mario is standing on the cube.
    5. You can't push a companion cube if it's inside of an invisible collidable block.
    6. If you're holding a cube, you can walk through a laser emitter, but if you're pushing a cube, you will get killed if you try to walk through the laser emitter.
  • Small Detector:
    Only Mini Mario can get through one tile spaces. Might help to put a few lasers up so Mario isn't tempted to moonwalk through.
  • Big Detector:
    If you put some trappers just above ground level, small mario can't jump through them. But big mario can.
  • Xor Gate:
    Credit: rokit boy
    Image
    Image
  • Big-Only Door:
    Criedit: Turret Opera
    Place 2 buttons one tile above the ground and halfway through a door. Big mario can stand there to activate it, then go through without it closing. Small mario isn't able to do this.
  • Wave Effect:
    Credit: Turret Opera
    Place a cube spawner above any amout of buttons, with an emancipation grill under the last button. The cube will activate all the buttons as it falls, and the cube spawner will spawn a new cube every time one is emancipated.
  • Fireball Detector:
    Credit: Turret Opera
    Place a spiny on a button, connect the button do a NOT gate, killing the spiny will send a signal, but you can only kill the spiny with a fireball.
  • SQUARE WAVES:
    Credit: HugoBDesigner
    You can make a continuous loop of variable length like so:

    Links:
    Image

    Working:
    Image

    The numbers represent the timers. The "1" is the time it stays on, the "2" is the time it stays off.
    The output is the laser detector.

    To make it, just place a laser pointing to a laser detector. Put a timer and link the laser to it. This timer is going to be the "on" timer. Put a not gate, link the first timer to it. Place another timer and link the not gate to it. This timer will be your "off" timer. Now link this second timer to a laser detector and you're done!
Vanilla Secrets
  • Fireball Deflector:
    Cubes and Light Bridges deflect fireballs.
  • Enemy Only Wall & Invisible Wall:
    2 blocks after an ax an invisible wall forms. It's impossible for Mario to cross from either side, however entities are able to cross this wall.
  • Spring Collision:
    you can no-clip through springs using the portal gun
    Image
  • Toggleable Collidable Blocks:
    You can't collide with door frames when they are open.
  • Walk Through Walls:
    Mario can ride up and down platforms through blocks.
  • Mushroom Teleportation:
    Credit: BobTheLawyer
    Mushrooms go up to the next available block up, until they get to a place with no tile, or a background tile. So if you hit a ? block, but there is a brick block above it, the mushroom will come out above the brick block.
  • Ladders:
    Vines can work as ladders. Keep in mind that the player can only jump off on the side that mario is, and that if the player goes too high they will be sent to a bonus level.
  • Spontaneously Vanishing Platforms:
    If you make a blue laser followed by an invisible collidable block, and then link the laser to a timer and button or something. The resulting tile will randomly switch between collideable or otherwise.
  • Modifiable Gravity:
    Drains pull you down even when they aren't in water.
    [Note: see below]
  • Extra Jump Area:
    Credit: Superjustinbros
    if a pit contains a drain entitles, you can perform an air jump after running off an edge; You must not jump directly from the ledge into the pit, as it will not work.
  • Disable Portal Gun:
    Credit: RWLabs
    Mario cannot use his portal gun if he is past the ax entity.
  • Disappearing Blocks:
    If you give a tile the coin and collidable properties it will disappear shortly after you jump on it. It is possible nut extremely difficult, to jump off the block before it disappears. Also, you can not walk through the block from the left or right.
  • Infinite Sublevels:
    Credit: Qcode
    You can add infinite sublevels without requiring a mod using this: viewtopic.php?f=13&t=2457 Keep in mind that you will require the mod if you choose to add more than the original 8 worlds.
  • Platforms:
    credit:HugoBDesigner
    If you but a button under a light bridge and set it to turn the light bridge off when pressed, it will function as a platform.
    Image
    Image
    Image
  • Make a Un-Portalable to Portalable Block:
    Credit: Superjustinbros
    This is done by making a nonportalable breakable block and putting an entity (ie. bullet bill entity) in it. When mario hits the block it will become portalable.
  • Grills:
    Springs work great as grills! They block movement in all directions.
  • Trappers:
    Make an invisible collidable block. You can shoot portals and if you fall through them you can't jump back out (they collide from the bottom).
  • More Grills(outdated):
    Faithplates can be shot through but they won't allow the player to move throgh them. They block movements in all directions except sideways.
  • Adding Extra Worlds:
    Credit: Turret Opera
    Worlds 0 and 9 are available via text editing.
  • Getting to World 9:
    Credit: QwertymanO07
    You can access world 9 via flagpole but not via axe.
  • Fix Groundlights:
    Credit: HugoBDesigner
    Ground light entities only flash for a second if linked to a toggling entity (like a switch). It may look weird if, along with the ground light (or indicator light) there's a wall indicator (which toggles instead of flashing for a second).
    To fix that, put a laser facing towards a laser detector. Link the laser to the switch and the indicator lights to the detector. This way, they'll toggle just like any other entity.
  • Spawn Jump:
    Credit: Firaga
    if the player's spawn point is in midair, as soon as the game starts, you can jump on nothing, as if there was a platform there for a split second.
  • Player Limiter:
    Credit: MagicPillow
    You can limit the number of players in a level by limiting the number of lives a player has, and then forcing some of the players to spawn off the edge.
  • Faith Plate Clipping:
    You can no-clip through blocks adjacent to faithplates by portalling into the faithplate.
  • One Way Shells:
    Credit: QwertymanO07
    Image
    If you place a half-koopa so that it it inside of a horizontal door, it can only be kicked to the opposing side of the door (and then to whatever is beyond the door).
Mari0 + Portal

Mari0 + Portal is a nice little mod that isn't really little at all. It adds tons of stuff, primarily aimed at modifying the mechanics of the game. It contains things like animated tiles, enemy spawners, enviromental triggers, variable modifiers, tile properties, and so much more! It's worth checking out: viewtopic.php?f=13&t=3477

Mari0 + Portal Tips
    Mari0 + Portal Tricks
    • Setting up minimum/maximum amount of players per level:
      Credit: HugoBDesigner
      You can set if a mappack can only be played by a certain amount of players by using Environmental Triggers and Commanders.
      If you want a mappack to be played by 1 player only, for example, you can do this:
      (E = Environmental Trigger; C = Commander)
      E1: player2 playing
      C1: player2 disable; Linked to: E1

      And do the same with players 3 and 4.
      If you want 2 players, do the same above but only with players 3 and 4. And, to check if player 2 is playing, do this:
      (N = Not gate)
      E2: player2 playing
      N1; Linked to: E2
      C2: player2 spawn [x] [y]; Linked to: N1

      Still, you can change it to work as you want, and you can even display warning messages like:
      "To play this mappack, you must have 2 players playing"
      by using Overlay Data commands linked to Environmental Triggers, just like above.
    Mari0 + Portal Secrets
      SE Beta
      The future of Mari0. Not really sure which tips work in this and which don't. In general this list'll probably change alot as we wait for the polished product to be finished.

      SE Beta Tips
        Se Beta Tricks
          SE Beta Secrets
            Last edited by ucenna on 21 Jan 2014, 21:38, edited 80 times in total.

            User avatar
            TurretBot
            Posts: 4413
            Joined: 15 Mar 2012, 23:18
            Contact:

            Post » 28 Feb 2013, 00:01

            Also, if you put a laser and a light bridge facing each other, the player will collide with the light bridge, but it will look like a laser. (BUT WARN THE PLAYERS ABOUT THIS FIRST)
            Last edited by TurretBot on 28 Feb 2013, 00:51, edited 2 times in total.

            ucenna
            Posts: 615
            Joined: 11 Jan 2013, 20:06

            Post » 28 Feb 2013, 00:10

            Good one!

            User avatar
            Qcode
            Posts: 1479
            Joined: 05 Feb 2012, 18:00
            Contact:

            Post » 28 Feb 2013, 01:32

            ...
            Last edited by Qcode on 21 Oct 2021, 09:13, edited 1 time in total.

            ucenna
            Posts: 615
            Joined: 11 Jan 2013, 20:06

            Post » 28 Feb 2013, 01:40

            Got it, and can you add a world 9 without requiring your mod to play it.

            User avatar
            TurretBot
            Posts: 4413
            Joined: 15 Mar 2012, 23:18
            Contact:

            Post » 28 Feb 2013, 02:16

            Turret Opera wrote:(BUT WARN THE PLAYERS ABOUT THIS FIRST)

            ucenna
            Posts: 615
            Joined: 11 Jan 2013, 20:06

            Post » 28 Feb 2013, 02:29

            Sorry I'm amazingly forgetful. What am I supposed to warn them about.

            User avatar
            Qcode
            Posts: 1479
            Joined: 05 Feb 2012, 18:00
            Contact:

            Post » 28 Feb 2013, 04:51

            ...
            Last edited by Qcode on 21 Oct 2021, 09:13, edited 1 time in total.

            ucenna
            Posts: 615
            Joined: 11 Jan 2013, 20:06

            Post » 28 Feb 2013, 04:58

            Ah... now it makes sense.

            User avatar
            Qcode
            Posts: 1479
            Joined: 05 Feb 2012, 18:00
            Contact:

            Post » 28 Feb 2013, 05:09

            ...
            Last edited by Qcode on 21 Oct 2021, 09:13, edited 1 time in total.

            ucenna
            Posts: 615
            Joined: 11 Jan 2013, 20:06

            Post » 28 Feb 2013, 05:38

            Sorry, I'm a bit slow. I had added a bit before but it wasn't enough. I added a wee bit more, hopefully thatly do it.
            I'm glad you like it! Speaking of 'What Not to Make' someone might want to add that laser ma-thing to it.

            ucenna
            Posts: 615
            Joined: 11 Jan 2013, 20:06

            Post » 07 Mar 2013, 22:28

            Added this:
            Foreground:
            Certain entities, like the check mark entity, are in the foreground. as such they can block the view of mario, tiles and stuff.

            User avatar
            RWLabs
            Posts: 796
            Joined: 05 Feb 2012, 03:36
            Contact:

            Post » 08 Mar 2013, 04:07

            I got one.

            DISABLE PORTAL GUN
            Put the axe behind where you start and you will be unable to use your portal gun.
            Image
            Image

            ucenna
            Posts: 615
            Joined: 11 Jan 2013, 20:06

            Post » 08 Mar 2013, 06:23

            Awesome! adding...

            User avatar
            Qcode
            Posts: 1479
            Joined: 05 Feb 2012, 18:00
            Contact:

            Post » 09 Mar 2013, 04:28

            ...
            Last edited by Qcode on 21 Oct 2021, 17:14, edited 1 time in total.

            User avatar
            Assasin-Kiashi
            Posts: 643
            Joined: 07 May 2012, 10:21
            Contact:

            Post » 09 Mar 2013, 15:25

            I think a good idea to put here would be sketching up level designs on paper, that way you have a quick way to make a reference and easily draw puzzles or obstacles and a plan in general.

            User avatar
            Matu_Il_Mito
            Posts: 85
            Joined: 09 Dec 2012, 18:47

            Post » 09 Mar 2013, 15:40

            if you put an Axe entity in front of mario there will be a invisible barrier that portals and you can't go throught but other entities and enemies can pass throught.

            User avatar
            Superjustinbros
            Posts: 2119
            Joined: 29 Mar 2012, 20:39
            Contact:

            Post » 09 Mar 2013, 21:37

            Matu_Il_Mito wrote:if you put an Axe entity in front of mario there will be a invisible barrier that portals and you can't go throught but other entities and enemies can pass throught.
            I remember Mario is still allowed movement if he goes beyond an axe, it just disables portals.

            Oh, and for those that can't wait for spikes, here's a solution. Place a laser entity pointing upwards and right above it place an invisible block. You should have something like this:
            Image

            Now when you go to play the level, the invisible blocks will keep the laser from extending out from it's origin tile.

            ucenna
            Posts: 615
            Joined: 11 Jan 2013, 20:06

            Post » 09 Mar 2013, 22:02

            Updated!
            Based off of invisible block collisons I'm going to assume this only works with up facing lasers.

            User avatar
            TripleXero
            Posts: 892
            Joined: 08 Aug 2012, 00:23
            Contact:

            Post » 09 Mar 2013, 22:08

            I tried it with down ones and it worked, too, so I'm guessing left and right do as well

            ucenna
            Posts: 615
            Joined: 11 Jan 2013, 20:06

            Post » 09 Mar 2013, 22:22

            Okey Dokey, changed it!

            User avatar
            jokekid
            Posts: 81
            Joined: 05 Feb 2013, 23:28

            Post » 10 Mar 2013, 20:08

            good spike workaround.

            User avatar
            BobTheLawyer
            Posts: 2232
            Joined: 01 May 2012, 21:00

            Post » 10 Mar 2013, 22:35

            Turret Opera wrote:Also, if you put a laser and a light bridge facing each other, the player will collide with the light bridge, but it will look like a laser. (BUT WARN THE PLAYERS ABOUT THIS FIRST)
            Sorry this is kind of late, but you could always use tiles to make something look like a laser but not really be anything (just background tile). A nice way to hide stuff.
            You could do the same with gates and other non-movable entities

            Also, you can only go in pipes by walking into them. You can't jump in them, so you have to do something to level out terrain, big mario can teleport up to pipes one block above him, allowing for "big mario only" pipes.
            You can also use sideways doors and cubes to allow pipes to be accessible.
            Invisible blocks can also work, or you can play 'don't break the brick block'
            Image, Image, Image

            I'll talk about koopa shells later.

            ucenna
            Posts: 615
            Joined: 11 Jan 2013, 20:06

            Post » 11 Mar 2013, 19:59

            big mario can teleport up to pipes one block above him, allowing for "big mario only" pipes.
            How would one go about doing this?
            Last edited by ucenna on 11 Mar 2013, 20:02, edited 1 time in total.

            User avatar
            Superjustinbros
            Posts: 2119
            Joined: 29 Mar 2012, 20:39
            Contact:

            Post » 11 Mar 2013, 20:02

            I think I'm going to try something with Bob's ideas for entering pipes, considering how I'm just about out of ideas for Portal-based puzzles in A0zora (combined with me waiting for SE).

            ucenna
            Posts: 615
            Joined: 11 Jan 2013, 20:06

            Post » 11 Mar 2013, 20:58

            Added this:
            Semi-Random Inputs:
            I'm not sure whether Lakito's movement is randomized, but since players never do the exact same thing every time they play a game, you can use lakito's spinies to activate buttons semi-randomly, you might want to have a red laser that periodically activates to cover your buttons though.
            @SJB:
            have you tried having the player lead a cube to different buttons, using only portals. I'm thinking along the lines of having a blue laser where the player starts on and below (or above) a cube with buttons doors and such. Something like this:
            Image

            User avatar
            Superjustinbros
            Posts: 2119
            Joined: 29 Mar 2012, 20:39
            Contact:

            Post » 11 Mar 2013, 22:55

            ucenna wrote:Added this:
            Semi-Random Inputs:
            I'm not sure whether Lakito's movement is randomized, but since players never do the exact same thing every time they play a game, you can use lakito's spinies to activate buttons semi-randomly, you might want to have a red laser that periodically activates to cover your buttons though.
            @SJB:
            have you tried having the player lead a cube to different buttons, using only portals. I'm thinking along the lines of having a blue laser where the player starts on and below (or above) a cube with buttons doors and such. Something like this:
            Image

            I'll highly consider it. I suppose I could toss in one more puzzle into 3-2...
            EDIT: Here's what I came up with.
            Image

            ucenna
            Posts: 615
            Joined: 11 Jan 2013, 20:06

            Post » 27 Mar 2013, 01:17

            Updated
            added:
            Modifiable Gravity:
            Drains pull you down even when they aren't in water.

            Spontaneously Vanishing Platforms:
            If you make a blue laser followed by an invisible collidable block, and then link the laser to a timer and button or something. The resulting tile will randomly switch between collidability and uncollidability.

            User avatar
            Superjustinbros
            Posts: 2119
            Joined: 29 Mar 2012, 20:39
            Contact:

            Post » 27 Mar 2013, 04:59

            Don't forget being able to jump after running off a ledge if you're in the same area as a drain!

            ucenna
            Posts: 615
            Joined: 11 Jan 2013, 20:06

            Post » 27 Mar 2013, 05:09

            What! You can do that! neat...
            While I do that I'll also add vines as ladders.

            ucenna
            Posts: 615
            Joined: 11 Jan 2013, 20:06

            Post » 03 Apr 2013, 21:52

            Added a bit to the jump area thing and also added a section about having more than three custom character colors.

            User avatar
            TurretBot
            Posts: 4413
            Joined: 15 Mar 2012, 23:18
            Contact:

            Post » 03 Apr 2013, 21:56

            ucenna wrote:Pipe Know-Who:
            Lol.

            User avatar
            HugoBDesigner
            Posts: 2189
            Joined: 19 Sep 2012, 02:23
            Contact:

            Post » 04 Apr 2013, 06:50

            You can make an OR gate by using two or more lasers pointed to the same laser detector.
            You connect each input you want to each laser, and the output to the detector.
            Connections:
            Image

            In-game:
            Image
            Image
            Image
            Image
            Image
            You can make an AND gate by using a laser pointed to a detector, blocked by two or more doors.
            You connect each input to each door, and the output to the detector.
            Connections:
            Image

            In-game:
            Image
            Image
            Image
            Image
            Image
            You can make an "one time press" switch/button by using a cube above a light bridge/door above a button/laser.
            You connect your input to the light bridge/door, and your output to the button/laser.
            Connections:
            Image

            In-game:
            Image
            Image
            If you need more "gates" and these stuff, just tell me :)

            ucenna
            Posts: 615
            Joined: 11 Jan 2013, 20:06

            Post » 04 Apr 2013, 17:25

            Neat! added.

            User avatar
            TurretBot
            Posts: 4413
            Joined: 15 Mar 2012, 23:18
            Contact:

            Post » 04 Apr 2013, 19:36

            Spring Board Know-When:
            When a faith plate goes too high, you can use a spring board instead. Spring Boards are good alternative to faith plates. They act as a wall, and they don't bounce you as high or as fast as faith plates unless you press the jump button, and they look better in Mario themed levels.
            Last edited by TurretBot on 04 Apr 2013, 19:45, edited 2 times in total.

            ucenna
            Posts: 615
            Joined: 11 Jan 2013, 20:06

            Post » 04 Apr 2013, 19:43

            Adding!

            User avatar
            TurretBot
            Posts: 4413
            Joined: 15 Mar 2012, 23:18
            Contact:

            Post » 04 Apr 2013, 19:44

            I added some more to the description.

            ucenna
            Posts: 615
            Joined: 11 Jan 2013, 20:06

            Post » 04 Apr 2013, 19:55

            Okey Dokey! Changed it!

            User avatar
            HugoBDesigner
            Posts: 2189
            Joined: 19 Sep 2012, 02:23
            Contact:

            Post » 04 Apr 2013, 20:03

            Another thing: toggling gel dispensers. I know that many people know this one, but we're trying to help people that don't, right?

            Toggling gel dispensers:
            You can make gel dispensers be activated/deactivated by using a light bridge blocking the gel flow.
            You connect your input into a light bridge connected to a signal inverter (a NO gate).
            Connections:
            Image

            In-game:
            Image
            Image

            ucenna
            Posts: 615
            Joined: 11 Jan 2013, 20:06

            Post » 04 Apr 2013, 20:30

            Got it!

            User avatar
            TurretBot
            Posts: 4413
            Joined: 15 Mar 2012, 23:18
            Contact:

            Post » 04 Apr 2013, 20:51

            Pro-tip:
            You can also use doors to block the gel (this is more common then light bridges) when using that trick. (This is more common in mappacks.)

            User avatar
            HugoBDesigner
            Posts: 2189
            Joined: 19 Sep 2012, 02:23
            Contact:

            Post » 05 Apr 2013, 02:36

            Turret Opera wrote:Pro-tip:
            You can also use doors to block the gel (this is more common then light bridges) when using that trick. (This is more common in mappacks.)
            I know it, but the light bridges are more discreet. You'll always need a block at the sides (invisible blocks works too), and make them look less "covered" than doors. But, of course, for technical purposes, both work fine.

            User avatar
            HugoBDesigner
            Posts: 2189
            Joined: 19 Sep 2012, 02:23
            Contact:

            Post » 05 Apr 2013, 08:59

            Another idea. Sorry for spamming your topic, but this one is REALLY usefull and almost never used:

            Redirection cubes:
            You can make static cubes that redirects your laser by using a laser connected to a detector, both in the same block.
            You connect the laser to the detector on it's own block, and again to each "cube".
            Connections:
            Image

            In-game:
            Image
            Image

            ucenna
            Posts: 615
            Joined: 11 Jan 2013, 20:06

            Post » 05 Apr 2013, 15:18

            No Problem! adding...

            User avatar
            Qcode
            Posts: 1479
            Joined: 05 Feb 2012, 18:00
            Contact:

            Post » 05 Apr 2013, 20:48

            ...
            Last edited by Qcode on 21 Oct 2021, 17:29, edited 1 time in total.

            User avatar
            HansAgain
            Posts: 1111
            Joined: 03 Feb 2012, 18:51
            Contact:

            Post » 06 Apr 2013, 23:50

            "Glass wall"
            You can make a glass wall (the laser passes through, but portals don't) using a light bridge and the emancipation grill.
            In-editor:
            Image
            In-game:
            Image
            Last edited by HansAgain on 07 Apr 2013, 00:22, edited 1 time in total.

            User avatar
            HugoBDesigner
            Posts: 2189
            Joined: 19 Sep 2012, 02:23
            Contact:

            Post » 07 Apr 2013, 00:13

            Hans1998 wrote:"Glass wall"
            You can make a glass wall (the laser passes through, but portals don't) using a light bridge and the emancipation grill.
            Putting both:
            Image
            In-game:
            Image
            And, also, deadly walls.
            You put a laser and an emancipation grill in the same line and direction.
            The player can't pass through, and can't shoot portals through too.
            In-editor:
            Image

            In-game:
            Image
            Image

            User avatar
            HansAgain
            Posts: 1111
            Joined: 03 Feb 2012, 18:51
            Contact:

            Post » 07 Apr 2013, 00:20

            HugoBDesigner wrote:And, also, deadly walls.
            You put a laser and an emancipation grill in the same line and direction.
            The player can't pass through, and can't shoot portals through too.
            In-editor:
            Image

            In-game:
            Image
            Image
            Good one.

            User avatar
            Superjustinbros
            Posts: 2119
            Joined: 29 Mar 2012, 20:39
            Contact:

            Post » 07 Apr 2013, 09:21

            This is worded wrong:
            You can perform additional jumps at sections with drains, but only at the bottom edge of the screen.
            It should say:
            if a pit contains several drain enttiles, you can perform an air jump after running off an edge; You must not jump directly from the ledge into the pit, as it will not work.
            I have to say, Hugo is on quite a roll.

            ucenna
            Posts: 615
            Joined: 11 Jan 2013, 20:06

            Post » 08 Apr 2013, 20:16

            Adding and amending!

            Post Reply